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
BatchProcessor currently uses the assumption of independence (ie. each chunk is processed independently from each other) and there is no agent-agent communication (though it's roughly allowed via callback)
This should be asynchronous, and probably via toolcall / callback
Calling agent executes toolcall / callback, which pings another agent to begin processing
There's probably a framework that exists for this style of communication, or I could just build it from scatch