Skip to content

Colibri

Raw Markdown Source .md
---
title: Colibri
description: Control plane for autonomous AI agents (Rust + Go)
---

## Colibri โ€” Agent Control Plane & Tokenomics (*Work in Progress*)

Control plane for autonomous AI agents designed to balance model quality, response time, and cost. Priority: **cost per successful task**, rather than cost per token.

โš ๏ธ **Note:** Still in active development. Components work individually, but the full chain (boot โ†’ seed โ†’ Pi agent โ†’ Colibri daemon โ†’ Mother/Hive โ†’ benchmark) has not been validated end to end on hardware.

**Technologies:** Rust (core: daemon, CLI, Zot) ยท Go (services: API, MCP bridge, cost dashboard) ยท PostgreSQL + pgvector ยท bhyve VMs ยท Bastille jails

**Components:** [View status matrix and repository on Forgejo โ†’](https://code.clawdie.si/clawdie/colibri)

- `colibri-daemon` (Rust) โ€” core loop, systemd-style supervision โœ…
- `colibri-cli` (Rust) โ€” basics, missing advanced subcommands ๐Ÿ”„
- `zot` agent harness (Rust) โ€” NDJSON RPC, subtask delegation, tool interception โœ…
- `colibri-mcp` (Go) โ€” SSH-stdio bridge, tool proxy โœ…
- `cost-dashboard` (Go) โ€” in development ๐Ÿ”„
- `llama.cpp benchmarks` (Rust/Go) โ€” `/v1` timings object for ms/tok โœ…

**Documentation:** Colibri architecture decisions and LLM benchmark wiki hosted on Forgejo ([explore wiki on Forgejo โ†’](https://code.clawdie.si/clawdie/colibri))

**Blockers for end-to-end:** bhyve spawn logic in ISO ๐Ÿ”„ ยท pgvector migration script ๐Ÿ”„ ยท cost-dashboard integration ๐Ÿ”„ ยท hardware test on Valhala ๐Ÿ“…

Colibri โ€” Agent Control Plane & Tokenomics (Work in Progress)

Section titled โ€œColibri โ€” Agent Control Plane & Tokenomics (Work in Progress)โ€

Control plane for autonomous AI agents designed to balance model quality, response time, and cost. Priority: cost per successful task, rather than cost per token.

โš ๏ธ Note: Still in active development. Components work individually, but the full chain (boot โ†’ seed โ†’ Pi agent โ†’ Colibri daemon โ†’ Mother/Hive โ†’ benchmark) has not been validated end to end on hardware.

Technologies: Rust (core: daemon, CLI, Zot) ยท Go (services: API, MCP bridge, cost dashboard) ยท PostgreSQL + pgvector ยท bhyve VMs ยท Bastille jails

Components: View status matrix and repository on Forgejo โ†’

  • colibri-daemon (Rust) โ€” core loop, systemd-style supervision โœ…
  • colibri-cli (Rust) โ€” basics, missing advanced subcommands ๐Ÿ”„
  • zot agent harness (Rust) โ€” NDJSON RPC, subtask delegation, tool interception โœ…
  • colibri-mcp (Go) โ€” SSH-stdio bridge, tool proxy โœ…
  • cost-dashboard (Go) โ€” in development ๐Ÿ”„
  • llama.cpp benchmarks (Rust/Go) โ€” /v1 timings object for ms/tok โœ…

Documentation: Colibri architecture decisions and LLM benchmark wiki hosted on Forgejo (explore wiki on Forgejo โ†’)

Blockers for end-to-end: bhyve spawn logic in ISO ๐Ÿ”„ ยท pgvector migration script ๐Ÿ”„ ยท cost-dashboard integration ๐Ÿ”„ ยท hardware test on Valhala ๐Ÿ“