https://github.com/intelligencedev/manifold
Manifold is an experimental platform for enabling long horizon workflow automation using teams of AI assistants.
https://github.com/intelligencedev/manifold
agents artificial-intelligence automation go llm retrieval-augmented-generation visual-coding vuejs
Last synced: 15 days ago
JSON representation
Manifold is an experimental platform for enabling long horizon workflow automation using teams of AI assistants.
- Host: GitHub
- URL: https://github.com/intelligencedev/manifold
- Owner: intelligencedev
- License: mit
- Created: 2025-02-04T23:28:34.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2026-01-16T02:42:09.000Z (21 days ago)
- Last Synced: 2026-01-16T18:47:10.259Z (20 days ago)
- Topics: agents, artificial-intelligence, automation, go, llm, retrieval-augmented-generation, visual-coding, vuejs
- Language: Go
- Homepage: https://intelligence.dev
- Size: 99.7 MB
- Stars: 477
- Watchers: 11
- Forks: 30
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
- awesome-hacking-lists - intelligencedev/manifold - Manifold is a platform for enabling workflow automation using AI assistants. (Vue)
README
# manifold
Manifold is an **experimental** platform for enabling long horizon workflow automation using teams of AI assistants.
Manifold supports OpenAI models such as `gpt-5.2`, Google models such as `gemini-3-pro` and Anthropic models such as `claude-opus-4-5`. Manifold also supports OpenAI API compatible services for users that self host open weight models such as `gpt-oss-120b`, `devstral-2-123b` using [llama.cpp](https://github.com/ggml-org/llama.cpp) or [vllm](https://github.com/vllm-project/vllm).
Disclaimer: As an experimental frontier AI platform, we do not recommend Manifold be deployed in a production environment where stability is required until explicitly noted in this README.
## Features
### **Agent Chat**
Use a traditional chat view to instruct specialists (agents) to work on objectives.

_Specialists can collaborate in multi-turn objectives. Manifold is designed to take advantage of the long horizon capabilities of frontier models and can work on complex objectives for hours._
### Image Generation
Manifold supports OpenAI and Google image generation models as well as local image generation using a custom ComfyUI MCP client.

_Example ComfyUI generated image with a custom workflow_
### **Specialist Registry**
Define and configure AI agents (specialists) and build your team of experts.

### **Projects**
Configure projects as agent workspaces.

### **Integrated tools and MCP Support**
Manifold implements internal tools for agent workflows as well as MCP support to extend the capabilities of your agents. Configure as many MCP servers as you wish. Enable tools individually to easily manage model context limits.

### **Workflow Editor**
Design agent workflows using a visual flow editor.

### **Prompts, Datasets and Experiments Playground**
Create, iterate and version custom prompts that can be assigned to your agents. Configure datasets and run experiments to understand how prompts affect agent behaviors.

## Quick Start
For step-by-step quick start instructions, see the repository Quick Start guide: [QUICKSTART.md](./QUICKSTART.md)