We’ve successfully submitted our project to the Colosseum Breakout Hackathon!
Visit
LogoLogo
WebsiteX
  • About Minos
  • Minos SDK
    • Core functions
      • Core functions: Trade
      • Core functions: Vaults
    • Websocket
    • CLI: Sandbox strategy testing
  • Multi-Agent Orchestration
    • Agents
      • Data Collection Agent
      • Analytical Agent
      • Strategy Development Agent
      • Trade Implementation Agent
      • Performance Monitoring Agent
    • OpenAI Swarm and Langchain
  • Terminal: On-chain tasks execution
  • Autonomous trading agents
    • Ariadne: Autonomous Trade Scanner
    • Deucalion: Advanced Copy Trading
    • Androgeus: Rule-Based Trade Executor
    • How to use
    • Funds
  • Agent Vaults
    • Creation process
    • Cancelation process
    • Fees
    • Token
  • DevOps
    • Servers and GPU Infrastructure
    • Retrieval-Augmented Generation (RAG) Operations
      • Iterative Retrieval-Generation
      • Embedding Models
    • Conversational History Management
    • Agent Monitoring & Performance Analytics
  • Telegram terminal
Powered by GitBook

Minos AI 2025

On this page
  1. Multi-Agent Orchestration

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.

OpenAI Swarm and Langchain

PreviousMulti-Agent OrchestrationNextData Collection Agent

Last updated 2 days ago