بنقرة واحدة
control-plane
PM hub — project board, task scoring, event stream, Telegram integration
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
PM hub — project board, task scoring, event stream, Telegram integration
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Infrastructure-as-code — GCP Terraform, Pi deployment configs, Docker
Trading engine — signals, risk, execution, self-improvement loop
Send a test trading signal through the Sapphire pipeline
Agent dispatch — OpenClaw, NemoClaw, orchestrator, runtime policy
Aster DEX trading bot — Solana perpetuals, CEX-style API, Shield HFT strategy
Flask trading dashboard at sapphirealpha.xyz — PnL, positions, system status
| name | control-plane |
| description | PM hub — project board, task scoring, event stream, Telegram integration |
| type | service |
| runtime | python |
| deploy_target | rari1 |
| dependencies | ["sapphire-core","sapphire-agents"] |
| entry_point | app/main.py |
| test_command | pytest tests/ |
| build_command | docker build -t control-plane . |
Central project management and coordination service. Manages the project board, scores tasks, publishes events, and integrates with Telegram for agent-human communication.
Publishes tagged events: task.created, task.completed, deploy.started, alert.fired
Tags: project:, agent:, priority:, type:
Agents subscribe to relevant tags for notifications.
app/main.py — FastAPI entry point (health, events, tasks, Kimi bridge, Telegram webhook)app/control_plane.py — State management and persistence (SQLite default)app/project_board.py — Project and task CRUDapp/scoring.py — Task priority scoringapp/event_stream.py — JSONL event log (no GCP — file-based)app/storage.py — Telegram chat store (in-memory default when not on Cloud Run)app/kimi_bridge.py — /api/kimi/pm dispatch endpointapp/frontend/ — PM dashboard HTML pagesbash infra/pi/rari1/deploy-control-plane.sh
# Service: http://100.x.x.x:8082
# Kimi bridge: POST /api/kimi/pm X-Control-Token: <CONTROL_PLANE_TOKEN>