Skip to content

Add GitAgent Protocol support (agent.yaml + SOUL.md)#2

Open
computer-agent wants to merge 1 commit into
jupyterjazz:mainfrom
computer-agent:gitagent-protocol
Open

Add GitAgent Protocol support (agent.yaml + SOUL.md)#2
computer-agent wants to merge 1 commit into
jupyterjazz:mainfrom
computer-agent:gitagent-protocol

Conversation

@computer-agent

Copy link
Copy Markdown

Hi @jupyterjazz! 👋

This PR adds GitAgent Protocol (GAP) support to git-agent — a lightweight, open standard for portable AI agents (https://gitagent.sh).

What this adds (nothing else changes):

  • agent.yaml — a standard manifest describing your agent's name, version, model (openai:gpt-3.5-turbo), skills (git-add, git-diff, git-restore), and compliance posture (human_in_the_loop: destructive — meaning the agent won't blindly restore/discard changes without being explicitly asked)
  • SOUL.md — your agent's persona and behaviour distilled from the existing source into a clean, readable soul file

git-agent is a great fit for GAP: it has a clear single purpose, well-defined tools, and a deterministic zero-temperature design. With these two files it can be discovered in the Open GAP registry and run on any GAP-compatible runtime without modification.

Feel free to tweak the field values (model, description, tags), request changes, or simply close — this is just a proposal. Thanks for building git-agent in the open! 🦀


⭐ If the standard looks useful, the project lives at https://github.com/open-gitagent/opengap — a star helps more maintainers find it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant