Skip to content

2026

Introducing Condor: The Open Source Harness for Trading Agents

cover

We're excited to introduce Condor, an open source harness for building and running autonomous trading agents. Condor connects LLM-powered decision-making to deterministic trade execution via the Hummingbot API, enabling traders to deploy AI agents that can observe markets, reason about strategy, and execute trades across 50+ exchanges and blockchains.

This post introduces the Condor Trading Agent (CTA) standard, explains the architecture that makes CTAs work, and walks through how you can create and manage them using the Condor harness.

Introducing Condor Agents: The Open Source Standard for Trading Agents

cover

Algorithmic trading bots are fast and consistent—but rigid. They follow pre-programmed rules and break when markets change. Large language models are flexible and adaptive—but lack the precision and reliability needed to execute real trades.

Condor Agents bridges this gap: an open source standard for building autonomous trading agents that combine LLM-powered reasoning with deterministic, auditable trade execution.