You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
claude-node lets Python directly run, supervise, and integrate the real local Claude Code runtime. It preserves native CLI capabilities through stream-json, explicit session lifecycle, and process-level control — not another high-level agent framework, but a thin runtime layer for embedding Claude Code into your own systems.
This Python tool employs multi-agent routing to efficiently handle diverse tasks: one agent generates QR codes, while another retrieves and processes data from a CSV file. Depending on the user's query, the appropriate agent is dynamically selected to provide accurate responses or actions.
A human-in-the-loop routing layer that works with the Governance Gate (WHAT is allowed) to ensure every agent action is routed, approved, and auditable.