Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions deepagents/agent.json
Original file line number Diff line number Diff line change
@@ -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": []
}
}
Expand Down
1 change: 0 additions & 1 deletion quarantine.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"deepagents": "Missing npm dependency",
"junie": "Auto-update disabled",
"minion-code": "Python dependency issue",
"vtcode": "Missing windows builds"
Expand Down
Loading