| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- ---
- title: "Agency Swarm Tutorials"
- description: "Learn how to use Agency Swarm to automate workflows through practical examples"
- icon: "play"
- ---
- <CardGroup cols={3}>
- <Card
- title="Quick Start: Deploy AI Agents"
- href="https://www.youtube.com/watch?v=53_e3lmk6Mo"
- icon="rocket"
- iconType="duotone"
- >
- Deploy AI agents in your business using our template. Covers strategies, best practices, and examples.
- </Card>
- <Card
- title="Build AI Agents in Plain English"
- href="https://www.youtube.com/watch?v=Og73plUTabs"
- icon="robot"
- iconType="duotone"
- >
- Create AI agent teams with Cursor template. Build a content creation agency step-by-step.
- </Card>
- <Card
- title="Advanced Features Deep Dive"
- href="https://www.youtube.com/watch?v=AZlPelcATHo"
- icon="wand-magic-sparkles"
- iconType="duotone"
- >
- Master async mode, parallel tool calling, and open-source model integration.
- </Card>
- <Card
- title="How to Build Self-Improving AI Agents"
- href="https://www.youtube.com/watch?v=ZcWMSVGcZio"
- icon="graduation-cap"
- iconType="duotone"
- >
- Learn how to create AI agents that evolve and improve over time. Master advanced techniques for continuous learning, adaptation, and performance optimization.
- </Card>
- <Card
- title="5 Innovative AI Agent Projects"
- href="https://www.youtube.com/watch?v=hb0j9Qn-KjM"
- icon="brain"
- iconType="duotone"
- >
- Real-world applications and implementations of AI agents in business automation.
- </Card>
- <Card
- title="Open Source Model Support"
- href="https://www.youtube.com/watch?v=Vd-Gtfm_zjw"
- icon="code-branch"
- iconType="duotone"
- >
- Integrate open source models and Assistance API v2 features into your projects.
- </Card>
- <Card
- title="Complete Beginner's Guide"
- href="https://www.youtube.com/watch?v=MOyl58VF2ak"
- icon="book-open"
- iconType="duotone"
- >
- Learn AI agent development from scratch, including building a Social Media Marketing Agency.
- </Card>
- </CardGroup>
- ## Example Projects
- <CardGroup cols={3}>
- <Card
- title="QA Testing with Vision"
- href="https://youtu.be/Yidy_ePo7pE"
- icon="magnifying-glass"
- iconType="duotone"
- >
- Use GPT-4 Vision for QA testing.
- </Card>
- <Card
- title="Genesis Agency"
- href="https://youtu.be/qXxO7SvbGs8"
- icon="leaf"
- iconType="duotone"
- >
- Create custom agents.
- </Card>
- </CardGroup>
|