feat: add agent visibility APIs and harden runtime verification
Add Day 4 visibility endpoints and response models, strengthen collaboration/task verification behavior, and patch conversation schema startup migration for agent_state compatibility. Extend backend regression coverage for runtime schemas, verifier behavior, visibility APIs, router auth, and legacy conversation list loading.
This commit is contained in:
@@ -134,6 +134,27 @@ _CONTINUITY_SNAPSHOT_FIELDS = (
|
||||
"current_agent",
|
||||
"next_step",
|
||||
"agent_trace",
|
||||
"agent_id",
|
||||
"parent_agent_id",
|
||||
"root_agent_id",
|
||||
"collaboration_depth",
|
||||
"thread_id",
|
||||
"last_message_id",
|
||||
"message_sequence",
|
||||
"spawned_agent_ids",
|
||||
"current_sub_commander",
|
||||
"active_sub_commanders",
|
||||
"sub_commander_trace",
|
||||
"event_trace",
|
||||
"message_trace",
|
||||
"active_tasks",
|
||||
"task_results",
|
||||
"task_hierarchy",
|
||||
"verification_status",
|
||||
"verification_summary",
|
||||
"verification_evidence",
|
||||
"budget_state",
|
||||
"collaboration_budget_history",
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user