LangGraph & AG-UI

The open-source thread-plane for Angular agents.

Make agent work persistent, durable, visible, reviewable, and resumable.

demo.threadplane.ai/hero
Threadplane chat replaying a recorded LangGraph run: a user prompt, a request_approval tool call, and the streamed three-step cleanup plan

MIT · Angular 20–22 · no account, no cloud

Climb performance

Audited, scored, published.

Not self-reported. Every figure links to the body that published it.

AIRPORT DIAGRAM

Every stack has a gate.

THREADPLANE INTL (TPL)
ANGULAR · LANGGRAPH & AG-UI

CONCOURSE A — @threadplane/langgraph

  • A1LANGGRAPH

CONCOURSE B — @threadplane/ag-ui

  • B1AG-UI
  • B2CREWAI
  • B3MASTRA
  • B4PYDANTIC AI
  • B5MICROSOFT AGENT FRAMEWORK
  • B6AWS STRANDS

All AI Models supported

  • OpenAI
  • Anthropic
  • Google
  • Azure OpenAI
  • Amazon Bedrock

Architecture

The UI layer between your users and your agents.

Threadplane lives inside your Angular application and talks to your agents through the LangGraph SDK or AG-UI.

Cleared direct

No runtime.

Your users reach your LangGraph or AG-UI server from your Angular app. Nothing of ours in between: no cloud, no key, no dev-only flag.

How it is wired
The usual path runs from your users through the vendor's runtime to your agent. With Threadplane your users reach your agent directly.

Squawk 1200

Fork us.

Everything your agent needs on screen.

Follow one workflow through tools, subagents, saved threads, approvals, and generated UI.

Tools & citations

Docs
A backup cleanup review with tool results and linked retention policy citations in the chat.

Threads & branches

Docs
The saved cleanup thread restored after reload and branched from an earlier checkpoint to revise the backup plan.

Interrupts & approval

Docs
The cleanup agent paused for human review of the proposed backup deletions, with approval controls and retained backups visible.

One workflow. Every step in your Angular app.

MIT · Angular 20–22 · no account, no cloud · LangGraph and AG-UI

What breaks between a demo and production · 17 pages

Free preflight briefing for agentic UI

We will never spam you or share your email address.

Threadplane · Open source · Angular

From Prototype to Production

Production-ready chat, threads, and generative UI for AI agents.

Contents

  1. Streaming State Management
  2. Thread Persistence
  3. Tool-Call Rendering
  4. Human Approval Flows
  5. Generative UI
  6. Deterministic Testing

threadplane.ai2026

Shipping inside a large Angular platform? Bring your backend, security model, and design system.

Talk to an engineer

Questions

Frequently asked questions.

Is Threadplane a backend agent framework?
No. Threadplane is the Angular UI layer. Your agent runs in LangGraph, in an AG-UI-compatible runtime, or in your own service. Choosing an adapter
Can I use my existing Angular component library and design system?
Yes. The chat compositions are stylable, the primitives are headless, and generated UI renders components you register. Generated UI
Does generated UI execute arbitrary code?
No. The agent emits constrained structured output that is validated against a schema, and Angular renders registered components with a per-component fallback. json-render and A2UI
Does Threadplane require a hosted service or an account?
No. Every package is MIT and runs inside your Angular application against a backend you host. Pricing
Does Threadplane have a runtime I need to deploy?
No. The adapters call your LangGraph or AG-UI server from the browser. There is no Threadplane server in the request path, no key, and no production tier. How it is wired

Blog

Recent articles