Langgraph Agents Template
Description
Starter template to build multi agent systems
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
Vertical AI Agents Starter Template
[](https://github.com/langchain-ai/react-agent/actions/workflows/unit-tests.yml) [](https://github.com/langchain-ai/react-agent/actions/workflows/integration-tests.yml)
Directory Structure
- All prototyping notebooks are in the prototypes directory.
- All final agents will live in in the src directory.
Getting Started
Prerequisites
- Install
uvPackage Manager:pip install uv
Local Setup
To get startedfollow these steps:
**Clone the repository:**
git clone https://github.com/... cd ...**Create a `.env` file:**
Copy the `.env.example` file to `.env` and update the environment variables as needed:
cp .env.example .env
- Run LangGraph Server:
a. Install uv package manager ```python pip install uv```
b. Create Virtual Environment and activate it
uv venv
source .venv/bin/activate
c. Install packages in pyproject.toml
uv run
d. Run LangGraph Server
- Ensure you have docker engine running (i.e: Open Docker Desktop)
uv pip install langgraph-cli
uv run langgraph up
If you get any error in `d` step stop all containers, run `docker system prune` and try again.
How To Use With Docker & Compose file
Step 01 : Clone This Repo
https://github.com/panaversity/langgraph-agents-template.git
Step 02 : Create Docker Image
Install Docker Desktop
Open Docker Desktop
Run Below Command to create Docker Image & also Container up
docker compose up
Or if we want to run in detach mode ( Background )
docker compose up -d
Step 03 : Open Lang
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development