Open Agent Platform banner
langchain-ai langchain-ai

Open Agent Platform

Development community

Description

An open-source, no-code agent building platform.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Open Agent Platform

[!CAUTION] **This repository has been deprecated.**

We recommend using [Agent Builder](https://www.langchain.com/langsmith/agent-builder) on [LangSmith](https://smith.langchain.com/) instead. Agent Builder provides a fully managed, no-code experience for creating, testing, and deploying agents — no self-hosting required.


Original README (archived)

Open Agent Platform is a no-code agent building platform. These agents can be connected to a wide range of tools, RAG servers, and even other agents through an Agent Supervisor!

Overview

Open Agent Platform provides a modern, web-based interface for creating, managing, and interacting with LangGraph agents. It's designed with simplicity in mind, making it accessible to users without technical expertise, while still offering advanced capabilities for developers.

Key Features

  • Agent Management: Build, configure, and interact with agents through an intuitive interface.
  • RAG Integration: First-class support for Retrieval Augmented Generation with LangConnect.
  • MCP Tools: Connect your agents to external tools through MCP servers.
  • Agent Supervision: Orchestrate multiple agents working together through an Agent Supervisor.
  • Authentication: Built-in authentication and access control.
  • Configurable Agents: Easily define how users can configure your agents through a rich UI.

Documentation

For detailed setup instructions, guides, and API references, please see the [docs directory](https://github.com/langchain-ai/open-agent-platform/tree/main/apps/docs).

Getting Started

To quickly get started with Open Agent Platform, check out the [Quickstart Guide](https://github.com/langchain-ai/open-agent-platform/blob/main/apps/docs/quickstart.mdx) in our docu