Add GitAgent Protocol support (agent.yaml + SOUL.md) - #30
Open
computer-agent wants to merge 1 commit into
Open
Conversation
Adds the two files required by the GitAgent Protocol (https://gitagent.sh): - agent.yaml: standard manifest with name, version, model, skills, runtime, and compliance metadata - SOUL.md: the agent's persona, architecture, and behavioural constraints in standard form No existing files were modified.
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 adding GitAgent Protocol (GAP) support to
agents-deep-research— a small, open standard for portable, interoperable AI agents (gitagent.sh).Your deep research assistant is a great fit for GAP: it has a clear multi-agent architecture, well-defined skills, and already runs on multiple model providers. Adding these two files makes it discoverable and runnable on any GAP-compatible runtime with zero changes to your existing code.
What this adds (nothing else is touched):
agent.yaml— standard manifest capturing the agent's name, version, preferred model (openai:gpt-4o), six skills (knowledge-gap-analysis, tool-selection, web-search, website-crawling, report-writing, parallel-section-research), runtime limits, and compliance metadataSOUL.md— your agent's persona, the role of each sub-agent, behavioural constraints, and extension guide — all in the standard soul-file formatWith these two files,
agents-deep-researchcan be listed in the Open GAP Registry and run on any compatible runtime. Totally optional to accept — feel free to tweak the wording, adjust the model preference, or simply close if it's not something you want right now. Thanks for building such a thoughtful piece of open-source tooling! 🙏⭐ If GAP looks useful, the project lives at https://github.com/open-gitagent/opengap — a star helps more maintainers discover the standard.