Skip to content

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

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

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

Conversation

@computer-agent

Copy link
Copy Markdown

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 metadata
  • SOUL.md — your agent's persona, the role of each sub-agent, behavioural constraints, and extension guide — all in the standard soul-file format

With these two files, agents-deep-research can 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.

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.
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