From a4640c5cf0785897d3891befb6e3d934d3f3a68b Mon Sep 17 00:00:00 2001 From: Ben Brandt Date: Sun, 3 May 2026 21:32:06 +0200 Subject: [PATCH] Unquarantine deepagents --- deepagents/agent.json | 8 +++----- quarantine.json | 1 - 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/deepagents/agent.json b/deepagents/agent.json index 2ef28979..c944fb5c 100644 --- a/deepagents/agent.json +++ b/deepagents/agent.json @@ -1,17 +1,15 @@ { "id": "deepagents", "name": "DeepAgents", - "version": "0.1.7", + "version": "0.1.8", "description": "Batteries-included AI coding and general purpose agent powered by LangChain.", "repository": "https://github.com/langchain-ai/deepagentsjs", "website": "https://docs.langchain.com/oss/javascript/deepagents/overview", - "authors": [ - "LangChain" - ], + "authors": ["LangChain"], "license": "MIT", "distribution": { "npx": { - "package": "deepagents-acp@0.1.7", + "package": "deepagents-acp@0.1.8", "args": [] } } diff --git a/quarantine.json b/quarantine.json index f69b91c4..974a54a5 100644 --- a/quarantine.json +++ b/quarantine.json @@ -1,5 +1,4 @@ { - "deepagents": "Missing npm dependency", "junie": "Auto-update disabled", "minion-code": "Python dependency issue", "vtcode": "Missing windows builds"