Skip to main content

fastbuild-agent

The /fastbuild agent. It keeps a coding agent — Claude, Cursor, Gemini, Copilot — working through a dependency-ordered task graph held by a FastBuild server, and gives it AST-backed project memory so it does not have to rediscover the codebase every session.

pip install fastbuild-agent

Use

export FASTBUILD_URL=http://localhost:8080

fastbuild adopt                      # register this repo and ingest it into memory
fastbuild backfill BACKLOG.tsv       # seed the forecast from git history
fastbuild watch BACKLOG.tsv          # have the server keep it in sync
fastbuild requirement docs/feature.md  # derive a task graph from a requirement
fastbuild next                       # claim the next ready task
fastbuild done <task-id> --changed src/a.rs
fastbuild status                     # is it moving, and if not, why

adopt works the same on a fifteen-year-old monolith as on an empty directory. Brownfield is not a mode — the ingest simply finds less in an empty tree.

The /fastbuild slash command

plugin/claude-code/fastbuild.md is the slash command definition. Copy it to ~/.claude/commands/fastbuild.md for Claude Code, or paste its body into whatever your agent calls a custom command. fastbuild prompt prints the same instructions, so every host is driven by identical text.

Why a task graph

A coding agent handed a long requirement will drift, redo work, and stall on something it cannot finish. FastBuild holds the plan instead: every task has explicit prerequisites, readiness is computed from the graph rather than stored, and a task that cannot proceed is reported with the reason. The agent's job shrinks to "do the one task I was handed", which is the thing it is good at.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fastbuild_agent-0.9.0.tar.gz (44.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fastbuild_agent-0.9.0-py3-none-any.whl (37.9 kB view details)

Uploaded Python 3

File details

Details for the file fastbuild_agent-0.9.0.tar.gz.

File metadata

  • Download URL: fastbuild_agent-0.9.0.tar.gz
  • Upload date:
  • Size: 44.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.10

File hashes

Hashes for fastbuild_agent-0.9.0.tar.gz
Algorithm Hash digest
SHA256 18f7f3a66ff2ee8e32d4190a146ba38e096fc8ad6a4f170ac6220cefd0b14d14
MD5 54a4307effecb25b41283687a97eff86
BLAKE2b-256 36e6247a701e791d510bf4a31606c8324e5e428b0cd9789be1fa65acd42a9d22

See more details on using hashes here.

File details

Details for the file fastbuild_agent-0.9.0-py3-none-any.whl.

File metadata

File hashes

Hashes for fastbuild_agent-0.9.0-py3-none-any.whl
Algorithm Hash digest
SHA256 69b4d80920c1e33b8d9e39cdf6ce85f124802e9158786279ce61b18efa5e4f3c
MD5 36c014346aeb58e6f2fcd21a436ae5d9
BLAKE2b-256 ddb8b49a6765b339d2882c84cc4f05f0bbfd1c4ef1b58c6ccb16dcf654dd056b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page