Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 10:38 AM
Hi @Karthik_Karanm,
As per my understanding, the issue seems to be that the conversation state or authentication context isn’t being properly passed between agents in the multi-agent setup.
A few things you might try:
- Avoid caching session or conversation state, instead, create a fresh Genie client and start a new conversation for each request.
- Ensure any user tokens or auth context are passed through each agent to maintain proper access.
- Double-check that your custom agent’s input/output format aligns with what the multi-agent framework expects, even small mismatches can cause issues.