Replio Documentation¶
Detailed reference for Replio. For an overview, features, and quick start, see the README.
- Agent fleets - single-purpose agent fleets, one scoped process per agent, deployment
- Agent swarms - swarm orchestration, delegation, types, auditor and team patterns
- Agent types - type catalog, storage, delegation and permission rule
- API endpoints - HTTP JSON API for the
replio servecommand - Architecture - agent core: the loop, engine, UI sinks, front-ends, extension points
- Commands & CLI - slash commands and headless CLI flags
- Configuration - config schema and keys
- Deployment - Docker deployment (image + Compose fleet)
- Eval harness - tool-use evaluation (
replio eval), task fixtures, metrics - Jobs - scheduled and durable jobs (
replio jobs), cron scheduling, approvals - Model Context Protocol - MCP client and server
- Plugins - plugins: bundled, layout, manifest, management
- Providers - providers, auto-detection, the chat event contract, adding a provider
- Security - permission model, threat model, data posture, prompt injection
- Sessions - session log format, message schema, compaction, persistence
- Skills - skill registry, storage, type injection
- Testing - running the mock test suite, per-file coverage map
- Tools - tool registry, bundled tools, tool policy, registration metadata
- Usage - step-by-step setup variations
- Writing tools for agents - how to design, name, and describe tools for the agent loop