Example code and guides for accomplishing common tasks with the Swarms Framework To run these examples, you'll need an OpenAI account and associated API key or an API key from your designated provider like Anthropic, Gemini, etc or you can leverage your own local models! Set an environment variable called OPENAI_API_KEY
with your API key. Alternatively, in most IDEs such as Visual Studio Code, you can create an .env
file at the root of your repo containing OPENAI_API_KEY=<your API key>
, which will be picked up by the notebooks.
This index provides a categorized list of examples and tutorials for using the Swarms Framework across different industries. Each example demonstrates practical applications and implementations using the framework.
Name | Description | Link |
---|---|---|
Tickr-Agent | Financial analysis agent for stock market data using multithreaded processing and AI integration | View Example |
CryptoAgent | Real-time cryptocurrency data analysis and insights using CoinGecko integration | View Example |
10-K Analysis (Custom) | Detailed analysis of SEC 10-K reports using specialized agents | View Example |
10-K Analysis (AgentRearrange) | Mixed sequential and parallel analysis of 10-K reports | View Example |
Name | Description | Link |
---|---|---|
MedInsight Pro | Medical research summarization and analysis using AI-driven agents | View Example |
Athletics Diagnosis | Diagnosis and treatment system for extreme athletics using AgentRearrange | View Example |
Name | Description | Link |
---|---|---|
NewsAgent | Real-time news aggregation and summarization for business intelligence | View Example |
Social Media Marketing | Spreadsheet-based content generation for multi-platform marketing | View Example |
Name | Description | Link |
---|---|---|
Accounting Agents | Multi-agent system for financial projections and risk assessment | View Example |
Name | Description | Link |
---|---|---|
GPTuesday Event | Example of creating promotional content for tech events | View Example |
Platform | Link | Description |
---|---|---|
📚 Documentation | docs.swarms.world | Official documentation and guides |
📝 Blog | Medium | Latest updates and technical articles |
💬 Discord | Join Discord | Live chat and community support |
@kyegomez | Latest news and announcements | |
The Swarm Corporation | Professional network and updates | |
📺 YouTube | Swarms Channel | Tutorials and demos |
🎫 Events | Sign up here | Join our community events |
The Swarms Cookbook is a community-driven resource. Whether you're submitting an idea, fixing a typo, adding a new guide, or improving an existing one, your contributions are greatly appreciated!
Before contributing, read through the existing issues and pull requests to see if someone else is already working on something similar. That way you can avoid duplicating efforts.
If there are examples or guides you'd like to see, feel free to suggest them on the issues page.
If you'd like to contribute new content, make sure to read through our contribution guidelines. We welcome high-quality submissions of new examples and guides, as long as they meet our criteria and fit within the scope of the cookbook.
MIT