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
@@ -8,7 +8,7 @@
"include": ["src/**/*.ts"],
"references": [
{ "path": "../workflow" },
{ "path": "../workflow-role-llm" },
{ "path": "../workflow-agent-llm" },
{ "path": "../workflow-util-role" }
]
}