Overview
AnythingLLM supports Agentic workflows using LLMs equipped with tools. Supported tool types include default pre-provided tools, custom tools, MCPs, and Agent Flows.
Execution
- Automatic Invocation: If the configured LLM supports tool-calling, AnythingLLM automatically determines when to use tools.
- Manual Invocation: Prepended
@agentat the start of a chat session to force-enable agentic capabilities.