Runtime Console Overview
Real-time status of the PhoenixFlight Dynamic Membership Architecture runtime.
Flight Core Status: Active
PhoenixFlight endpoints are operational. Workload scheduler and capability routers are running in-memory. Navigate through tabs to manually inspect registry pools and trigger state migrations.
Member Registry
View active participants (servers, microservices, nodes, agents, and tools) and add new ones to the pool.
Register Dynamic Member
Active Members Pool Directory
| ID | Type | Capabilities | Load (CPU) | Reliability | Status | Actions |
|---|---|---|---|---|---|---|
| Initialize simulation or add member to populate list. | ||||||
Capabilities Directory
Search active skills and discover which members own and advertise them.
| Capability | Category | Verifiable Description | Owner Provider Members | Version |
|---|---|---|---|---|
| Initialize simulation to map directory. | ||||
Hub Registry
Discover and register packaged Flight Packs directly into the active member ring.
| Pack Name | Type | Version | Capabilities | Migration | Governance | Trust Score | Actions |
|---|
Workload Queue Management
Create active tasks or workloads, and observe their scheduled routes and capacities.
Submit Running Workload
Active Queue Stream
| ID | Name | Type | Demand | Assigned To | Status | Actions |
|---|---|---|---|---|---|---|
| Initialize simulation to populate queue. | ||||||
Assignment & Scheduling Decisions
Analyze how workloads are scheduled based on eligibility rules and resource loads.
Live Assignment Routing Matrix
Routing Formulas:
- Consistent Hashing (Phoenix): Token = MD5(Key) % 10000. Scheduled on the clockwise closest virtual node token.
- Capacitated Bin Packing (Kubernetes): Score = Fraction CPU Free + Fraction Memory Free on active nodes.
- AI Agents Routing: Score = Agent Reliability / (1 + Active Task Count) for agents with matched skills.
| Workload Task | Type | Routing Requirements | Selected Member Target | Status |
|---|---|---|---|---|
| Initialize simulation to view assignments. | ||||
Context Handoffs & Migrations
Coordinate or trigger state migrations of workloads between cluster resources.
Trigger Task Handoff
Migration Logs & Context Snapshots
| Handoff ID | Workload | Source | Target | Reason | Status |
|---|---|---|---|---|---|
| No state context handoffs logged yet. | |||||
Audit Log & Verifiable Governance
A queryable event stream logging every membership registration, scheduling decision, and handoff.
Runtime Health Analytics
Performance indexes and stability scores aggregated across dynamic operations.
Verifiable Operations Record
PhoenixFlight maintains zero packet loss during context migration handoffs. Active consistency hashing re-routes less than K/N workloads during resource volatility sweeps, maximizing balance efficiency.
Simulator Mode
The simulator demonstrates PhoenixFlight across three dynamic membership patterns: Phoenix-style virtual nodes, Kubernetes-style capacity scheduling, and agentic AI-style capability routing.
Load Balance Efficiency
Running Churn Rate
Workload Relocations
Initialize the simulation to generate real-time routing analysis and step-by-step handoff explainers.