[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-915":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":23,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":26,"readmeContent":27,"aiSummary":28,"trendingCount":16,"starSnapshotCount":16,"syncStatus":29,"lastSyncTime":30,"discoverSource":31},915,"OpenSwarm","VRSEN\u002FOpenSwarm","VRSEN","Claude code for everything except coding","",null,"Python",2733,661,21,12,0,20,65,583,60,30.46,"MIT License",false,"main",[],"2026-06-12 02:00:20","\u003Cdiv align=\"center\">\n\n# 🚀 OpenSwarm\n\n![OpenSwarm](assets\u002Fnew-framework.jpg)\n\n\u003C\u002Fdiv>\n\n**The fully open-source multi-agent system that does everything Claude Code can't.**\n\nCreate polished slide decks, research reports, data visualizations, documents, images, and videos — all from a single prompt in your terminal. No platform, no UI, no setup hassles.\n\n✨ **One prompt → Complete deliverables**\n🎯 **8 specialized agents working together**\n⚡ **Install in 30 seconds, running in 60**\n🔧 **100% customizable and forkable**\n\nBuilt on [Agency Swarm](https:\u002F\u002Fgithub.com\u002FVRSEN\u002Fagency-swarm) — the framework powering real AI agencies.\n\n---\n\n> 💼 **Investor or looking to integrate AI agents into your SaaS?**\n> We're the team behind OpenSwarm and Agency Swarm, building the future of multi-agent systems.\n> **[Partner with us →](https:\u002F\u002Fvrsen-ai.notion.site\u002Ffee2d391a8d74b24baa04a0b648af83c?pvs=105)**\n\n---\n\n## 💡 What Makes This Different?\n\nInstead of one agent trying to do everything poorly, you get **specialists coordinated by an orchestrator**.\n\n### 🎯 Real Examples\n\nPaste these into your terminal and watch magic happen:\n\n- **\"Create a complete investor pitch for OpenSwarm\"** → Full deck + executive summary + market research\n- **\"Research my top 5 competitors and write 3 SEO-optimized blog posts\"** → Competitive analysis + keyword research + publish-ready content\n- **\"Analyze this data and create a quarterly report with charts\"** → Data insights + visualizations + formatted document\n- **\"Generate a product launch video with animations\"** → Professional video with graphics and transitions\n- **\"Build me a marketing campaign for Q2\"** → Strategy doc + creative assets + implementation timeline\n\nConnect to 10,000+ external services (Gmail, Slack, GitHub, HubSpot) via Composio for even more power.\n\n---\n\n## 🤖 Meet Your AI Team\n\n| Agent                      | What it does                                                                                                                                                                                 |\n| -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| **Orchestrator**           | Routes every user request to the right specialist(s). Never answers directly — pure coordination.                                                                                            |\n| **Virtual Assistant**      | Handles everyday tasks: writing, scheduling, messaging, task management. Gains 10,000+ external integrations via [Composio](https:\u002F\u002Fcomposio.dev) (Gmail, Slack, GitHub, HubSpot, and more). |\n| **Deep Research**          | Conducts comprehensive, evidence-based web research with citations and balanced analysis.                                                                                                    |\n| **Data Analyst**           | Analyses structured data, builds charts, runs statistical models — all inside an isolated IPython kernel.                                                                                    |\n| **Slides Agent**           | Generates complete, visually polished HTML slide decks, then exports them to PPTX.                                                                                                           |\n| **Docs Agent**             | Creates formatted Word documents and PDFs from outlines or raw content.                                                                                                                      |\n| **Image Generation Agent** | Generates and edits images using Gemini 2.5 Flash Image \u002F Gemini 3 Pro Image and fal.ai.                                                                                                     |\n| **Video Generation Agent** | Produces videos via Sora (OpenAI), Veo (Google), and Seedance (fal.ai); also edits and combines clips.                                                                                       |\n\n---\n\n## 📦 Get Started in 30 Seconds\n\n**For most users (recommended):**\n\n```bash\nnpm install -g @vrsen\u002Fopenswarm\nopenswarm\n```\n\nThat's it! The setup wizard handles everything: authentication, dependencies, and configuration.\n\n**Requirements:** Node.js 20+ (Python 3.10+ auto-installed)\n\n## 🔧 Build Your Own Swarm\n\nFork this repo and create your own specialized AI team in minutes:\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002FVRSEN\u002Fopenswarm.git\ncd openswarm\n```\n\nThen tell **Claude Code**, **Cursor**, or **Codex**:\n\n> _\"Turn this into an SEO optimization swarm\"_\n\nThey'll automatically customize all agents for your use case.\n\n**Popular custom swarms:**\n\n- **SEO Swarm:** Keyword research + competitor analysis + blog writing\n- **Sales Swarm:** Lead research + outreach + proposal generation\n- **Marketing Swarm:** Campaign planning + creative assets + analytics\n- **Product Swarm:** Market research + feature specs + launch materials\n\n## ⚙️ API Keys & Setup\n\nThe setup wizard walks you through everything, but you'll need at least one of these:\n\n**Required (choose one):**\n\n- `OPENAI_API_KEY` - For GPT 5.5 and Sora video generation\n- `ANTHROPIC_API_KEY` - For Claude models\n\n**Optional superpowers:**\n\n- `COMPOSIO_API_KEY` - Unlock 10,000+ integrations (Gmail, Slack, GitHub, etc.)\n- `GOOGLE_API_KEY` - Gemini image generation + Veo video\n- `FAL_KEY` - Advanced video editing and effects\n- `SEARCH_API_KEY` - Web search for research agent\n\nTools gracefully degrade when keys are missing — you'll get clear instructions on what to add.\n\n---\n\n## 🚀 Coming Soon\n\n- **Agent Builder Agent** - Create custom swarms from a single prompt\n- **OpenClaw + Claude Code integration** - All agents in one place\n\n⭐ **Star us on GitHub** to stay updated and help us prioritize features!\n\n## 🏗️ For Developers\n\n**Local development:**\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002FVRSEN\u002Fopenswarm.git\ncd openswarm\npython swarm.py\n```\n\n**Docker deployment:**\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002FVRSEN\u002Fopenswarm.git\ncd openswarm\ncp .env.example .env        # Add your API keys\ndocker-compose up --build\n```\n\n**API server:**\n\n```bash\npython server.py           # Runs on localhost:8080\n```\n\n---\n\n## 📺 Learn More\n\n- **Watch the full demo:** [YouTube video →](https:\u002F\u002Fyoutu.be\u002Fc5DdXzqaeVU?si=rM2CNaZ8qVwMvqmz)\n- **Multi-agent framework:** [Agency Swarm](https:\u002F\u002Fgithub.com\u002FVRSEN\u002Fagency-swarm)\n- **External integrations:** [Composio](https:\u002F\u002Fcomposio.dev)\n\n---\n\n## 📄 License\n\nMIT — see [LICENSE](LICENSE).\n\n**Built with ❤️ by the team behind [Agency Swarm](https:\u002F\u002Fgithub.com\u002FVRSEN\u002Fagency-swarm)**\n","OpenSwarm 是一个完全开源的多代理系统，能够从终端的一条指令生成演示文稿、研究报告、数据可视化、文档、图片和视频等多种内容。项目的核心功能在于通过八个专业化的代理协同工作来完成复杂的任务，每个代理负责特定的任务如协调、研究、数据分析等，从而实现高效精准的内容生产。技术上基于 Python 构建，并且支持与超过一万个外部服务（如Gmail、Slack）连接以增强功能。适用于需要快速创建高质量内容但又希望避免复杂用户界面设置的专业人士或团队使用场景中，如企业报告制作、市场分析、产品推广等。",2,"2026-06-11 02:40:15","CREATED_QUERY"]