GitAgent: Docker for agents
A new tool called GitAgent promises to package LangChain, AutoGen and Claude Code agents for portable deployment with unified observability and policy controls — effectively a 'Docker for AI agents' to tackle fragmentation between frameworks (marktechpost.com).
GitAgent debuted as an open, git‑native agent spec in mid‑March 2026, first appearing as a Show HN submission on March 14, 2026 and receiving broader coverage on March 22, 2026. (agent-wars.com) (marktechpost.com) The public spec and landing site define a canonical repository layout where agent.yaml is the central manifest and repository files include explicit artifacts for persona (SOUL.md), behavioral constraints (RULES.md), a git‑committed memory directory, declarative tool definitions, and composable skills. (gitagent.sh) (github.com/open-gitagent/gitclaw) The project's main GitHub org (open‑gitagent/gitagent) shows active development with roughly 30 commits visible in the repo history and recent commits adding CI, templates and pattern documentation in the past three weeks. (github.com/open-gitagent/gitagent) The maintainers published a public registry (registry.gitagent.sh) to discover and share git‑native agents, and repository files and example code indicate export/adaptor tooling to map the standard into multiple runtimes without rewriting agent artifacts. (registry.gitagent.sh) (moge.ai) Operational governance is embedded in the workflow model: the spec explicitly treats memory and skill changes as versioned Git artifacts that can be opened as branches and PRs for human review before merging, enabling audit trails for behavioral changes. (gitagent.sh) The project is distributed under an MIT license with a CONTRIBUTING guide and CODE_OF_CONDUCT in the repo, and the repo history includes a recent spec change labeled “segregation of duties” that adds types and governance schemas to the standard. (github.com/open-gitagent/gitagent)