You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
131 lines
4.2 KiB
131 lines
4.2 KiB
# Swarms Documentation
|
|
|
|
Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, Swarms empowers agents to work together seamlessly, tackling complex tasks.
|
|
|
|
<div style="display:flex; margin:0 auto; justify-content: center;">
|
|
<div style="width:25%">
|
|
<h2>Core Concepts</h2>
|
|
<ul>
|
|
<li>
|
|
<a href="./core-concepts/Agents">
|
|
Agents
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="./core-concepts/Tasks">
|
|
Tasks
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="./core-concepts/Tools">
|
|
Tools
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="./core-concepts/Processes">
|
|
Processes
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="./core-concepts/Crews">
|
|
Crews
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="./core-concepts/Memory">
|
|
Memory
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div style="width:30%">
|
|
<h2>How-To Guides</h2>
|
|
<ul>
|
|
<li>
|
|
<a href="./how-to/Installing-Swarms">
|
|
Installing Swarms
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="./how-to/Creating-a-Crew-and-kick-it-off">
|
|
Getting Started
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="./how-to/Create-Custom-Tools">
|
|
Create Custom Tools
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="./how-to/Sequential">
|
|
Using Sequential Process
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="./how-to/Hierarchical">
|
|
Using Hierarchical Process
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="./how-to/LLM-Connections">
|
|
Connecting to LLMs
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="./how-to/Customizing-Agents">
|
|
Customizing Agents
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="./how-to/Human-Input-on-Execution">
|
|
Human Input on Execution
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="./how-to/AgentOps-Observability">
|
|
Agent Monitoring with AgentOps
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div style="width:30%">
|
|
<h2>Examples</h2>
|
|
<ul>
|
|
<li>
|
|
<a target='_blank' href="https://github.com/joaomdmoura/Swarms-examples/tree/main/prep-for-a-meeting">
|
|
Prepare for meetings
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a target='_blank' href="https://github.com/joaomdmoura/Swarms-examples/tree/main/trip_planner">
|
|
Trip Planner Crew
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a target='_blank' href="https://github.com/joaomdmoura/Swarms-examples/tree/main/instagram_post">
|
|
Create Instagram Post
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a target='_blank' href="https://github.com/joaomdmoura/Swarms-examples/tree/main/stock_analysis">
|
|
Stock Analysis
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a target='_blank' href="https://github.com/joaomdmoura/Swarms-examples/tree/main/game-builder-crew">
|
|
Game Generator
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a target='_blank' href="https://github.com/joaomdmoura/Swarms-examples/tree/main/Swarms-LangGraph">
|
|
Drafting emails with LangGraph
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a target='_blank' href="https://github.com/joaomdmoura/Swarms-examples/tree/main/landing_page_generator">
|
|
Landing Page Generator
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div> |