Skip to content

panaversity/langgraph-agents-template

Repository files navigation

Vertical AI Agents Starter Template

CI Integration Tests

Directory Structure

  • All prototyping notebooks are in the prototypes directory.
  • All final agents will live in in the src directory.

Getting Started

Prerequisites

  1. Install uv Package Manager:
    pip install uv
    

Local Setup

To get startedfollow these steps:

  1. Clone the repository:

    git clone https://github.com/...
    cd ...
  2. Create a .env file:

Copy the .env.example file to .env and update the environment variables as needed:

cp .env.example .env
  1. 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.

About

Starter template to build multi agent systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published