refactor: rename workflow-role-llm → workflow-agent-llm

The package only contains createLlmAdapter (OpenAI chat → AgentFn),
which is an agent adapter, not a role. Aligns with workflow-agent-cursor
and workflow-agent-hermes naming.
This commit is contained in:
2026-05-06 10:14:35 +00:00
parent 2cd2a7d713
commit 513c006ce3
12 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
"references": [
{ "path": "packages/workflow" },
{ "path": "packages/workflow-util-role" },
{ "path": "packages/workflow-role-llm" },
{ "path": "packages/workflow-agent-llm" },
{ "path": "packages/workflow-role-committer" },
{ "path": "packages/workflow-role-reviewer" },
{ "path": "packages/workflow-agent-cursor" },