Saltar al contenido principal

alphaswarm-agents

Catalog date: 2026-06-24.

alphaswarm-agents is the standalone runtime for AlphaSwarm agents. It decouples agent execution from the monolith, providing a hash-locked, versioned environment for research and trading crews.

Role

  • Agent Runtime: Implements AgentRuntime and AgentSpec with strict hash-locking for reproducibility.
  • Crew Orchestration: Manages crews (CrewAI + LangGraph) for multi-agent workflows (trader, research, selection, analysis).
  • Tool Registry: Provides a dedicated registry for agent tools, including DataMCP, CodebaseMCP, and KnowledgeGraph tools.
  • Scalable Execution: Designed to run on the alphaswarm-worker engine or as standalone pods.

Architecture

The runtime uses AgentSpec to define the capabilities, tools, and models for an agent. Orchestration is handled via LangGraph for complex, stateful workflows. All agent actions are recorded in the platform's audit ledger.

Repository