Add GitAgent Protocol support (agent.yaml + SOUL.md)#35
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 Adrian — an open standard for portable, interoperable AI agents (https://gitagent.sh).
Adrian is exactly the kind of security-focused agent runtime the GAP ecosystem needs. With these two files, Adrian can be discovered and run on any GAP-compatible runtime, and listed in the open agent registry.
What this adds (nothing else changes):
agent.yaml— a standard manifest capturing Adrian's name, version, model preference, skills (runtime-security-monitor, prompt-injection-detection, reasoning-trace-analysis, policy-drift-detection, tool-call-auditing), runtime settings, and compliance metadata (risk_tier: high,human_in_the_loop: destructive,audit_logging: true)SOUL.md— Adrian's persona and operating principles in the standard soul-file format: who it is, what it monitors, how it decides to block vs audit, and its privacy-first constraintsThe manifest faithfully represents what Adrian already does — no new capabilities are claimed, no existing code is touched.
Feel free to tweak the
skillslist, adjustruntime.max_turns, or close if it doesn't fit the project direction. This is purely a proposal. 🦀What is GAP? A small, open, vendor-neutral standard for portable AI agents — one manifest, run anywhere. If this looks interesting, the project lives at ⭐ https://github.com/open-gitagent/opengap — a star helps more maintainers discover it.