Open Agent Platform

Stale
GitHub TypeScript MIT

Description

Open Agent Platform is LangChain's open-source deployment platform for agents, focused on multi-agent execution, long-running tasks, observability, and production orchestration.

Key Features

  • No-code agent building platform with intuitive web-based interface for non-technical users
  • First-class RAG integration via LangConnect for retrieval-augmented generation workflows
  • MCP server connectivity enabling agents to access external tools and services
  • Agent Supervisor orchestration for coordinating multiple agents working together
  • Built-in authentication and access control with pluggable auth providers
  • Rich UI configuration for agent parameters with custom field rendering via LangGraph Zod

Use Cases

πŸ’‘ Build and deploy LangGraph agents without writing code using the visual interface
πŸ’‘ Connect agents to external tools and knowledge bases via MCP and RAG servers
πŸ’‘ Orchestrate multi-agent systems with an Agent Supervisor for complex workflows
πŸ’‘ Manage agent deployments and configurations with built-in auth and access control

Quick Start

Clone repo β†’ Follow apps/docs/quickstart.mdx β†’ Add LangGraph Platform deployments to your instance β†’ Configure agents via the web UI β†’ Start interacting with your agents

Related Projects

Related Articles