managed-deepagents 0.5.0-dev.82 → 0.5.0-dev.84

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -242,5 +242,6 @@ Before deploying, make sure your model provider key such as `OPENAI_API_KEY`
242
242
  or `ANTHROPIC_API_KEY` is available in the project `.env`, the process
243
243
  environment, or LangSmith workspace secrets. For LangSmith itself, set
244
244
  `LANGSMITH_API_KEY` the same way, or run interactively and press Enter at the
245
- prompt to sign in with your browser. TypeScript deploys also require `npm` on
246
- `PATH` because the CLI generates a lockfile for the remote build.
245
+ prompt to sign in with your browser (the CLI creates a key and writes it to
246
+ `.env`). TypeScript deploys also require `npm` on `PATH` because the CLI
247
+ generates a lockfile for the remote build.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "managed-deepagents",
3
- "version": "0.5.0-dev.82",
3
+ "version": "0.5.0-dev.84",
4
4
  "description": "Managed Deep Agents — the `defineDeepAgent` authoring interface plus the CLI that compiles and deploys a code-first Deep Agent repository to a managed LangGraph runtime.",
5
5
  "keywords": [
6
6
  "langchain",
@@ -62,12 +62,12 @@
62
62
  "zod": "^4.4.3"
63
63
  },
64
64
  "optionalDependencies": {
65
- "@langchain/managed-deepagents-darwin-arm64": "0.5.0-dev.82",
66
- "@langchain/managed-deepagents-darwin-x64": "0.5.0-dev.82",
67
- "@langchain/managed-deepagents-linux-arm64": "0.5.0-dev.82",
68
- "@langchain/managed-deepagents-linux-x64": "0.5.0-dev.82",
69
- "@langchain/managed-deepagents-win32-arm64": "0.5.0-dev.82",
70
- "@langchain/managed-deepagents-win32-x64": "0.5.0-dev.82"
65
+ "@langchain/managed-deepagents-darwin-arm64": "0.5.0-dev.84",
66
+ "@langchain/managed-deepagents-darwin-x64": "0.5.0-dev.84",
67
+ "@langchain/managed-deepagents-linux-arm64": "0.5.0-dev.84",
68
+ "@langchain/managed-deepagents-linux-x64": "0.5.0-dev.84",
69
+ "@langchain/managed-deepagents-win32-arm64": "0.5.0-dev.84",
70
+ "@langchain/managed-deepagents-win32-x64": "0.5.0-dev.84"
71
71
  },
72
72
  "devDependencies": {
73
73
  "@types/node": "^26.1.1",