| 123456789101112131415161718192021222324252627282930313233343536 |
- ---
- title: Agency Swarm Extras
- description: Additional resources and repositories for Agency Swarm.
- icon: plus
- ---
- Explore additional repositories to enhance your Agency Swarm experience.
- <CardGroup cols={3}>
- <Card
- title="Official Examples Library"
- href="https://github.com/VRSEN/agency-swarm/tree/main/examples"
- icon="flask"
- iconType="duotone"
- >
- Explore production-ready demos maintained in the core repo.
- </Card>
- <Card
- title="API Railway Template"
- href="https://github.com/VRSEN/agency-swarm-api-railway-template"
- icon="train"
- iconType="duotone"
- >
- Deploy your agency using the API Railway Template.
- </Card>
- <Card
- title="Voice Interface"
- href="https://github.com/VRSEN/agency-voice-interface"
- icon="microphone"
- iconType="duotone"
- >
- Integrate voice commands with the Agency Voice Interface.
- </Card>
- </CardGroup>
|