The Headless Agent Development Platform.
coreason-workspace-env is a LangGraph DeepAgent-based, multi-user, project-oriented, opinionated platform where humans and AI agents collaborate to design, build, test, and deploy opinionated agentic platforms — each seamlessly deployable as MCP servers (Model Context Protocol).
Full documentation is built using MkDocs.
To view the documentation locally:
uv sync --all-extras
uv run mkdocs serve- DeepAgent Pattern: YAML-driven progressive disclosure and structured eventing (Accordion UX).
- Builder-Validator-Approver: Strict separation of duties and deterministic artifact validation.
- Epistemic Firewall: Zero-trust knowledge retrieval and strict provenance tracking.
- Interaction Surfaces: Complete parity across MCP, REST API, CLI, WebSocket (JSON Patch Streaming), and SDK.
For guidelines on how AI agents must modify this repository, see AGENTS.md.
We strictly use Langfuse for local LLM tracing via Harbor.
- Linux/Mac: Run
harbor up langfuse. - Windows: Harbor is built for WSL2. You can spin up the stack natively from PowerShell using our bridge script:
.\scripts\start_observability.ps1