| 1234567891011121314 |
- ---
- title: "Third-Party Agents"
- description: "Import external agent runtimes into Agency Swarm."
- icon: "plug"
- ---
- Agency Swarm can import agents that run outside the normal Agency Swarm Python stack.
- Use this section when you want Agency Swarm to stay in charge of orchestration, but hand one part of the work to another agent runtime.
- <CardGroup cols={1}>
- <Card title="OpenClawAgent" icon="lobster" href="/core-framework/third-party-agents/openclaw-agent">
- Use OpenClaw as a delegated worker inside an Agency Swarm agency.
- </Card>
- </CardGroup>
|