gitagent-protocol

Active
GitHub TypeScript MIT

Description

A framework-agnostic, git-native standard for defining AI agents.

Key Features

  • Git-native agent definition — clone a repo, get an agent
  • Framework-agnostic with adapters for Claude Code, OpenAI, LangChain, CrewAI
  • Compliance-ready with FINRA, Federal Reserve, SEC segregation of duties support
  • Composable agents with skills, tools, workflows, and knowledge modules
  • Agent versioning via git commits, branches, tags, and CI/CD integration

Use Cases

💡 Defining portable AI agents that work across multiple frameworks
💡 Version-controlled agent development with full audit trail
💡 Building compliant agent systems for financial institutions
💡 Creating reusable agent skill libraries in monorepos
💡 Deploying agents through git branch promotion workflows

Quick Start

Install the CLI: `npm install -g @open-gitagent/opengap`. Create an agent by adding `agent.yaml` and `SOUL.md` to any git repo. Validate with `opengap validate`. Export to any framework with the appropriate adapter.

Related Projects