Amar Sarvepalli
Amar Sarvepalli

Reputation: 1

How to share compiled subgraph between supervisors deployed in different containers?

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

Answers (0)

Related Questions