A production-ready AI platform with built-in portal, streaming, and DAG visualization. Run standalone or embed into legacy systems via the connector platform — works with any LLM provider.
From standalone AI assistant to embedded engine for legacy systems.
LLM decomposes goals into dependency graphs, runs steps in parallel, and auto-revises the plan up to 3 rounds.
Full-featured AI portal with streaming, DAG visualization, dark/light theme, and command palette. Clone, configure, launch.
Bridge any legacy system — databases, REST APIs, messaging platforms. Auth injection, response extraction, zero code change on their side.
Hybrid retrieval with RRF, inline [N] citations, conflict detection, and explainable confidence scores.
Auto-discovered built-in tools: Python executor, web search, shell exec, HTTP request, and MCP protocol support.
LLM-powered compaction, ContextGuard token budgets, and pinned messages — never lose critical context.
Three-phase agent loop that adapts on the fly.
Decomposes user intent into a dependency graph of executable steps with parallel branches.
Runs steps concurrently, feeding outputs downstream. ReAct agents handle each step with tool access.
Evaluates results against the original goal. If confidence is low, triggers automatic re-planning.
git clone https://github.com/fim-ai/fim-agent.git
cd fim-agent
cp example.env .env # add your API key
./start.sh # launch portalBuilt different. Built lighter.
| FIM Agent | Dify | Manus | Coze | |
|---|---|---|---|---|
| Approach | Agent platform + sidecar | Low-code platform | Autonomous browser agent | Visual bot builder |
| Planning | Dynamic DAG + auto re-planning | Static workflow | Task decomposition | Fixed flow |
| Legacy integration | Connector platform (DB + API + push) | Limited API nodes | Browser automation | Plugin marketplace |
| Built-in portal | Streaming + DAG viz + themes | Full UI | Cloud only | Cloud UI |
| Self-hosted | Yes, single process | Yes, Docker stack | Cloud only | Yes (Docker) |
| Human confirmation | Write ops require approval | No | No | No |