deer-flow/llm-space
A desktop app to prototype agent ideas, inspect every harness step, replay failures, and evaluate performance, all in one place. Local-first, cloud-ready for managed agents.
What it solves
LLM Space is a desktop application designed for agent builders to prototype, debug, and evaluate AI agents in a single environment. It eliminates the need to switch between different tools for prompt engineering, execution tracing, and performance measurement.
How it works
Built as a TypeScript monorepo using Bun and Electrobun, the app provides a local runtime for managing agents. It integrates with the Pi Agent Core framework to allow users to build agents, manage prompts and tools, and track execution flows. The app stores API keys and thread data locally on the user's machine for privacy.
Who it’s for
It is primarily for developers and AI engineers who are building agentic workflows and need a visual environment to inspect model calls, debug failures through history replay, and iterate on agent logic.
Highlights
- Integrated Build & Trace: Write prompts and model settings while seeing every model call and tool run in real-time.
- Execution Debugging: Replay historical runs and step through them to identify specific failure points.
- Agent Generation: Uses AI to help write prompts and tools, and can export threads into runnable LangGraph agents.
- Local-First Management: Keeps all threads, files, and API keys stored locally on the user's computer.
Related
- Project
- Project
- Project
- Project
- Project