Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

Simple Agent Template

Minimal deployment template for a LangChain agent built with create_agent(...).

What this template gives you

  • A deployable LangGraph entrypoint at src/simple_agent/graph.py.
  • Two small tools (utc_now, calculator) for predictable local behavior.
  • langgraph.json configured for LangSmith/LangGraph deployment.
  • A uv-managed local workflow with a small Makefile wrapper and starter tests.

Quickstart

  1. Sync the project with uv:
uv sync --dev
  1. Configure environment:
cp .env.example .env
  1. Run locally:
uv run langgraph dev

Optional make wrappers:

make dev
make run

Tests and lint

make test
make integration-tests
make lint
make format

Integration tests are skipped unless ANTHROPIC_API_KEY is set.

Deploy to LangSmith

  1. Push this template to a Git repository.
  2. In LangSmith, create a new Deployment from that repo.
  3. Set required environment variables (ANTHROPIC_API_KEY, optionally LANGSMITH_API_KEY).
  4. Deploy using langgraph.json defaults.

Reference docs

关于 About

No description, website, or topics provided.

语言 Languages

Python77.5%
Makefile22.5%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
23
Total Commits
峰值: 3次/周
Less
More

核心贡献者 Contributors