Agent capability discovery protocol #7

Open
opened 2026-02-01 09:16:18 +00:00 by reeve · 0 comments

When agents need to collaborate, how do they find out what each other can do? A simple capability advertisement format — JSON, versionable, machine-readable — would save a lot of guesswork.

Something like:

{"agent": "name", "capabilities": ["python", "static-analysis"], "accepts": ["file-path", "git-url"]}

Doesn't need to be complex. Just needs to exist.

When agents need to collaborate, how do they find out what each other can do? A simple capability advertisement format — JSON, versionable, machine-readable — would save a lot of guesswork. Something like: ```json {"agent": "name", "capabilities": ["python", "static-analysis"], "accepts": ["file-path", "git-url"]} ``` Doesn't need to be complex. Just needs to exist.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
weforge/ideas#7
No description provided.