EveryDev.ai
Subscribe
Home
Tools

2,885+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents1815
  • Coding1295
  • Infrastructure600
  • Marketing467
  • Projects433
  • Research403
  • Analytics351
  • Design338
  • Security243
  • MCP242
  • Testing238
  • Data230
  • Integration178
  • Prompts160
  • Learning159
  • Communication154
  • Extensions150
  • Voice130
  • Commerce125
  • DevOps108
  • Web80
  • Finance21
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Threadplane
    Threadplane icon

    Threadplane

    Agent Frameworks

    MIT-licensed Angular framework for building production-ready agentic apps with durable threads, interrupts, subagents, planning, memory, and generative UI.

    Visit Website

    At a Glance

    Pricing
    Free tier available

    Free for noncommercial use including personal, educational, nonprofit, academic, demo, open-source, and 30-day commercial evaluation.

    Developer Seat: $299/yr
    Team: $1495/yr
    Enterprise: Custom/contact

    Engagement

    Available On

    Web
    API
    SDK
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent FrameworksAI Development LibrariesVibe Coding

    Alternatives

    Inspect AICreative Intelligence SuiteLangMem
    Developer
    cacheplaneBend, OREst. 2026

    Listed Jun 2026

    About Threadplane

    Threadplane is a production-ready agent UI framework for Angular, published under the MIT license by Brian Love (d/b/a cacheplane). It provides the Angular UI layer that agent runtimes like LangGraph, AG-UI, CrewAI, Mastra, and Pydantic AI assume teams have already built, covering durable threads, human-in-the-loop interrupts, subagents, planning, memory, and generative UI. The core libraries are available on npm and GitHub, with a commercial license required for the @threadplane/chat drop-in component in production for-profit contexts.

    What It Is

    Threadplane is an Angular-native SDK for wiring AI agent backends into production Angular applications. Rather than replacing backend runtimes, it solves the frontend surface problem: how to connect a streaming, stateful agent to Angular's dependency injection, Signals API, and RxJS ecosystem without a React rewrite. The framework exposes provideAgent() and injectAgent() as the primary API — analogous to LangGraph's React useStream() hook — and returns signal-driven access to messages, status, tool calls, interrupts, subagents, history, and thread management with no subscriptions, no async pipe, and no zone.js required.

    Package Architecture

    Threadplane ships as a suite of focused npm packages, each with its own license:

    • @threadplane/langgraph — LangGraph Platform adapter; MIT-licensed
    • @threadplane/ag-ui — AG-UI protocol adapter for CrewAI, Mastra, Pydantic AI, Microsoft Agent Framework, AWS Strands, and CopilotKit Runtime; MIT-licensed
    • @threadplane/chat — Drop-in chat UI (headless primitives, opinionated compositions, interrupts, generative UI); dual-licensed PolyForm Noncommercial + Threadplane Commercial
    • @threadplane/render — JSON-spec-to-Angular-component engine powering generative UI; MIT-licensed
    • @threadplane/a2ui — A2UI protocol types, streaming parser, and dynamic-value resolver; MIT-licensed, no Angular dependency
    • @threadplane/licensing and @threadplane/telemetry — Supporting utilities; MIT-licensed

    The runtime-neutral Agent contract is the stability boundary between adapters and the chat surface, so swapping @threadplane/langgraph for @threadplane/ag-ui requires no changes to chat components or templates.

    Core Capabilities

    • Durable threads — persist across reloads, resume, branch, and replay via threadId signal and durable transports
    • Resumable interrupts — human-in-the-loop pause/resume with interrupt() and resume(), wired into LangGraph interrupts natively
    • Tool calls as events — stream progress, structured args, and surfaced errors via toolCalls() on injectAgent()
    • Streaming state as signals — messages(), status(), and error() are Angular Signals, not promises
    • Generative UI — Vercel json-render and Google A2UI both supported, rendered into existing Angular component libraries with per-component fallback and a readiness gate
    • Recoverable errors — retry, reload, error boundaries, and fallback content via error(), reload() signals
    • Observability hooks — tracing seams with app telemetry off by default; opt-in only

    Model and Runtime Compatibility

    Threadplane is explicitly backend-agnostic on both the model and runtime dimensions. Model providers listed on the homepage include OpenAI, Anthropic, Google Gemini, Azure OpenAI, and Amazon Bedrock. Agent runtimes supported include LangGraph (native adapter), and via the AG-UI protocol: CrewAI, Mastra, Pydantic AI, Microsoft Agent Framework, AWS Strands, and CopilotKit Runtime. The Angular surface layer remains unchanged when switching runtimes.

    Update: v0.0.52

    The GitHub repository shows the latest release as v0.0.52, published on June 20, 2026, with the repository last pushed the same day. All packages follow a patch-only 0.0.x release policy, ensuring no minor or major version bumps silently break lockfiles. The project currently supports Angular 20 and 21 (tested in CI), with Angular 22 listed as planned and Angular ≤19 unsupported. The repository had 99 stars and 11 forks at the time of data collection, per the GitHub project page.

    Pilot-to-Prod Delivery Program

    Beyond the open-source libraries, Threadplane offers a concierge delivery engagement called Pilot-to-Prod — an 8-week program structured around four phases: Discover (stack mapping), Build (working demo on real data), Harden (observability, error boundaries, deploy paths), and Train (team ownership with a runbook). The program is positioned as optional; the MIT libraries are complete standalone. Enterprise licensing adds volume coverage, SLA, security review, Slack Connect support, and procurement support including MSA and custom indemnification.

    Threadplane - 1

    Community Discussions

    Be the first to start a conversation about Threadplane

    Share your experience with Threadplane, ask questions, or help others learn from your insights.

    Pricing

    FREE

    Community

    Free for noncommercial use including personal, educational, nonprofit, academic, demo, open-source, and 30-day commercial evaluation.

    • Headless chat primitives
    • Durable threads
    • Interrupts (human-in-the-loop)
    • Subagents + delegation
    • Planning + memory

    Developer Seat

    Per-seat commercial license for individual developers.

    $299/yr
    billed annually
    • Headless chat primitives
    • Durable threads
    • Interrupts (human-in-the-loop)
    • Subagents + delegation
    • Planning + memory
    • Generative UI (json-render + A2UI)
    • Signal-based streaming
    • Citations + sources panel
    • LangGraph + AG-UI adapters
    • Theme presets (light/dark, Material 3)
    • Commercial use
    • GitHub support

    Team

    Popular

    Team license covering 5 developers with email support.

    $1495/yr
    billed annually
    • Headless chat primitives
    • Durable threads
    • Interrupts (human-in-the-loop)
    • Subagents + delegation
    • Planning + memory
    • Generative UI (json-render + A2UI)
    • Signal-based streaming
    • Citations + sources panel
    • LangGraph + AG-UI adapters
    • Theme presets (light/dark, Material 3)
    • Commercial use
    • 5 developers included
    • Email support

    Enterprise

    Volume licensing, custom contract, SLA, Slack Connect support, and optional Pilot-to-Prod concierge delivery.

    Custom
    contact sales
    • Headless chat primitives
    • Durable threads
    • Interrupts (human-in-the-loop)
    • Subagents + delegation
    • Planning + memory
    • Generative UI (json-render + A2UI)
    • Signal-based streaming
    • Citations + sources panel
    • LangGraph + AG-UI adapters
    • Theme presets (light/dark, Material 3)
    • Commercial use
    • Unlimited developers
    • Slack Connect support
    • SLA
    • Weekly 30-min Pilot-to-Prod check-in
    • Security review
    • Custom contract and indemnification
    View official pricing

    Capabilities

    Key Features

    • Durable threads with persist, resume, branch, and replay
    • Human-in-the-loop interrupts via interrupt() and resume()
    • Tool call streaming with progress, structured args, and error surfacing
    • Signal-based streaming: messages(), status(), error() as Angular Signals
    • Generative UI with Vercel json-render and Google A2UI
    • Subagents and delegation support
    • Planning and memory patterns
    • LangGraph native adapter (@threadplane/langgraph)
    • AG-UI protocol adapter (@threadplane/ag-ui)
    • Drop-in chat UI with headless primitives and opinionated compositions
    • Per-component fallback API and readiness gate
    • Error boundaries with retry, reload, and fallback content
    • Observability hooks with opt-in telemetry
    • Angular DI, Signals, and RxJS interop — no React rewrite
    • MockAgentTransport for testing without mocking injectAgent()
    • MIT-licensed core libraries with no runtime SaaS dependency
    • Theme presets: light/dark, Material 3
    • Citations and sources panel
    • Thread persistence patterns across sessions
    • Angular 20 and 21 support (CI-tested)

    Integrations

    LangGraph
    AG-UI
    CrewAI
    Mastra
    Pydantic AI
    Microsoft Agent Framework
    AWS Strands
    CopilotKit Runtime
    OpenAI
    Anthropic
    Google Gemini
    Azure OpenAI
    Amazon Bedrock
    Vercel json-render
    Google A2UI
    RxJS
    Angular
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Threadplane and help others make informed decisions.

    Developer

    cacheplane

    cacheplane builds Threadplane, a production-ready Angular framework for agentic applications. Founded by Brian Love, the team ships MIT-licensed libraries for durable threads, interrupts, subagents, and generative UI that connect Angular apps to LangGraph, AG-UI, and other agent runtimes. cacheplane differentiates by solving the Angular UI layer specifically — not another backend runtime — and backs the open-source libraries with an optional concierge delivery program called Pilot-to-Prod.

    Founded 2026
    Bend, OR
    5 employees

    Used by

    Angular open-source community
    Early adopters of Agentic UI
    Read more about cacheplane
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Inspect AI icon

    Inspect AI

    An open-source Python framework for large language model evaluations developed by the UK AI Security Institute, supporting agentic tasks, tool use, multi-turn dialog, and 200+ pre-built benchmarks.

    Creative Intelligence Suite icon

    Creative Intelligence Suite

    A BMad Method module providing AI agents and workflows for brainstorming, design thinking, innovation strategy, and creative problem-solving.

    LangMem icon

    LangMem

    LangMem helps AI agents learn and adapt from interactions over time by extracting, consolidating, and managing long-term memory across conversations.

    Browse all tools

    Related Topics

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    439 tools

    AI Development Libraries

    Programming libraries and frameworks that provide machine learning capabilities, model integration, and AI functionality for developers.

    222 tools

    Vibe Coding

    Vibe code using low code AI tools that let you build applications with natural language prompts with minimal code.

    159 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions