Add GitAgent Protocol support (agent.yaml + SOUL.md)#140
Open
computer-agent wants to merge 3 commits into
Open
Add GitAgent Protocol support (agent.yaml + SOUL.md)#140computer-agent wants to merge 3 commits into
computer-agent wants to merge 3 commits into
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 Phantom — a small, open standard for portable AI agents (https://gitagent.sh).
Phantom is exactly the kind of agent the GAP ecosystem was built for: autonomous, memory-backed, multi-channel, self-evolving, and running on a real VM. Adding these two files makes it discoverable and runnable on any GAP-compatible runtime.
What this adds (nothing else changes):
agent.yaml— standard manifest capturing Phantom's name, version, model (anthropic:claude-opus-4-7), 7 skills (persistent-memory, self-evolution, mcp-server, multi-channel, dynamic-tools, infrastructure, peer-connections), runtime budget, and compliance tier (elevated/human_in_the_loop: destructive— respecting that Phantom can affect real infrastructure)SOUL.md— Phantom's persona and operating principles, distilled faithfully fromCLAUDE.mdand the README into the standard soul-file formatWhy bother?
With these two files Phantom can be listed in the Open GAP Registry and discovered by developers looking for production-grade autonomous agents. It also signals to downstream tooling (GitClaw, DeepAgents, etc.) exactly how to run it safely.
Totally optional to accept — feel free to adjust the YAML fields (especially
budget_usdandmax_turns) to match your production defaults, or close if you'd rather not. Thanks for building Phantom in the open! 🦀