docs: update state.json with Docker sandbox and multi-agent routing
This commit is contained in:
+44
-3
@@ -292,6 +292,47 @@
|
|||||||
"src/gateway/server.test.ts"
|
"src/gateway/server.test.ts"
|
||||||
],
|
],
|
||||||
"test_status": "37/37 passing"
|
"test_status": "37/37 passing"
|
||||||
|
},
|
||||||
|
"docker_sandboxing": {
|
||||||
|
"priority": "P2",
|
||||||
|
"status": "completed",
|
||||||
|
"description": "Docker-based tool sandboxing: DockerSandbox container lifecycle, SandboxManager per-session containers, sandboxed shell.exec/process.start tool wrappers, ToolRegistry.clone()/replace(), lazy container creation, daemon wiring with shutdown cleanup",
|
||||||
|
"files_created": [
|
||||||
|
"src/sandbox/docker.ts",
|
||||||
|
"src/sandbox/docker.test.ts",
|
||||||
|
"src/sandbox/manager.ts",
|
||||||
|
"src/sandbox/manager.test.ts",
|
||||||
|
"src/sandbox/tools.ts",
|
||||||
|
"src/sandbox/tools.test.ts",
|
||||||
|
"src/sandbox/index.ts"
|
||||||
|
],
|
||||||
|
"files_modified": [
|
||||||
|
"src/config/schema.ts",
|
||||||
|
"src/config/index.ts",
|
||||||
|
"src/tools/registry.ts",
|
||||||
|
"src/tools/registry.test.ts",
|
||||||
|
"src/daemon/index.ts"
|
||||||
|
],
|
||||||
|
"test_status": "31/31 passing (10 docker + 6 manager + 8 tools + 5 registry + 2 integration)"
|
||||||
|
},
|
||||||
|
"multi_agent_routing": {
|
||||||
|
"priority": "P2",
|
||||||
|
"status": "completed",
|
||||||
|
"description": "Config-driven agent routing: AgentConfigRegistry for named agent configs (system_prompt, model_tier, tool_profile, sandbox), AgentRouter with sender→channel→default resolution (glob patterns), per-agent tool registry cloning with sandboxed overrides, daemon wiring",
|
||||||
|
"files_created": [
|
||||||
|
"src/agents/registry.ts",
|
||||||
|
"src/agents/registry.test.ts",
|
||||||
|
"src/agents/router.ts",
|
||||||
|
"src/agents/router.test.ts",
|
||||||
|
"src/agents/index.ts",
|
||||||
|
"src/daemon/routing.test.ts"
|
||||||
|
],
|
||||||
|
"files_modified": [
|
||||||
|
"src/config/schema.ts",
|
||||||
|
"src/config/index.ts",
|
||||||
|
"src/daemon/index.ts"
|
||||||
|
],
|
||||||
|
"test_status": "14/14 passing (5 registry + 7 router + 2 integration)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -320,11 +361,11 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"overall_progress": {
|
"overall_progress": {
|
||||||
"total_test_count": 606,
|
"total_test_count": 655,
|
||||||
"all_tests_passing": true,
|
"all_tests_passing": true,
|
||||||
"p0_completion": "3/3 (100%)",
|
"p0_completion": "3/3 (100%)",
|
||||||
"p1_completion": "4/4 (100%)",
|
"p1_completion": "4/4 (100%)",
|
||||||
"p2_completion": "5/5 (100%)",
|
"p2_completion": "7/7 (100%)",
|
||||||
"next_up": "p2_p3_remaining (docker sandboxing, multi-agent routing, group chat, gateway auth, gemini provider)"
|
"next_up": "p3_remaining (group chat support, gateway auth, gemini provider, browser control, additional model providers)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user