tutorials.mdx 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. ---
  2. title: "Agency Swarm Tutorials"
  3. description: "Learn how to use Agency Swarm to automate workflows through practical examples"
  4. icon: "play"
  5. ---
  6. <CardGroup cols={3}>
  7. <Card
  8. title="Quick Start: Deploy AI Agents"
  9. href="https://www.youtube.com/watch?v=53_e3lmk6Mo"
  10. icon="rocket"
  11. iconType="duotone"
  12. >
  13. Deploy AI agents in your business using our template. Covers strategies, best practices, and examples.
  14. </Card>
  15. <Card
  16. title="Build AI Agents in Plain English"
  17. href="https://www.youtube.com/watch?v=Og73plUTabs"
  18. icon="robot"
  19. iconType="duotone"
  20. >
  21. Create AI agent teams with Cursor template. Build a content creation agency step-by-step.
  22. </Card>
  23. <Card
  24. title="Advanced Features Deep Dive"
  25. href="https://www.youtube.com/watch?v=AZlPelcATHo"
  26. icon="wand-magic-sparkles"
  27. iconType="duotone"
  28. >
  29. Master async mode, parallel tool calling, and open-source model integration.
  30. </Card>
  31. <Card
  32. title="How to Build Self-Improving AI Agents"
  33. href="https://www.youtube.com/watch?v=ZcWMSVGcZio"
  34. icon="graduation-cap"
  35. iconType="duotone"
  36. >
  37. Learn how to create AI agents that evolve and improve over time. Master advanced techniques for continuous learning, adaptation, and performance optimization.
  38. </Card>
  39. <Card
  40. title="5 Innovative AI Agent Projects"
  41. href="https://www.youtube.com/watch?v=hb0j9Qn-KjM"
  42. icon="brain"
  43. iconType="duotone"
  44. >
  45. Real-world applications and implementations of AI agents in business automation.
  46. </Card>
  47. <Card
  48. title="Open Source Model Support"
  49. href="https://www.youtube.com/watch?v=Vd-Gtfm_zjw"
  50. icon="code-branch"
  51. iconType="duotone"
  52. >
  53. Integrate open source models and Assistance API v2 features into your projects.
  54. </Card>
  55. <Card
  56. title="Complete Beginner's Guide"
  57. href="https://www.youtube.com/watch?v=MOyl58VF2ak"
  58. icon="book-open"
  59. iconType="duotone"
  60. >
  61. Learn AI agent development from scratch, including building a Social Media Marketing Agency.
  62. </Card>
  63. </CardGroup>
  64. ## Example Projects
  65. <CardGroup cols={3}>
  66. <Card
  67. title="QA Testing with Vision"
  68. href="https://youtu.be/Yidy_ePo7pE"
  69. icon="magnifying-glass"
  70. iconType="duotone"
  71. >
  72. Use GPT-4 Vision for QA testing.
  73. </Card>
  74. <Card
  75. title="Genesis Agency"
  76. href="https://youtu.be/qXxO7SvbGs8"
  77. icon="leaf"
  78. iconType="duotone"
  79. >
  80. Create custom agents.
  81. </Card>
  82. </CardGroup>