|
8 | 8 | </a> |
9 | 9 | </p> |
10 | 10 |
|
11 | | -<p align="center">The open-source platform to build AI agents and run your agentic workforce. Connect 1,000+ integrations and LLMs to orchestrate agentic workflows.</p> |
| 11 | +<p align="center">The open-source AI workspace where teams build, deploy, and manage AI agents. Build conversationally, visually, or with code. Connect 1,000+ integrations and every major LLM to automate real work.</p> |
12 | 12 |
|
13 | 13 | <p align="center"> |
14 | 14 | <a href="https://sim.ai" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/badge/sim.ai-33c482" alt="Sim.ai"></a> |
|
21 | 21 | <a href="https://deepwiki.com/simstudioai/sim" target="_blank" rel="noopener noreferrer"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a> <a href="https://cursor.com/link/prompt?text=Help%20me%20set%20up%20Sim%20locally.%20Follow%20these%20steps%3A%0A%0A1.%20First%2C%20verify%20Docker%20is%20installed%20and%20running%3A%0A%20%20%20docker%20--version%0A%20%20%20docker%20info%0A%0A2.%20Clone%20the%20repository%3A%0A%20%20%20git%20clone%20https%3A%2F%2Fgithub.com%2Fsimstudioai%2Fsim.git%0A%20%20%20cd%20sim%0A%0A3.%20Start%20the%20services%20with%20Docker%20Compose%3A%0A%20%20%20docker%20compose%20-f%20docker-compose.prod.yml%20up%20-d%0A%0A4.%20Wait%20for%20all%20containers%20to%20be%20healthy%20(this%20may%20take%201-2%20minutes)%3A%0A%20%20%20docker%20compose%20-f%20docker-compose.prod.yml%20ps%0A%0A5.%20Verify%20the%20app%20is%20accessible%20at%20http%3A%2F%2Flocalhost%3A3000%0A%0AIf%20there%20are%20any%20errors%2C%20help%20me%20troubleshoot%20them.%20Common%20issues%3A%0A-%20Port%203000%2C%203002%2C%20or%205432%20already%20in%20use%0A-%20Docker%20not%20running%0A-%20Insufficient%20memory%20(needs%2012GB%2B%20RAM)%0A%0AFor%20local%20AI%20models%20with%20Ollama%2C%20use%20this%20instead%20of%20step%203%3A%0A%20%20%20docker%20compose%20-f%20docker-compose.ollama.yml%20--profile%20setup%20up%20-d"><img src="https://img.shields.io/badge/Set%20Up%20with-Cursor-000000?logo=cursor&logoColor=white" alt="Set Up with Cursor"></a> |
22 | 22 | </p> |
23 | 23 |
|
24 | | -### Build Workflows with Ease |
25 | | -Design agent workflows visually on a canvas—connect agents, tools, and blocks, then run them instantly. |
| 24 | +### Build everything in Mothership |
| 25 | +Your AI command center. Describe what you want in plain language. Mothership knows your entire workspace and takes action: building agents, running them, querying data, and more. |
26 | 26 |
|
27 | 27 | <p align="center"> |
28 | | - <img src="apps/sim/public/static/workflow.gif" alt="Workflow Builder Demo" width="800"/> |
| 28 | + <img src="apps/sim/public/static/mothership.gif" alt="Mothership building and running an agent from chat" width="800"/> |
29 | 29 | </p> |
30 | 30 |
|
31 | | -### Supercharge with Copilot |
32 | | -Leverage Copilot to generate nodes, fix errors, and iterate on flows directly from natural language. |
| 31 | +### Create files and documents |
| 32 | +Generate documents, reports, and presentations from a single prompt, grounded in your workspace data. |
33 | 33 |
|
34 | 34 | <p align="center"> |
35 | | - <img src="apps/sim/public/static/copilot.gif" alt="Copilot Demo" width="800"/> |
| 35 | + <img src="apps/sim/public/static/files.gif" alt="Mothership generating a document from a prompt" width="800"/> |
36 | 36 | </p> |
37 | 37 |
|
38 | | -### Integrate Vector Databases |
39 | | -Upload documents to a vector store and let agents answer questions grounded in your specific content. |
| 38 | +### Ground agents in your knowledge |
| 39 | +Upload documents to a knowledge base and let agents answer questions from your own content. |
40 | 40 |
|
41 | 41 | <p align="center"> |
42 | | - <img src="apps/sim/public/static/knowledge.gif" alt="Knowledge Uploads and Retrieval Demo" width="800"/> |
| 42 | + <img src="apps/sim/public/static/knowledge.gif" alt="Creating a knowledge base" width="460"/> |
| 43 | +</p> |
| 44 | + |
| 45 | +### Structured data with Tables |
| 46 | +A database, built in. Store, query, and wire structured data into agent runs. |
| 47 | + |
| 48 | +<p align="center"> |
| 49 | + <img src="apps/sim/public/static/tables.png" alt="Tables view with typed columns" width="800"/> |
| 50 | +</p> |
| 51 | + |
| 52 | +### Build visually with Workflows |
| 53 | +Prefer a canvas? Design agents block by block in the visual builder, and let Copilot generate blocks, wire variables, and fix errors from natural language. |
| 54 | + |
| 55 | +<p align="center"> |
| 56 | + <img src="apps/sim/public/static/workflow.gif" alt="Workflow builder demo" width="800"/> |
43 | 57 | </p> |
44 | 58 |
|
45 | 59 | ## Quickstart |
@@ -74,7 +88,7 @@ docker compose -f docker-compose.prod.yml up -d |
74 | 88 |
|
75 | 89 | Open [http://localhost:3000](http://localhost:3000) |
76 | 90 |
|
77 | | -Sim also supports local models via [Ollama](https://ollama.ai) and [vLLM](https://docs.vllm.ai/) — see the [Docker self-hosting docs](https://docs.sim.ai/self-hosting/docker) for setup details. |
| 91 | +Sim also supports local models via [Ollama](https://ollama.ai) and [vLLM](https://docs.vllm.ai/). See the [Docker self-hosting docs](https://docs.sim.ai/self-hosting/docker) for setup details. |
78 | 92 |
|
79 | 93 | ### Self-hosted: Manual Setup |
80 | 94 |
|
|
0 commit comments