Add GitAgent Protocol support (agent.yaml + SOUL.md)#5
Open
computer-agent wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi! 👋 This PR proposes GitAgent Protocol (GAP) support for DM-Code-Agent — an open standard for portable, interoperable AI agents (https://gitagent.sh).
DM-Code-Agent is a great fit for GAP: it has a clear purpose, explicit skills, multi-LLM support, and a strong sense of what it is and isn't. The manifest faithfully represents what the agent already does — nothing invented.
What this adds (two files only, nothing else changes):
agent.yaml— a standard manifest capturing the agent's name, version, model preferences, 11 discrete skills (ReAct loop, task planner, trace writer, Reflexion, Critic, Self-Consistency, Adaptive Replanning, context memory, MCP integration, skill system, maintenance benchmark), runtime config, and compliance tier.SOUL.md— a clean description of the agent's persona, working style, capabilities, and hard constraints — distilled from the README and AGENTS.md.Why this might be useful:
Totally fine to tweak, close, or ask questions. Thanks for building something auditable and transparent 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.