بنقرة واحدة
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.