Agent Registry is live — discover and share community agents Browse Registry
Back to Home

OpenGAP

Open Git Agent Protocol v0.1.0

your repository becomes your agent.

The open standard for defining, versioning, and running AI agents natively in git. Version-controlled config that exports to Claude Code, OpenAI, Lyzr Agent, Chimera, NanoBot, CrewAI, OpenClaw, and Agents SDK — with zero code changes.

The Problem

Your AI agent is not yours.

When you build an agent on CrewAI, LangChain, OpenClaw, or AutoGen — everything lives inside that framework. Identity, memory, skills, rules, knowledge — all locked in a proprietary format tied to one vendor’s runtime.

Switch frameworks and you lose everything: months of prompt tuning, memory accumulation, skill development, institutional knowledge. You start from scratch.

The Vendor Lock-In Trap

  • Agent identity locked in framework config
  • Memory stored in opaque internal databases
  • Skills written in framework-specific code
  • Rules and constraints hardcoded in vendor format
  • Switching frameworks = starting over from scratch
OpenGAP solves this.
The Solution

Your repo is the agent.

Only two files required: agent.yaml and SOUL.md. Everything else is composable.

Agent Directory
📁 my-agent-repository/
📄 agent.yaml *required // Config: model, skills, tools
📄 SOUL.md *required // Identity, personality, expertise
📄 RULES.md // Boundaries and constraints
📄 AGENTS.md // Sub-agent definitions
📁 skills/ // capability
📄 code-review/SKILL.md
📁 memory/
📄 runtime/dailylog.md // live
📁 skillflows/ // automation
📄 code-review-flow.yaml
📁 compliance/ // governance
📄 regulatory-map.yaml
bash
npx @open-gitagent/gitagent@latest run -r https://github.com/shreyas-lyzr/architect -a claude
[INFO] Cloning repository…
[INFO] Parsing agent.yaml + SOUL.md…
[SUCCESS] Agent validated.
[AGENT] Hello! I am architect. Ready.
Switch adapters: -a claude | openai | lyzr | crewai
How It Works

Four steps. Zero lock-in.

From file to deployed agent across any framework — using tools you already know.

01

Define your agent as files

Write agent.yaml for config, SOUL.md for identity. Only two files required — add skills/, memory/, and hooks/ as needed.

02

Run on any framework

Launch on Claude Code, OpenAI, Lyzr, CrewAI, or 6+ others. Switch adapters with one flag — zero code changes.

03

Version everything with git

Every change is a git commit. Full history, branching, diffing, and rollback for your agent — for free.

04

Collaborate like software

Fork agents, open PRs, review changes, promote dev to staging to main. Agent lifecycle mirrors code lifecycle.

Why OpenGAP

Everything your agent needs, in files you know.

Built on primitives every engineer already uses every day.

Git-native

Version control, branching, diffing, and collaboration built in. Your agent definition is just files in a repo.

Framework-agnostic

Works with Claude Code, OpenAI, CrewAI, OpenClaw, and 5+ more. Define once, export anywhere.

Compliance-ready

First-class FINRA, SEC, and Federal Reserve support. Audit logging, HITL, and model risk management built in.

Composable

Skills, tools, sub-agents, and SkillsFlow workflows. Agents can extend, depend on, and delegate to each other.

The Comparison

OpenGAP vs framework-locked agents.

How the open standard compares to the status quo across the dimensions that matter most.

Dimension Framework-Locked OpenGAP Standard
Where agent lives Inside framework runtime Your git repo
Portability Zero — rebuild from scratch Full — change one adapter flag
Memory ownership Vendor’s database Your memory/ folder in git
Version control Manual snapshots, if any Every change is a commit
Collaboration Share screenshots of configs Fork, PR, branch, merge
Compliance DIY FINRA, SEC, Fed frameworks built in
Rollback Hope you saved a backup git revert any commit
Built For

Who is OpenGAP for?

Teams and individuals who refuse to let their agent IP be locked in.

Enterprise AI Teams

Tired of rebuilding agents every time you evaluate a new framework.

CIOs and AI Leaders

Want a single standard across teams while letting each team pick their preferred framework.

Regulated Industries

BFSI and healthcare teams that need auditable, compliant agent deployments with full change history.

Open-Source Builders

Share, fork, and remix agents like software — community-driven agent evolution.

Startups

Don’t lock your core agent IP into a framework that may not exist in two years.

Next Step

Meet GitAgent — the runtime.

OpenGAP is the standard. GitAgent is the most powerful runtime implementation — an open-source, multi-model, git-native AI coding agent with reinforcement learning built in.

Explore GitAgent

Get started with OpenGAP.

Start building agents the git-native way. Read the spec, browse the registry, or jump straight in.