{"owner":"langchain-ai","repo":"langgraph","hasSkills":true,"hasMcp":false,"mcpConfig":null,"found":["AGENTS.md","CLAUDE.md"],"files":{"AGENTS.md":"# AGENTS Instructions\n\nThis repository is a monorepo. Each library lives in a subdirectory under `libs/`.\n\nWhen you modify code in any library, run the following commands in that library's directory before creating a pull request:\n\n- `make format` – run code formatters\n- `make lint` – run the linter\n- `make test` – execute the test suite\n\nTo run a particular test file or to pass additional pytest options you can specify the `TEST` variable:\n\n```txt\nTEST=path/to/test.py make test\n```\n\nOther pytest arguments can also be supplied inside the `TEST` variable.\n\n## Libraries\n\nThe repository contains several Python and JavaScript/TypeScript libraries.\nBelow is a high-level overview:\n\n- **checkpoint** – base interfaces for LangGraph checkpointers.\n- **checkpoint-postgres** – Postgres implementation of the checkpoint saver.\n- **checkpoint-sqlite** – SQLite implementation of the checkpoint saver.\n- **cli** – official command-line interface for LangGraph.\n- **langgraph** – core framework for building stateful, multi-actor agents.\n- **prebuilt** – high-level APIs for creating and running agents and tools.\n- **sdk-js** – JS/TS SDK for interacting with the LangGraph REST API.\n- **sdk-py** – Python SDK for the LangGraph Server API.\n\n### Dependency map\n\nThe diagram below lists downstream libraries for each production dependency as\ndeclared in that library's `pyproject.toml` (or `package.json`).\n\n```text\ncheckpoint\n├── checkpoint-postgres\n├── checkpoint-sqlite\n├── prebuilt\n└── langgraph\n\nprebuilt\n└── langgraph\n\nsdk-py\n├── langgraph\n└── cli\n\nsdk-js (standalone)\n```\n\nChanges to a library may impact all of its dependents shown above.\n\n- Do NOT use Sphinx-style double backtick formatting (` ``code`` `). Use single backticks (`` `code` ``) for inline code references in docstrings and comments.\n","CLAUDE.md":"# AGENTS Instructions\n\nThis repository is a monorepo. Each library lives in a subdirectory under `libs/`.\n\nWhen you modify code in any library, run the following commands in that library's directory before creating a pull request:\n\n- `make format` – run code formatters\n- `make lint` – run the linter\n- `make test` – execute the test suite\n\nTo run a particular test file or to pass additional pytest options you can specify the `TEST` variable:\n\n```\nTEST=path/to/test.py make test\n```\n\nOther pytest arguments can also be supplied inside the `TEST` variable.\n\n## Libraries\n\nThe repository contains several Python and JavaScript/TypeScript libraries.\nBelow is a high-level overview:\n\n- **checkpoint** – base interfaces for LangGraph checkpointers.\n- **checkpoint-postgres** – Postgres implementation of the checkpoint saver.\n- **checkpoint-sqlite** – SQLite implementation of the checkpoint saver.\n- **cli** – official command-line interface for LangGraph.\n- **langgraph** – core framework for building stateful, multi-actor agents.\n- **prebuilt** – high-level APIs for creating and running agents and tools.\n- **sdk-js** – JS/TS SDK for interacting with the LangGraph REST API.\n- **sdk-py** – Python SDK for the LangGraph Server API.\n\n### Dependency map\n\nThe diagram below lists downstream libraries for each production dependency as\ndeclared in that library's `pyproject.toml` (or `package.json`).\n\n```text\ncheckpoint\n├── checkpoint-postgres\n├── checkpoint-sqlite\n├── prebuilt\n└── langgraph\n\nprebuilt\n└── langgraph\n\nsdk-py\n├── langgraph\n└── cli\n\nsdk-js (standalone)\n```\n\nChanges to a library may impact all of its dependents shown above.\n\n- Do NOT use Sphinx-style double backtick formatting (` ``code`` `). Use single backticks (`` `code` ``) for inline code references in docstrings and comments.\n"}}