Chronologue Role | CUDA Analogy | Description |
---|---|---|
agent_plan | Kernel Launch | Defines task intent and timing |
executor | GPU threads | Executes plan as structured action |
scheduler | Grid/block | Maps time-based scheduling to planner queue |
tempo_token | Stream config | Encodes timing granularity and alignment |
profiler | CUPTI/Nsight | Logs execution metadata and feedback |
MemPort | cudaMemcpy | Transfers memory context between agents |
agent_plan
schemascheduled_for
, tempo_token
)runtime/
directory.
agent_plan
enters the planner queue (scheduler.py) with intent, constraints, and optional conditions.
executed_at
, duration_ms
, and status. Memory traces are created if applicable.
profiling
object:
Example:
agent_plan
, profiling
)trace_id
and planned_by
metadata for every run