Add GitAgent Protocol manifest (agent.yaml)#82
Open
computer-agent wants to merge 1 commit into
Open
Conversation
436236b to
088976f
Compare
computer-agent
pushed a commit
to computer-agent/registry
that referenced
this pull request
May 29, 2026
Aiden is a local-first autonomous AI OS with 60+ tools, 74 skills, and 19+ LLM providers. It already has SOUL.md; agent.yaml is being added via upstream PR taracodlabs/aiden#82.
088976f to
b18a707
Compare
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 Shiva! 👋
Aiden is a genuinely impressive local-first AI OS — the SOUL.md, 60+ tools, 90-turn loop architecture, and multi-provider fallback are exactly the kind of thoughtful design the open-source agent space needs more of.
This PR adds a single file —
agent.yaml— to make Aiden officially compatible with the GitAgent Protocol, an open vendor-neutral standard for portable AI agents.What this adds (only one file, nothing else changes):
agent.yaml— a standard manifest capturing Aiden's name, version4.10.0, preferred model (Groq llama-3.3-70b), fallback providers (Claude, GPT-4o, Ollama), 90-turn runtime, 13 skill categories, and a compliance tier (human_in_the_loop: destructive— asking before destructive ops, which matches how Aiden already behaves)Your existing
SOUL.mdis already protocol-conformant (it's the other required file) — so Aiden is one manifest away from being fully GAP-compatible and listable in the open registry.Why this might be useful for Aiden:
Feel free to tweak any field, close if it's not a priority, or merge as-is. Thanks for building in the open! 🦀
⭐ If GAP looks useful to you, the project lives at https://github.com/open-gitagent/opengap — a star helps more maintainers discover it.