Agents
This section details the implementation of the multi-agent trading workflow, focusing on core agents, async workflow orchestration, risk management, portfolio optimization, data pipeline integration, and sentiment storage.
How they work together?
The integration of OpenAI Swarm and LangChain ensures the entire trading system operates as a cohesive unit:
Swarm Manages the Agents: Swarm ensures tasks are executed efficiently and results are routed appropriately.
LangChain Connects the Dots: Once agents generate their outputs, LangChain takes over to align and contextualize these outputs for downstream decisions.
Last updated