Further simplification: Remove explicit session creation entirely. Agents should just stream logs directly, and sessions will be auto-created on first log arrival. This eliminates the need for the Go bridge to call `/agent_sessions/start` before streaming logs - simplifying both the bridge code and the agent workflow.