extras.mdx 894 B

123456789101112131415161718192021222324252627282930313233343536
  1. ---
  2. title: Agency Swarm Extras
  3. description: Additional resources and repositories for Agency Swarm.
  4. icon: plus
  5. ---
  6. Explore additional repositories to enhance your Agency Swarm experience.
  7. <CardGroup cols={3}>
  8. <Card
  9. title="Official Examples Library"
  10. href="https://github.com/VRSEN/agency-swarm/tree/main/examples"
  11. icon="flask"
  12. iconType="duotone"
  13. >
  14. Explore production-ready demos maintained in the core repo.
  15. </Card>
  16. <Card
  17. title="API Railway Template"
  18. href="https://github.com/VRSEN/agency-swarm-api-railway-template"
  19. icon="train"
  20. iconType="duotone"
  21. >
  22. Deploy your agency using the API Railway Template.
  23. </Card>
  24. <Card
  25. title="Voice Interface"
  26. href="https://github.com/VRSEN/agency-voice-interface"
  27. icon="microphone"
  28. iconType="duotone"
  29. >
  30. Integrate voice commands with the Agency Voice Interface.
  31. </Card>
  32. </CardGroup>