What's Changed
Turn any thread into a runnable agent.
Added
- Generate a runnable agent (Beta). Export a thread as a runnable LangGraph
(Python) project. A step-by-step wizard scaffolds auvproject with your
model factory, the rendered prompt (variables stay live at run time), your
built-in tools as real code, importable stubs for custom function tools, and
an MCP scaffold — then writes a shortPLAN.mdfor your coding agent to finish
and opens the project. Ships with a local web UI and debugger via
uv run langgraph dev.
Install
Two editions. Install either, or both — they share the same ~/.llm-space data, so switching keeps your threads and settings.
- LLM Space — uses the system WebView. Small download (~27 MB), light on memory and battery.
- LLM Space Performance — embeds its own rendering engine (~130 MB). Rendering stays consistent across macOS versions, and usually performs better.
Download a DMG below. Existing installs update in place.
Full changelog: https://github.com/deer-flow/llm-space/blob/v4.4.0/CHANGELOG.md