Skip to content

Commit 075a63e

Browse files
committed
Add Agent Machine bridge skill manifest
1 parent 6bbf221 commit 075a63e

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"id": "urn:srcos:skill:turtle-agent-machine-bridge",
3+
"type": "SkillManifest",
4+
"specVersion": "2.0.0",
5+
"name": "turtle-agent-machine-bridge",
6+
"version": "0.1.0",
7+
"entryDoc": "docs/sourceos/AGENT_MACHINE_INTEGRATION.md",
8+
"description": "Bridge TurtleTerm terminal/session requests to Agent Machine runtime surfaces, AgentPod render/evaluate flows, activation decisions, and runtime evidence without directly managing providers.",
9+
"activationRules": {
10+
"commands": [
11+
"agent-machine.surfaces",
12+
"agent-machine.probe",
13+
"agent-machine.render",
14+
"agent-machine.evaluate",
15+
"agent-machine.receipts"
16+
],
17+
"filePatterns": [
18+
"*.agent-pod.json"
19+
],
20+
"intentTags": [
21+
"agent-machine",
22+
"agentpod",
23+
"runtime-surface",
24+
"activation-decision",
25+
"runtime-evidence"
26+
]
27+
},
28+
"requires": {
29+
"binaries": [
30+
"turtle-agentctl"
31+
],
32+
"anyBins": [
33+
"agent-machine"
34+
],
35+
"tools": [
36+
"policy-fabric",
37+
"agent-registry",
38+
"agentplane"
39+
]
40+
},
41+
"executionSurfaceRef": "urn:srcos:surface:turtle-agent-machine-default",
42+
"policyBindings": [
43+
"urn:srcos:policy:turtle-agent-machine-bridge"
44+
],
45+
"artifactOutputs": [
46+
"agent-machine-probe",
47+
"agentpod-plan",
48+
"activation-decision",
49+
"runtime-evidence-reference",
50+
"storage-receipt-reference"
51+
],
52+
"reviewMode": true,
53+
"allowShellExecution": false,
54+
"protectedPaths": []
55+
}

0 commit comments

Comments
 (0)