Reputation: 1
I am trying to implement Langgraph (Python) hierarchical agent architecture within a microservices environment. I would like some help in understanding how to transmit compiled subgraphs to parent agents located in separate containers. Is there a feasible method for sharing these compiled subgraphs across different microservice containers?
I attempted to serialize the compiled graph using pickle, but encountered an error related to nested functions.
Upvotes: 0
Views: 20