Agent Flows are a no-code visual method to build agentic skills in AnythingLLM (Docker and Desktop). Desktop versions include additional tool nodes.
Comparison: Flows vs. Skills
- Agent Flows: No-code, visual builder for all users.
- Agent Skills: Code-based implementation for developers.
Execution
Trigger flows during agentic chat using one of the following methods:
- Use the
@agentdirective in the chat interface. - Submit a natural language query relevant to the flow’s purpose.
Note: Capable LLMs can chain multiple agent flows sequentially to complete complex tasks.