Architecture Overview

├── src/ # Core source code
│ ├── agents/ # Agent management and specialization
│ ├── swarms/ # Swarm intelligence and optimization
│ ├── blockchain/ # Solana blockchain interactions
│ ├── dex/ # DEX operations (Raydium, Orca)
│ ├── storage/ # Decentralized storage (Arweave, IPFS)
│ └── api/ # HTTP API server and endpoints
├── packages/ # TypeScript/JavaScript packages
│ ├── cli/ # Interactive CLI implementation
│ ├── python-wrapper/ # Python interface for OmniFlux
│ └── wallets/ # Wallet integrations (Phantom, Solflare)
├── server.js # Main HTTP server (port 8052)
├── .env # Environment variables (not committed)
├── README.md # This file
└── ... # Config, Docker files, etc.Last updated