-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagent-term.example.json
More file actions
180 lines (180 loc) · 5.73 KB
/
agent-term.example.json
File metadata and controls
180 lines (180 loc) · 5.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
{
"workspace": "sourceos",
"defaultChannel": "!sourceos-ops",
"eventStore": {
"driver": "sqlite",
"path": ".agent-term/events.sqlite3"
},
"matrix": {
"enabled": false,
"homeserverUrl": "https://matrix.example.org",
"userId": "@agent-term:example.org",
"deviceName": "agent-term-operator-console",
"rooms": {
"sourceosOps": "!sourceos-ops:example.org",
"sourceosBuild": "!sourceos-build:example.org",
"agentRegistry": "!agent-registry:example.org",
"sociosphere": "!sociosphere:example.org",
"prophetWorkspace": "!prophet-workspace:example.org",
"slashTopics": "!slash-topics:example.org",
"memoryMesh": "!memory-mesh:example.org",
"newHope": "!new-hope:example.org",
"holmes": "!holmes:example.org",
"sherlockSearch": "!sherlock-search:example.org",
"meshrush": "!meshrush:example.org",
"agentplane": "!agentplane:example.org",
"policyFabric": "!policyfabric:example.org",
"cloudshellFog": "!cloudshell-fog:example.org",
"ciFailures": "!ci-failures:example.org"
},
"requireEncryptedRoomPostureForSensitiveContext": true,
"preserveBridgeMetadata": true,
"preserveRedactions": true,
"preserveMembershipEvents": true
},
"agentRegistration": {
"requireRegisteredParticipants": true,
"failClosedWhenRegistryUnavailable": true,
"repository": "SocioProphet/agent-registry",
"requiredFor": [
"hermes",
"codex",
"claudeCode",
"openclaw",
"matrixBots",
"githubBots",
"ciBots",
"mcpTools",
"localProcessAgents"
]
},
"planes": {
"agentRegistry": {
"enabled": true,
"repository": "SocioProphet/agent-registry",
"role": "agent-specs-identities-sessions-memories-tool-grants-revocation-and-runtime-authority",
"requireResolutionBeforeParticipantEnablement": true,
"requireToolGrantBeforeAdapterDispatch": true
},
"sociosphere": {
"enabled": true,
"repository": "SocioProphet/sociosphere",
"role": "meta-workspace-controller",
"requirePolicyApprovalForMaterialization": true
},
"prophetWorkspace": {
"enabled": true,
"repository": "SocioProphet/prophet-workspace",
"role": "professional-workrooms-and-workspace-product-surface",
"requirePolicyApprovalForContextHydration": true
},
"slashTopics": {
"enabled": true,
"repository": "SocioProphet/slash-topics",
"role": "governed-topic-scopes-and-policy-membranes",
"requirePolicyApprovalForMembraneApplication": true
},
"memoryMesh": {
"enabled": true,
"repository": "SocioProphet/memory-mesh",
"role": "governed-recall-writeback-and-context-packs",
"requirePolicyApprovalForRecall": true,
"requirePolicyApprovalForWriteback": true
},
"newHope": {
"enabled": true,
"repository": "SocioProphet/new-hope",
"role": "semantic-runtime-for-message-thread-claim-citation-membrane-objects",
"requirePolicyApprovalForSemanticMembranes": true
},
"holmes": {
"enabled": true,
"repository": "SocioProphet/holmes",
"role": "external-language-intelligence-fabric-request-status-artifact-correlation-only",
"requirePolicyApprovalForInvestigation": true,
"mustNotRedefineHolmesSemantics": true
},
"sherlockSearch": {
"enabled": true,
"repository": "SocioProphet/sherlock-search",
"preferred": true,
"role": "retrieval-search-packets-and-evidence-search",
"requirePolicyApprovalForHydration": true
},
"legacySherlock": {
"enabled": false,
"repository": "SocioProphet/sherlock",
"ambientToolAccess": false,
"requireExplicitAuthorization": true,
"requirePolicyApproval": true
},
"meshrush": {
"enabled": true,
"repository": "SocioProphet/meshrush",
"role": "graph-native-agent-runtime-for-graph-views-diffusion-and-crystallization",
"requirePolicyApprovalForGraphOperations": true
},
"cloudshellFog": {
"enabled": true,
"repository": "SocioProphet/cloudshell-fog",
"baseUrl": "http://localhost:8080",
"defaultProfile": "default",
"defaultTtlSeconds": 3600,
"requirePolicyApproval": true
},
"agentplane": {
"enabled": true,
"repository": "SocioProphet/agentplane",
"artifactKinds": [
"ValidationArtifact",
"PlacementDecision",
"PlacementReceipt",
"RunArtifact",
"ReplayArtifact",
"SessionArtifact"
],
"requirePolicyApprovalForRun": true
},
"policyFabric": {
"enabled": true,
"repository": "SocioProphet/policy-fabric",
"decisionMode": "admit-before-side-effect",
"recordDenialsAsEvents": true
}
},
"participants": {
"hermes": {
"enabled": false,
"mode": "gateway",
"requireAgentRegistryResolution": true,
"agentRegistryId": "agent.hermes"
},
"codex": {
"enabled": false,
"mode": "repo-branch-pr",
"requireAgentRegistryResolution": true,
"agentRegistryId": "agent.codex",
"requirePolicyApprovalForMutation": true
},
"claudeCode": {
"enabled": false,
"mode": "repo-branch-pr",
"requireAgentRegistryResolution": true,
"agentRegistryId": "agent.claude-code",
"requirePolicyApprovalForMutation": true
},
"openclaw": {
"enabled": false,
"mode": "local-runtime",
"requireAgentRegistryResolution": true,
"agentRegistryId": "agent.openclaw",
"requirePolicyApprovalForSideEffects": true
},
"localProcessAgents": {
"enabled": false,
"mode": "developer-only",
"requireAgentRegistryResolution": true,
"disableForSensitiveContext": true
}
}
}