Skip to content

hari-dhanushkodi/deep-agent-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Agents Template

Deployment template for a deep agent built with create_deep_agent(...).

What this template gives you

  • A deployable deep agent graph at src/deep_agent/graph.py.
  • Explicit workflow prompt (plan, delegate, critique, finalize).
  • Two predefined sub-agents (researcher, critic).
  • Human-in-the-loop interrupts on execute and write_file.
  • A uv-managed local workflow with a small Makefile wrapper and starter tests.

Prerequisites

  • An API key for your model provider (Anthropic by default)
  • A LangSmith account (Plus plan or higher) to deploy

Quickstart

  1. Sync the project and configure environment:
uv sync
cp .env.example .env
  1. Start the dev server:
uv run langgraph dev
  1. Deploy to LangSmith:
uv run langgraph deploy

See the CLI docs for deploy options.

To set up CI instead, push this repo to GitHub and configure your deployment through the LangSmith UI.

Tests and lint

make test
make integration-tests
make lint
make format

Integration tests are skipped unless ANTHROPIC_API_KEY is set.

Reference docs

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 91.1%
  • Makefile 8.9%