langchain-aws AGENTS.md

langchain-aws AGENTS.md is an instructions file for Codex, OpenCode from langchain-ai/langchain-aws. It costs 1,740 tokens per session, scanned A, original, MIT.

Repository guidance for LangChain's AWS integrations, a monorepo that contains packages connecting LangChain and LangGraph to services such as Bedrock, SageMaker, Kendra, and Neptune.

In plain words
What is it for?
Use it when developing or navigating AWS model, embedding, retrieval, vector-store, graph, browser, code-interpreter, or checkpoint integrations.
Why use it?
It explains what a monorepo is—a single repository containing multiple related packages—and maps the main folders to their AWS integration areas.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md.

About the project

LangChain AWS is a monorepo containing LangChain and LangGraph components for using Amazon Web Services in applications. It provides integrations for language models, vector stores, retrievers, graphs, agents, tools, and checkpoint storage across AWS services.

langchain-ai/langchain-aws · 347 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/langchain-ai/langchain-aws/agents-md
Clone the repo
git clone --depth 1 https://github.com/langchain-ai/langchain-aws

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for langchain-aws AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/langchain-ai/langchain-aws/agents-md.svg)](https://agentmods.dev/instructions/langchain-ai/langchain-aws/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/langchain-ai/langchain-aws/agents-md"><img src="https://agentmods.dev/badge/instructions/langchain-ai/langchain-aws/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,740 This file is loaded in full into every session.
When invoked 1,740 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.01740 $0.01740
Opus 5 $0.00870 $0.00870
Sonnet 5 $0.00348 $0.00348
Haiku 4.5 $0.00174 $0.00174

Measured 6d ago against content hash b5576e8748ea, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

langchain-aws AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

AGENTS.md · 198 lines

How it starts

The opening of the file, as written. The whole thing — 198 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Global development guidelines for the LangChain monorepo

This document provides context to understand the LangChain Python project and assist with development.

Project architecture and context

This is a monorepo containing LangChain and LangGraph integrations for AWS services. The repository contains two main packages:

  • langchain-aws: Core LangChain integrations for AWS services (Bedrock, SageMaker, Kendra, etc.)
  • langgraph-checkpoint-aws: LangGraph checkpointing solutions using AWS services
  • langchain-agentcore-codeinterpreter: AgentCore Code Interpreter sandbox backend for Deep Agents

langchain-aws Structure

The package is organized by AWS service integration type:

  • LLMs: llms/ - Bedrock LLM and SageMaker Endpoint integrations
  • Chat Models: chat_models/ - ChatBedrock, ChatBedrockConverse, SageMaker chat models
  • Embeddings: embeddings/ - BedrockEmbeddings for vector generation
  • Retrievers: retrievers/ - Kendra, Knowledge Bases, S3 Vectors retrieval
  • Vector Stores: vectorstores/ - InMemoryDB and S3 Vectors storage
  • Graphs: graphs/ - Neptune graph database integrations
  • Tools: tools/ - AgentCore browser and code interpreter toolkits
  • Agents: agents/ - Bedrock Agents integration utilities
  • Chains: chains/ - Neptune Cypher and SPARQL QA chains

Key Components

  • Unified AWS Client Configuration: Automatic boto3 client patching with framework user-agent headers
  • Debug Logging: Controlled via LANGCHAIN_AWS_DEBUG environment variable
  • Optional Dependencies: Tools functionality requires extra dependencies (pip install langchain-aws[tools])

langgraph-checkpoint-aws Structure

  • Core Savers: Async and sync checkpoint saving implementations
  • AgentCore Integration: Memory service integration for LangGraph agents
  • Session Management: AWS Bedrock session management integration

langchain-agentcore-codeinterpreter Structure

Amazon Bedrock AgentCore Code Interpreter sandbox backend for Deep Agents. Lives in libs/agentcore-codeinterpreter/.

Read the full file on GitHub · 198 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 198 lines · 1,740 tokens per session scan A b5576e8748ea

Subscribe to this mod's changes

langchain-aws AGENTS.md is an instructions file published in the GitHub repository langchain-ai/langchain-aws (347 stars, last pushed 2d ago), licensed MIT. It adds 1,740 tokens to every session, about $0.0087 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.