feat: add cross-system causal edges to the typed tool graph for root-cause traversal #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
The agent already has typed tools and family-level policies, but system knowledge is still too siloed by family (
web_diagnose,user_access,url_research,setup_memory_lookup, etc.).Why this matters
To become truly helpful on a real homelab/app stack, the agent must connect causes across systems: app -> identity -> reverse proxy -> DNS -> network -> storage -> host.
Current evidence
/home/openclaw/.openclaw/workspace/lib/tool_graph.pyDeliverables
Definition of done
The planner can propose and log cross-family evidence paths instead of treating families as isolated buckets.