LOCAL DAEMON API
Run a persistent service managing AI orchestration with full control over your infrastructure.
// SYSTEM STATUS: OPERATIONAL DAEMON: RUNNING PREVIEW: ACTIVE
CerbiBot is a security-first local AI orchestration platform with a daemon, operator dashboard, governed skills, project-scoped workflow control, and visible execution state. More control than a chat app. Less chaos than a loose agent stack.
RUN workflow-2847 [ACTIVE] ● ──────────────────────────────────────────────────────────────────────────── mode consensus agents 3 / 3 responding heartbeat 1.8s ago [healthy] ● provider anthropic / claude-3-7 [routed] ● skill research-deep [approved] ● memory scope project-alpha [isolated] ● CHECKPOINT ───────────────────────────────────────────────────────────────── consensus_reached 3 agents agreed on synthesis approach ARTIFACT ─────────────────────────────────────────────────────────────────── analysis-report.md [captured] ● RUN workflow-2848 [ACTIVE] ● ──────────────────────────────────────────────────────────────────────────── mode critique agents 2 / 2 responding heartbeat 0.9s ago [healthy] ● provider openai / gpt-5.4 [routed] ● skill patch-review [approved] ● memory scope infra-audit [isolated] ● CHECKPOINT ───────────────────────────────────────────────────────────────── critique_resolved blocking issue cleared before artifact release ARTIFACT ─────────────────────────────────────────────────────────────────── deployment-plan.md [captured] ●
// WHAT IT IS
CerbiBot combines a local daemon API, an operator dashboard, CLI control, and governed execution for skills and risky actions. It is designed for people who want more control than a chat app and less chaos than an unstructured agent stack.
Run a persistent service managing AI orchestration with full control over your infrastructure.
Visual interface for monitoring runs, reviewing checkpoints, and managing provider configurations.
Full command-line interface for scripting, automation, and integration with existing toolchains.
Skill manifests, signing, validation, and approval-aware execution for stronger control.
// SECURITY AND CONTROL
API ACCESS ............. bearer-token protected [●] OK SENSITIVE ACTIONS ...... admin-password-gated [●] OK PROJECT ISOLATION ...... per-project memory and session scope [●] OK SKILL VALIDATION ....... manifest-required, approval-aware [●] OK AUDIT VISIBILITY ....... full run log, checkpoints, blockers [●] OK EXPORT CONTROLS ........ export-aware execution paths [●] OK
Multiple execution modes handle different AI collaboration patterns with explicit operator control.
Runs, checkpoints, heartbeats, blockers, and recovery state remain visible instead of opaque.
Skills and captured artifacts persist across workflows while staying bounded by operator-approved rules.
// EXECUTION MODES
A single operator agent handles the task directly with the full local toolchain and audit trail intact.
One agent produces a draft and a second pass challenges assumptions before the final artifact is released.
Execution is grounded in project or external sources before synthesis, keeping responses tied to evidence.
Competing approaches are argued in parallel so tradeoffs are visible before a decision is selected.
Multiple agents process the task independently, then converge on a synthesized response through a structured agreement step. Appropriate for high-stakes decisions where single-agent output carries risk.
Specialized agents with distinct responsibilities report into a coordinating operator for controlled multi-role execution.
// TARGET OPERATOR
// CURRENT STATE
STATUS: OPERATIONAL
// VALIDATION — CURRENT PREVIEW
// INSPECT THE STACK
CerbiBot is published as a single monorepo so you can inspect the full local stack in one place: backend, dashboard, docs, and scripts.
$ git clone [email protected]:RavenFrostStudios/Cerbibot.git $ cd Cerbibot $ bash scripts/run_local_stack.sh // monorepo layout backend/ orchestration daemon and APIs dashboard/ cerbibot operator UI docs/ feature and launch documentation scripts/ local startup and shutdown