Documentation
Documentation
Reference documentation for core-agent.
| Page | What it covers |
|---|---|
| Getting started | Install the CLI or library, pick a provider, run a first turn, lay out a project. |
| Providers | Each model backend — env vars, config, model IDs, gotchas. |
| Configuration | Full .agents/config.json schema reference, field by field. |
| MCP servers | mcp.json schema, stdio + HTTP transports, env-var interpolation, namespacing, gating. |
| Skills | Claude-compatible SKILL.md bundles — format, discovery, gating. |
| Permissions | Modes (ask / allow / yolo), pattern grammar, path scope, the bash denylist. |
| Library API | Embedding core-agent from your own Go code; extension points. |