blueclaw

Operations

pagewhat it covers
Runtime configurationThe runtime configuration is the JSON file passed as --runtime, and it holds every setting except the people.
Language modelsThe language model configuration says where each effort tier reaches a model; blueclaw decides nothing about which model that is.
DatabaseThe database is one Postgres instance holding the task store, the ledger, connector queues, schedules and memory.
HTTP surfaceThe HTTP surface is every route the daemon serves, defined in internal/httpserver/router.go.
DeploymentA deployment is the daemon, Postgres, the setuid helper and, optionally, a capability service and chatd beside it.
DevelopmentDevelopment means building and testing the Go daemon and the three TypeScript packages.