Agents
Agents are the core building blocks of Evonic — independently configured LLM-powered assistants that can reason, plan, take actions, and communicate through channels.
The Agent Runtime orchestrates each message lifecycle: loading config, creating/resuming sessions, building context, calling the LLM, executing tool calls, and looping until a final response. Each agent has an isolated workspace directory, a knowledge base for reference docs, and access to tools via /_self/ virtual paths. Agents operate in Plan or Execute mode with persisted state, and connect to external platforms (Telegram, WhatsApp, Discord, web chat) through channels.
For full documentation: Agents: Core Platform, Creating Agents, Knowledge Base, Tools, Channels, Agent State, and Slash Commands.