📄️ Introduction
Saiki is an AI Agent Runtime that orchestrates intelligent, stateful agents capable of reasoning, executing tools, and completing complex tasks. Instead of building agents from scratch—setting up LLM clients, managing state, implementing tool calling, handling sessions—you simply configure them declaratively and let Saiki handle the orchestration.
📄️ Installation
This guide will walk you through installing the Saiki CLI and setting up your environment so you can start running agents.
📄️ Build Your First Agent
Now that you have Saiki installed, let's build your first custom agent. This tutorial will guide you through creating an agent.yml file to define an agent with a unique personality and tools.