overview.mdx 555 B

1234567891011121314
  1. ---
  2. title: "Third-Party Agents"
  3. description: "Import external agent runtimes into Agency Swarm."
  4. icon: "plug"
  5. ---
  6. Agency Swarm can import agents that run outside the normal Agency Swarm Python stack.
  7. 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.
  8. <CardGroup cols={1}>
  9. <Card title="OpenClawAgent" icon="lobster" href="/core-framework/third-party-agents/openclaw-agent">
  10. Use OpenClaw as a delegated worker inside an Agency Swarm agency.
  11. </Card>
  12. </CardGroup>