feat(acp): add Deep Agents as ACP adapter#3053
feat(acp): add Deep Agents as ACP adapter#3053toniher wants to merge 7 commits intoolimorris:mainfrom
Conversation
|
@olimorris when running I don't know if this was intended or there is any bug there... |
|
Thanks for the PR but unfortunately you've not followed the PR template. I've been mulling over adding this to CodeCompanion. I'm not a fan of the project becoming a repository for ACP adapters where I'm having to continually review and add them. I propose sharing this in the discussion should anyone else in the community wish to use it. |
|
I think it is a valid point since there will be an increasing number of agent CLIs and not necessarily all of them will become popular. I managed to include it via my configuration in the end. I think it might be worth to add it in the documentation somewhere here https://codecompanion.olimorris.dev/configuration/adapters-acp#configuring-acp-adapters I can start a discussion about adding this in the documentation. |
|
Because it's not part of the plugin and I won't support it, the docs would be misleading. I have a user contributed section of the discussions where this could be shared though. There's quite a few user contributed adapters there |
I referred not to this actual ACP adapter, but to any custom one a potential user might want, so people would know how they could include them in their configs the easier, the better. And maybe also point to the discussions section so they are aware it exists (I wasn't, for instance). |
|
Oh apologies. Yes that's an awesome idea and I would love you to contribute that seeing as you figured this out in the first place without any docs. |
Description
Add a new adapter for Deep Agents. Basically, an adaptation of existing ones. Tested against Gemini models and worked OK.
Checklist
make allto ensure docs are generated, tests pass and StyLua has formatted the code