[FEATURE] Make invocation_state available as a parameter in the condition function of Graph Edge
Opened this issue · 0 comments
schatterjee90 commented
Problem Statement
Just like there is a way to access the state of the agent in the condition function of the graph edge, we should be able to use the invocation state which is common across agents in a multi-agent graph implementation
Proposed Solution
No response
Use Case
This will help us use shared context in a multi-agent framework, and implement conditions using the same while traversing the nodes in the graph
Alternatives Solutions
No response
Additional Context
No response