一键导入
quanux-control-plane
Python Control Plane (Client Library for C++ Runtime)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Python Control Plane (Client Library for C++ Runtime)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Reference for OS and Kernel parameter optimization on the QuanuX Edge.
Reference for using the QuanuX Control CLI (quanuxctl).
Official Figma Developer MCP integration for QuanuX. Allows agents to inspect designs, extract variables, and generate code from Figma files.
The authoritative "School of Architecture" for building QuanuX Extensions (Sidecars). Enforces the QXP protocol, Go runtime preference, and privacy-first security model.
Instructions for operating and configuring the SignalR Bridge for TopstepX.
Guidelines for adding functions to the AST translation map for QuanuX-Annex duckdb transpiler
| name | quanux-control-plane |
| description | Python Control Plane (Client Library for C++ Runtime) |
quanux.runtime)The Control Plane facilitates the "Remote Control" of the C++ organism from Python.
quanux_supervisor.Agents should use this library to verify system state or command new strategies.
from server.control import RuntimeClient
async with RuntimeClient() as client:
# 1. Command (Act)
# Spawns a C++ strategy in the Execution Node
await client.spawn_strategy("momentum_v1", "ESH5")
# 2. Telemetry (Listen)
async for log in client.subscribe_logs():
print(log)
streamlit) never loads libquanux.so. If the Python UI crashes, the C++ trading engine relies on its own Supervisor and keeps running.sys.cmd.* text streams.