Add GitAgent Protocol support (agent.yaml + SOUL.md)#732
Open
shreyas-lyzr wants to merge 1 commit into
Open
Conversation
|
GAP Promoter seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
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 adds GitAgent Protocol support to Browser Use Web UI β a small, open standard that makes AI agents portable and discoverable.
What this adds (nothing else is touched):
agent.yamlβ a standard manifest declaring the agent's name, version, model preferences, skills, and compliance postureSOUL.mdβ the agent's persona and behavioural instructions in the canonical GAP formatWith these two files, Browser Use Web UI can run on any GAP-compatible runtime and be listed on the Open GAP Registry, making it easier for users to discover and deploy it.
Everything here is a proposal β totally fine to tweak the fields or close if it's not a fit. The files only add to the repo; nothing existing is changed. π
π Learn more: https://gitagent.sh
Summary by cubic
Adds GitAgent Protocol support by introducing agent.yaml and SOUL.md. This makes Browser Use Web UI portable to GAP-compatible runtimes and eligible for the Open GAP Registry.
agent.yaml: manifest with name/version, model prefs (openai:gpt-4o, fallbacksanthropic:claude-sonnet-4-6,google:gemini-2.0-flash), skills, runtime limits, and compliance (human_in_the_loop: destructive,kill_switch: true).Written for commit 07db6f9. Summary will update on new commits. Review in cubic