LangSmith Introducing LangSmith Context Hub
Use Context Hub to version and collaborate on agent context files.
Enable Context Hub for your agent projects and start versioning context files.
Summary
LangSmith launched Context Hub on 13 May 2026, a new feature that centralizes AGENTS.md files, skills, policies, examples, and other context bundles used by agents. The hub provides versioning, tagging (dev, staging, prod), and comments, allowing teams to manage context the same way they manage code. Context Hub can be accessed via the LangSmith UI, CLI commands such as `langsmith hub init`, `push`, and `pull`, and can even be created by agents themselves. It integrates with Deep Agents through the ContextHubBackend, enabling agents to use the hub as a virtual filesystem or to sync context to disk. The feature is designed for teams where context is written by non-engineers and changes rapidly, making collaboration and speed essential.
By storing context in a dedicated, versioned repository, Context Hub reduces failures caused by stale or missing instructions, and supports continual learning by allowing agents to update context files during runtime. The hub’s tag system ensures the correct context is deployed across environments, while comments enable direct collaboration on context changes. Overall, Context Hub gives developers a first‑class place to manage the information that shapes agent behavior.
Key changes
- Central repository for AGENTS.md, skills, policies, and examples
- Built‑in versioning with commit history and rollback
- Tagging support for dev, staging, and prod environments
- Commenting system for direct teammate collaboration
- CLI commands: hub init, push, pull, and sync to disk
- ContextHubBackend integration for Deep Agents virtual filesystem
- Agent‑generated context creation and updates