feat(os): add cognitive control execution bridge

This commit is contained in:
冰朔 2026-08-07 13:45:27 +08:00
commit 25959f7af1
11 changed files with 877 additions and 6 deletions

View file

@ -24,6 +24,14 @@ dependencies = [
"serde_json",
]
[[package]]
name = "guanghu-execution-bridge"
version = "0.1.0"
dependencies = [
"serde",
"serde_json",
]
[[package]]
name = "guanghu-hldp-runtime"
version = "0.1.0"