You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
Multiple agent instances currently write to the same MongoDB collection and are only filtered by thread_id. When agents call each other and reuse the same thread_id, their writes collide in the UI stream.
Goal
Isolate checkpoint writes per agent instance using MongoDBSaver namespaces (checkpoint_ns).
Keep thread_id for cross-agent context but allow additional filter by namespace in backend.
In UI, automatically filter stream by the currently selected SimpleAgent (no extra input field).
Summary
Multiple agent instances currently write to the same MongoDB collection and are only filtered by thread_id. When agents call each other and reuse the same thread_id, their writes collide in the UI stream.
Goal
Scope
Acceptance Criteria (Epic)