Skip to content

Commit 06105b8

Browse files
committed
Add Agent Registry client skill manifest
1 parent 10254ce commit 06105b8

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"id": "urn:srcos:skill:turtle-agent-registry-client",
3+
"type": "SkillManifest",
4+
"specVersion": "2.0.0",
5+
"name": "turtle-agent-registry-client",
6+
"version": "0.1.0",
7+
"entryDoc": "docs/sourceos/AGENT_REGISTRY_BRIDGE.md",
8+
"description": "Resolve registered agent, provider, skill, execution surface, and policy binding identities before TurtleTerm delegation or execution.",
9+
"activationRules": {
10+
"commands": ["agent.lookup", "skill.lookup", "provider.lookup", "surface.lookup"],
11+
"filePatterns": [],
12+
"intentTags": ["agent-registry", "registered-agent", "skill-manifest"]
13+
},
14+
"requires": {
15+
"binaries": ["turtle-term"],
16+
"anyBins": [],
17+
"tools": ["agent-registry"]
18+
},
19+
"executionSurfaceRef": null,
20+
"policyBindings": ["urn:srcos:policy:turtle-agent-registry-client"],
21+
"artifactOutputs": ["agent-ref", "skill-ref", "provider-ref", "execution-surface-ref"],
22+
"reviewMode": true,
23+
"allowShellExecution": false,
24+
"protectedPaths": []
25+
}

0 commit comments

Comments
 (0)