diff --git a/README.md b/README.md index 989452870fd..6a8508bcc3c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@

-

The open-source platform to build AI agents and run your agentic workforce. Connect 1,000+ integrations and LLMs to orchestrate agentic workflows.

+

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.

Sim.ai @@ -21,25 +21,39 @@ Ask DeepWiki Set Up with Cursor

-### Build Workflows with Ease -Design agent workflows visually on a canvas—connect agents, tools, and blocks, then run them instantly. +### Build everything in Mothership +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.

- Workflow Builder Demo + Mothership building and running an agent from chat

-### Supercharge with Copilot -Leverage Copilot to generate nodes, fix errors, and iterate on flows directly from natural language. +### Create files and documents +Generate documents, reports, and presentations from a single prompt, grounded in your workspace data.

- Copilot Demo + Mothership generating a document from a prompt

-### Integrate Vector Databases -Upload documents to a vector store and let agents answer questions grounded in your specific content. +### Ground agents in your knowledge +Upload documents to a knowledge base and let agents answer questions from your own content.

- Knowledge Uploads and Retrieval Demo + Creating a knowledge base +

+ +### Structured data with Tables +A database, built in. Store, query, and wire structured data into agent runs. + +

+ Tables view with typed columns +

+ +### Build visually with Workflows +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. + +

+ Workflow builder demo

## Quickstart @@ -74,7 +88,7 @@ docker compose -f docker-compose.prod.yml up -d Open [http://localhost:3000](http://localhost:3000) -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. +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. ### Self-hosted: Manual Setup diff --git a/apps/sim/public/static/copilot.gif b/apps/sim/public/static/copilot.gif deleted file mode 100644 index c84f3f4db03..00000000000 Binary files a/apps/sim/public/static/copilot.gif and /dev/null differ diff --git a/apps/sim/public/static/files.gif b/apps/sim/public/static/files.gif new file mode 100644 index 00000000000..1da78363ebb Binary files /dev/null and b/apps/sim/public/static/files.gif differ diff --git a/apps/sim/public/static/knowledge.gif b/apps/sim/public/static/knowledge.gif index 82abd00515c..8b720394bf5 100644 Binary files a/apps/sim/public/static/knowledge.gif and b/apps/sim/public/static/knowledge.gif differ diff --git a/apps/sim/public/static/mothership.gif b/apps/sim/public/static/mothership.gif new file mode 100644 index 00000000000..7d35f17c572 Binary files /dev/null and b/apps/sim/public/static/mothership.gif differ diff --git a/apps/sim/public/static/tables.png b/apps/sim/public/static/tables.png new file mode 100644 index 00000000000..1c622ae253e Binary files /dev/null and b/apps/sim/public/static/tables.png differ diff --git a/apps/sim/public/static/workflow.gif b/apps/sim/public/static/workflow.gif index 644bc2e25d3..8dd732a9f41 100644 Binary files a/apps/sim/public/static/workflow.gif and b/apps/sim/public/static/workflow.gif differ