Managed Deep Agents is in public beta and available on LangSmith Cloud in the US region only.
Project structure
Theinstructions.md file lives at the project root:
Add instructions
Create or modifyinstructions.md:
instructions.md
How the agent uses instructions
Instructions are inserted into the agents system prompt on every run. They are always present and help guide the agents behavior.Syncing to Context Hub
When you runmda deploy to deploy the agent, instructions are automatically synced to the agent’s Context Hub repo. You can then edit the instructions in the LangSmith UI and have your changes automatically propagated to the agent.
How instructions compare to other concepts
Use skills for task-specific procedures that the agent loads only when relevant. Use memory for knowledge the agent learns and retains across threads.Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

