Skip to content

agentsfleet/agentsfleet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,250 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agentsfleet

Your deploy failed. The agent already knows why.

CI Docs License: MIT

agentsfleet automates incident investigation. When a deploy fails, an agent wakes — gathers evidence from your logs, metrics, health endpoints, and recent commits — then posts a diagnosis to Slack with a replayable event log.

  • Replayable event logs — audit every action and decision
  • Bring your own provider keys — no vendor lock-in on inference
  • Runs locally or against production — same agent, same evidence

Agents are defined in Markdown playbooks with tools, triggers, and investigation steps. Open-source runtime, hosted control plane.


Quick start

bun install -g agentsfleet
agentsfleet login

Define an agent in Markdown, connect a webhook, and get a Slack diagnosis on your next deploy failure. Full walkthrough at docs.agentsfleet.net/quickstart — free to try, no card, under five minutes.


What's in this repo

Directory What
src/ Zig backend — agentsfleetd control plane (HTTP, leases) + agentsfleet-runner execution daemon
ui/packages/app/ Dashboard — Next.js, Clerk auth
ui/packages/website/ Marketing site — agentsfleet.net
ui/packages/design-system/ Shared UI components
agentsfleet/ CLI — install, manage agents, tail runs
public/openapi/ OpenAPI spec
schema/ Postgres migrations

Local development

Prerequisites: Zig 0.15.2 · Docker (Postgres + Redis) · Bun ≥1.3 · Clerk dev project · 1Password CLI for secrets

git clone https://github.com/agentsfleet/usezombie.git
cd usezombie

# Populate .env before running make up. See playbooks/founding/01_bootstrap/001_playbook.md for the full bootstrap.
make up           # Postgres + Redis + agentsfleetd (auto-migrates DB)

cd ui/packages/app
echo "NEXT_PUBLIC_API_URL=http://localhost:3000" > .env.local
bun install && bun run dev

Verify: make lint-all · make test-unit-all · make test-integration (needs make up running).

agentsfleet defaults to production; point it at local with --api http://localhost:3000 or export ZOMBIE_API_URL=http://localhost:3000.


Contributing

Enable git hooks: git config core.hooksPath .githooks

Bootstrap steps and coding conventions live in playbooks/ and AGENTS.md.


Repos

Repo What
agentsfleet/usezombie Control plane + runner + CLI (this repo)
agentsfleet/docs User docs (docs.agentsfleet.net)
agentsfleet/skills Agent skill libraries
agentsfleet/posthog-zig PostHog SDK for Zig

MIT — Copyright (c) 2026 agentsfleet.