📄️ Overview
Dexto's power comes from its customizability. You can customize every part of your Dexto agent with one yml config file.
🗃️ LLM Configuration
2 items
📄️ System Prompt
Configure how your Dexto agent behaves and responds to users through system prompts.
📄️ MCP Configuration
How to configure MCP servers in agent.yml and via runtime updates, with links to the full MCP docs for deeper guidance.
📄️ Storage Configuration
The storage section in your configuration file defines how your agent stores data. It's composed of two main components: a cache for temporary, high-speed data access, and a database for persistent, long-term storage.
📄️ Tool Confirmation
Dexto's tool confirmation system controls how and when users are prompted to approve tool execution. This security feature ensures you maintain control over which tools your agent can execute and when.
📄️ Sessions
Configure session management for your Dexto agent, including maximum concurrent sessions and session timeouts.
📄️ Agent Card (A2A)
Configure your agent's public metadata for Agent-to-Agent (A2A) communication and service discovery.
📄️ Annotated agent.yml
Below is a canonical configuration file with inline comments. Adjust paths and credentials for your environment.
📄️ Dynamic Changes
AgentStateManager allows safe, validated modifications to the running configuration.