-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaibom.json
More file actions
33 lines (33 loc) · 966 Bytes
/
Copy pathaibom.json
File metadata and controls
33 lines (33 loc) · 966 Bytes
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
{
"schema": "corpos-aibom/v1",
"program_id": "corpos-autonomous-company-r2",
"generated": "2026-07-26",
"policyBundleHash": "rego-shaped-three-layer-v1",
"agents": [
{ "id": "agent_support", "role": "Support Agent", "model": "simulation|live" },
{ "id": "agent_finance", "role": "Finance Agent", "model": "simulation|live" },
{ "id": "agent_ops", "role": "Ops Agent", "model": "simulation|live" }
],
"models": [
{ "id": "simulation", "provider": "SimulationProvider" },
{ "id": "openrouter", "provider": "HttpLLMProvider", "optional": true }
],
"tools": [
"crm.lookup",
"knowledge.search",
"billing.issue_refund",
"billing.reverse_refund",
"comms.send_email",
"ops.restart_service",
"ops.mark_incident",
"agent.handoff"
],
"mcp_servers": [
{
"id": "mcp-knowledge",
"package": "@corpos/mcp-knowledge",
"transport": "stdio"
}
],
"dangerous_tools_registered": []
}