add_event
, reflect
, reschedule_event
) using model outputs.proposed
→ approved
→ executed
proposed
→ rejected
executed
→ edited
agent_plan
, extends the general schema with orchestration-specific fields.
Field | Type | Description |
---|---|---|
action_type | string | One of: schedule, reflect, reschedule, log |
status | string | One of: proposed, approved, rejected, executed |
origin | string | One of: agent, user |
scheduled_for | string | Optional ISO timestamp representing intended execution time |
uid | string | Unique identifier for trace reference |
agent_plan
traces may link to calendar_event
or reflection
traces that result from their execution.linked_event_uid
or child_trace_ids
to maintain referential integrity.feedback_rating
and notes
can be applied to any trace.agent_plan
UID to trace behavioral outcomes.POST /agent/plan
— submit an agent proposalGET /agent/queue
— retrieve pending plansPOST /agent/approve
— approve a specific planPOST /agent/reject
— reject a specific planPOST /agent/feedback
— log feedback to a specific trace