swarm-terminal-snapshot
swarm-300589052dd0
$ python3 scripts/run_swarm_poster_demo.py
[swarm] deployment_id=runtime-dep-90b592c531e3
[swarm] swarm_id=swarm-300589052dd0
[task] task_id=swarm-300589052dd0-task-1
[task] status=in_progress
[task] assigned_agent=agent-full-5d6968f886-7cm2l
$ curl -H "Authorization: Bearer ***" /api/swarms/{swarm_id}/tasks
task.started_at = 2026-05-29 10:12:36 UTC
task.halfway_at = 2026-05-29 10:12:56 UTC
halfway.observed_at = 2026-05-29 10:12:58 UTC
$ curl -H "Authorization: Bearer ***" /api/swarms/{swarm_id}/metrics
runtime.status = running
runtime.tasks_total = 1
runtime.tasks_by_status = {"in_progress": 1}
runtime.agents_connected = 1
runtime.budget.duration_seconds = 40
runtime.budget.duration_ratio = 495.7%
# milestone
> 任务开始: 2026-05-29 10:12:36 UTC
> 任务过半: 2026-05-29 10:12:58 UTC