Norm

Fleet Intel Pipeline

Marco fleet panel -- Vibe to DynaRAG to Carousel to Holon intent pipeline with job polling.

Fleet Intel Pipeline (v2026-08-02T101544Z-ab2bbdebf5) 2026-08-01 | Marco fleet panel -- Vibe to DynaRAG to Carousel to Holon intent pipeline with job polling. 1 - Intent Pipeline - Processes user intent through Vibe, DynaRAG, Carousel to Holon User POST /api/fleet/intel/intent fleet_intel_router.py _post() _publish() Vibe Service POST /vibe/process DynaRAG Service POST /dynarag/analyze Carousel Service _jobs dictionary _jobs_lock _prune_jobs() intent request vibe id dynarag topic holon id 1. User posts intent requ… 2. fleet_intel_router.py… 3. Vibe Service processes… 4. DynaRAG Service analyz… 5. Carousel Service gener… 6. Holon ID is assigned t… 7. Job status is updated… Intent Request Payload { "text": "Analyze the current market trends", "context": "Financial analysis", "tags": ["market", "finance"] } Intent Response Payload { "ok": true, "job_id": "123e4567-e89b-12d3-a456-426614174000", "vibe_id": "vibe_123", "dynarag_topic": "topic_abc", "status": "queued" } The source does not show the full implementation of the intent processing pipeline, only the entry point and some helper functions. Legend actor = initiates work · process = code path · store = state on disk · bus = durable queue · dashed = separate process cyan = request flow · pink = state read/write · dashed green = pull / return path · red = refusal

Provenance

This drawing is generated, not drawn. It is rebuilt from the source files below, so when they change the picture changes — a diagram here cannot quietly describe a system that no longer works this way.

Owner
Norm
Slug
fleet-intel-pipeline
Rendered
2026-08-02T101544Z
From commit
ab2bbdebf5
Watches
1 path
  • daemon/src/fleet_intel_router.py