-
Notifications
You must be signed in to change notification settings - Fork 807
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
138 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
docs_new/advanced-topics/customizing-prompts-and-few-shot-learning.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
title: Agency Swarm Extras | ||
description: Additional resources and repositories for Agency Swarm. | ||
icon: plus-circle | ||
--- | ||
|
||
Explore additional repositories to enhance your Agency Swarm experience. | ||
|
||
<CardGroup cols={3}> | ||
<Card | ||
title="Agency Swarm Lab" | ||
color="#F3A78B" | ||
href="https://github.com/VRSEN/agency-swarm-lab" | ||
icon="flask" | ||
iconType="duotone" | ||
> | ||
Experiment with the latest features in Agency Swarm Lab. | ||
</Card> | ||
|
||
<Card | ||
title="API Railway Template" | ||
color="#F3A78B" | ||
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" | ||
color="#F3A78B" | ||
href="https://github.com/VRSEN/agency-voice-interface" | ||
icon="microphone" | ||
iconType="duotone" | ||
> | ||
Integrate voice commands with the Agency Voice Interface. | ||
</Card> | ||
</CardGroup> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
--- | ||
title: "Agency Swarm Tutorials" | ||
description: "A collection of tutorials showing how to use the Agency Swarm framework to automate workflows." | ||
icon: "rocket-launch" | ||
--- | ||
|
||
<CardGroup cols={3}> | ||
<Card | ||
title="Getting Started with Agency Swarm" | ||
color="#F3A78B" | ||
href="https://www.youtube.com/watch?v=53_e3lmk6Mo" | ||
icon="play-circle" | ||
iconType="solid" | ||
> | ||
This video provides a practical guide to deploying AI agents in production using a free deployment template. It covers cloud, serverless, and hybrid options. | ||
</Card> | ||
|
||
<Card | ||
title="How to Build AI Agents in Plain English (Cursor Template)" | ||
color="#F3A78B" | ||
href="https://www.youtube.com/watch?v=Og73plUTabs" | ||
icon="arrows-left-right" | ||
iconType="duotone" | ||
> | ||
Learn to create AI agent teams using a Cursor template. This tutorial walks you through building a content creation agency with step-by-step instructions. | ||
</Card> | ||
|
||
<Card | ||
title="Customizing Agent Prompts" | ||
color="#F3A78B" | ||
href="https://www.youtube.com/watch?v=AZlPelcATHo" | ||
icon="edit" | ||
iconType="duotone" | ||
> | ||
Explore advanced techniques in the Agency Swarm framework, including asynchronous modes, parallel tool calling, and open API schema conversion. | ||
</Card> | ||
|
||
<Card | ||
title="Deploying to Production" | ||
color="#F3A78B" | ||
href="https://www.youtube.com/watch?v=hb0j9Qn-KjM" | ||
icon="server" | ||
iconType="duotone" | ||
> | ||
Guide on deploying your agency to a production environment. | ||
</Card> | ||
|
||
<Card | ||
title="Managing Communication Flows" | ||
color="#F3A78B" | ||
href="https://www.youtube.com/watch?v=Vd-Gtfm_zjw" | ||
icon="comments" | ||
iconType="duotone" | ||
> | ||
Strategies for managing agent communication flows. | ||
</Card> | ||
|
||
<Card | ||
title="Advanced Topics in Agency Swarm" | ||
color="#F3A78B" | ||
href="https://www.youtube.com/watch?v=MOyl58VF2ak" | ||
icon="lightbulb" | ||
iconType="duotone" | ||
> | ||
Explore advanced features and best practices. | ||
</Card> | ||
</CardGroup> |