multiplexer active

fractal

Maker: plasma-ai License: Apache-2.0 Stars: 693 First released: 2026-07-01 Language: Python
CLI

About

Fractal addresses the failure mode of long autonomous runs: a single agent loop loses coherence on large tasks and burns unbounded budget. It decomposes work recursively, running each node as an autonomous session of a backend agent such as Claude Code, Codex, Grok Build, OpenCode, or Oh My Pi, isolated in its own git worktree and capped by configurable iteration, depth, cost, and time limits. Run metadata, including per-node cost, lands in a local SQLite database that the fractal open dashboard renders live. It is installed from PyPI or as a Claude Code and Codex marketplace plugin, and because nodes run with permission prompts disabled by default, it is aimed at operators running it on tasks and hosts they are willing to leave unsupervised.