Add GitAgent Protocol support (agent.yaml + SOUL.md)#2
Open
shreyas-lyzr 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 @tegridydev! 👋
This PR adds GitAgent Protocol (GAP) support to abstract-agent — a small, open standard for portable, interoperable AI agents. More at https://gitagent.sh.
What this adds (only two new files, nothing else touched):
agent.yaml— a standard manifest capturing your agent's name, version, description, model preference (ollama:gemma3:4b), the seven pipeline skills (literature-search → novelty-assessment), runtime settings, and compliance info.SOUL.md— your agent's persona and pipeline in the standard soul format, distilled faithfully from youragents_config.yamland README.Why it might be useful:
With these two files, abstract-agent can be discovered and run on any GAP-compatible runtime, and listed on the Open GAP registry (https://registry.gitagent.sh) so more researchers can find it. The files are purely additive — they don't change any existing code or behaviour.
Totally optional — feel free to tweak, edit the model field, or close if you'd prefer not to adopt the protocol. Either way, thank you for building this in the open. Local-first research tooling is awesome! 🎉