Skip to main content

FLUX Fleet Greenhorn Git-Agent — API-agnostic autonomous Git-native agent

Project description

🦀 Git Agent

The repo-native agent that lives in git.

Python License

Part of Cocapn — Agent Infrastructure for Intelligence.


What is Git Agent?

An AI agent that lives inside a git repository. The repo IS the agent — its identity, memory, and workspace all exist as files in the repo. Like a hermit crab in its shell.

my-agent/
├── STATE.md          # Working memory (short-term)
├── TASK-BOARD.md     # Intentions (what the agent plans to do)
├── work/             # Action (the agent's output)
├── for-fleet/        # Outbound bottles (to other agents)
├── from-fleet/       # Inbound bottles (from other agents)
└── git history       # Long-term memory (immutable)

The Hermit Crab Pattern

The agent IS the crab. The repo IS the shell.

  • STATE.md = what the crab is thinking right now
  • TASK-BOARD.md = where the crab intends to go
  • work/ = what the crab is building
  • git history = everything the crab has ever done
  • Fork = the crab finds a new shell (same crab, new repo)

Communication: Bottle Protocol

Agents communicate by dropping markdown files in for-fleet/:

for-fleet/BOTTLE-FROM-AGENT-NAME-2026-04-19-TOPIC.md

Push your repo, the next agent pulls and reads the bottle. No API needed. Git IS the message bus.

For Agents

git_agent_v1:
  type: repo_native_agent
  identity: "the repo IS the agent"
  memory: [STATE.md, git_history]
  communication: bottle_protocol
  fork: "new shell, same crab"
  install: "fork a template repo"

License

MIT

Project details


Download files

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

Source Distribution

fleet_git_agent-0.1.0.tar.gz (85.9 kB view details)

Uploaded Source

Built Distribution

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

fleet_git_agent-0.1.0-py3-none-any.whl (77.1 kB view details)

Uploaded Python 3

File details

Details for the file fleet_git_agent-0.1.0.tar.gz.

File metadata

  • Download URL: fleet_git_agent-0.1.0.tar.gz
  • Upload date:
  • Size: 85.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for fleet_git_agent-0.1.0.tar.gz
Algorithm Hash digest
SHA256 ee5b78398dd84d56244fd265316dacc3f7359e99d63bfd717afb479d553bd33f
MD5 048d29f385ca0ae41c3137318d702280
BLAKE2b-256 05077834980d1560244de05df5310b124cba12025ff051998e0e651faa452c1c

See more details on using hashes here.

File details

Details for the file fleet_git_agent-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for fleet_git_agent-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fe246b4a7426277aec3b5833f3d3120b9a8dc83dc2c0df4d256205657869cc0b
MD5 a5d702ce4910e5479a24d275f0040b9c
BLAKE2b-256 d495efe1055c3ed85f134b321d51f1eb433929783ad8af4d2a0e4ffe5ef1b814

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 Pingdom Monitoring Sentry Error logging StatusPage Status page