Back to Zeroclaw

Quickstart Steps

docs/book/src/_snippets/quickstart-steps.md

0.8.21.4 KB
Original Source
<!-- Canonical Quickstart step list, shared across the CLI, zerocode, and web gateway surfaces. All three drive the same `BuilderSubmission` and produce identical config. Only the launch path and chrome differ. Edit the steps here once; every surface page picks up the change via {{#include}}. -->

Every surface walks the same checklist and writes the same config. Required steps must be satisfied before the agent can be created; optional steps can be skipped.

StepRequiredWhat it sets
Model provideryesProvider family (Anthropic, OpenAI, Ollama, OpenRouter, …), its API key or endpoint, and the model.
Risk profileyesAutonomy and sandbox posture. Pick a preset or reuse an existing [risk_profiles.<alias>].
MemoryyesMemory backend (sqlite, markdown, postgres, qdrant, lucid, or none).
ChannelsoptionalChat platforms (Telegram, Discord, Slack, …). The built-in cli channel always works; add others here or later.
Peer groupsoptionalMulti-agent peer membership for the channels you configured.
AgentyesAgent alias, system prompt, and any personality files.

The runtime profile is set automatically. Quickstart installs the unbounded preset for the new agent. Tune budgets and timeouts afterward by editing [runtime_profiles.<alias>] (see Reference → Config).