Skip to content
Open
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
33 changes: 33 additions & 0 deletions fivedive/agent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"id": "fivedive",
"name": "5dive",
"version": "0.19.33",
"description": "Attach an ACP client to a named agent in your running 5dive fleet, with its memory, tasks and org position intact, instead of opening a blank session. The roster arrives as slash commands. Runs where the fleet runs.",
"repository": "https://github.com/5dive-ai/5dive",
"website": "https://5dive.ai",
"license": "MIT",
"distribution": {
"binary": {
"linux-x86_64": {
"archive": "https://github.com/5dive-ai/5dive/archive/refs/tags/v0.19.33.tar.gz",
"cmd": "5dive-0.19.33/5dive",
"args": ["acp"]
},
"linux-aarch64": {
"archive": "https://github.com/5dive-ai/5dive/archive/refs/tags/v0.19.33.tar.gz",
"cmd": "5dive-0.19.33/5dive",
"args": ["acp"]
},
"darwin-x86_64": {
"archive": "https://github.com/5dive-ai/5dive/archive/refs/tags/v0.19.33.tar.gz",
"cmd": "5dive-0.19.33/5dive",
"args": ["acp"]
},
"darwin-aarch64": {
"archive": "https://github.com/5dive-ai/5dive/archive/refs/tags/v0.19.33.tar.gz",
"cmd": "5dive-0.19.33/5dive",
"args": ["acp"]
}
}
}
}