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.1.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.1-py3-none-any.whl (77.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fleet_git_agent-0.1.1.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.1.tar.gz
Algorithm Hash digest
SHA256 fc5dc1c146f809329b452b5e7e48e4c6429f02279fc7f62f817342d3579120a2
MD5 ab5697bbcfb87cfa3f4800e4b4007373
BLAKE2b-256 7c16e2ca6380f42c56e9ff736f9bd3ca43ab12067d54bf2c881d6e2a09bdac7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fleet_git_agent-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ffe35137b343773b5122bd20620eebbc192d4632b4aaddf98880b20c992ff405
MD5 ab88d02667b3ad9e5bbf9dae4af6c2f1
BLAKE2b-256 c73c99c4a6c169672a41915409ddb0be03af82ee3d20c8552fc527ab8eb6d3c1

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