📄️ Overview
Saiki's power comes from its customizability. You can customize every part of your Saiki agent with one yml config file.
📄️ MCP Configuration
The mcpServers section defines the Model Context Protocol (MCP) servers that your Saiki Agent can use for tool execution.
📄️ System Prompt
Configure how your Saiki agent behaves and responds to users through system prompts.
🗃️ LLM Configuration
2 items
📄️ 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
Saiki'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 Saiki 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.