Skip to content
@coilyco-flight-deck

coilyco-flight-deck

Loud public OSS by Kai Siren. LLM observability, agent devex, tooling for AI consumers.

coilyco-flight-deck

Open-source agent tooling by Kai Ase Siren. The recurring problem across these projects is that an agent is only as safe as the surface you hand it, so the surface gets declared in a config file and enforced at the call.

项目

  • agent-compose - eval driven agent roles and personas. A role is context, never permission: the composed bundle is plain files you can read and diff before a run, and it grants no credential, mount, or command. Installs as acompose, and Claude Code, Codex, Goose, and OpenCode take the same one.
  • umbra - a config driven occlusion framework. Declare what a tool may run, and arguments are validated before the process starts, each verb needs its own scope token, and every call lands in an append-only audit log. Its specgen driver builds the whole guarded CLI from that declaration, so there is no hand-written boundary code to get wrong.
  • mcp-beaver - a MCP server generator with a natural flow. An operation you did not declare has no tool and no endpoint, so the blast radius of a write-capable MCP is one small file you can read end to end. One generic image serves every guardfile, mounted at deploy rather than baked in.

A fourth, sirens-echo, lives over in coilyco-gaming.

Install

agent-compose, specgen, ward, and aos install from a Forgejo-hosted tap or bucket, so the URL is spelled out once.

brew tap coilyco-flight-deck/tap https://forgejo.coilysiren.me/coilyco-flight-deck/homebrew-tap
brew install coilyco-flight-deck/tap/agent-compose
scoop bucket add coilyco-flight-deck https://forgejo.coilysiren.me/coilyco-flight-deck/scoop-bucket
scoop install coilyco-flight-deck/agent-compose

mcp-beaver is not a CLI. It ships as an image and Helm chart.

MCP servers

Small read-only adapters. Each states its exact tool inventory and what it refuses to do.

Also here

  • ward - governed execution layer for coding agents. Runs agent work in isolated containers and records an audit trail.
  • agentic-os - the host layer the rest of this runs on: shell and terminal configuration, the aos launcher, and the aos-precommit hook suite. A reference implementation rather than something to adopt.
  • agent-proxy - observability and trajectory data plane for agent work. In active transition, so its interfaces are unstable.
  • infrastructure - Ansible convergence and k3s manifests for the homelab.
  • homebrew-tap and scoop-bucket - the distribution channels, bumped by each upstream release.

Earlier experiments are archived rather than deleted. The full repository list has them.

Elsewhere

Forgejo is canonical for development, issues, and releases. GitHub is a verified mirror and the right place to file a public bug.

Pinned Loading

  1. repo-recall repo-recall Public archive

    🧠📚🔍 Hydration layer for agent work. Joins OTel spans, git/gh state, Claude Code sessions, and local docs context into one queryable surface (web + MCP).

    Rust 1

  2. otel-a2a-relay otel-a2a-relay Public archive

    🔁🔗🤖 Generalized agent-activity emitter. Turns agent communication, tool use, and lifecycle into OTel spans any observability tool can render. Subsumes the agent-channel protocol. (o2r)

    Python 1

  3. gauntlet gauntlet Public archive

    ⚔️🛡️🎯 Gauntlet is a two-role adversarial MCP server that infers software correctness by observing how code behaves under sustained, targeted attack. Built for dark-factory environments where code i…

    Python 1

  4. umbra umbra Public

    config driven occlusion framework

    Go 1 1

仓库

Showing 10 of 30 repositories

Top languages

Loading…

Most used topics

Loading…