Langchain
The agent engineering platform.
01 // How It Works
By leveraging LangGraph, the application isolates runtime dependencies while maintaining low-latency execution traces across multi-step LLM operations.
02 // Setup Guide
- 1
Clone langchain-ai/langchain from GitHub
- 2
Install dependencies with pip install -r requirements.txt (or uv sync)
- 3
Copy .env.example to .env and add your API keys
- 4
Run the skill server and connect your AI client via stdio or HTTP
Related Projects
AI Agent Governance - Policy-Based Sandboxing
Learn how to build a governance layer that enforces deterministic policies on AI agents, preventing dangerous actions before they execute..
Advanced AI AgentsAI Negotiation Battle Simulator
Watch two AI agents battle it out in an epic used car negotiation! Built with Google ADK for the backend agents and AG-UI + CopilotKit for a jaw-dropping reactive frontend.
Advanced AI AgentsCodebase Migration & Refactor Planner (LangGraph)
An AI-powered multi-agent codebase migration assistant built with LangGraph and Streamlit that plans file-by-file refactoring tasks, performs human-in-the-loop (HITL) risk review, fans out parallel refactoring workers, and aggregates...