Aider-AI / aider

aider is AI pair programming in your terminal
https://aider.chat/
Apache License 2.0
20.95k stars 1.94k forks source link

Add support for Anthropic's Message Batches API for efficient code analysis #1995

Closed bitdeep closed 2 weeks ago

bitdeep commented 2 weeks ago

Issue

https://docs.anthropic.com/en/docs/build-with-claude/message-batches

Description:

Proposed Implementation:

Integrate the Message Batches API:

Version and model info

No response

fry69 commented 2 weeks ago

Thank you for filing this issue.

I can't see how an interactive terminal application could benefit from an up to 24 hours delayed batch service.

bitdeep commented 2 weeks ago

I can't see how an interactive terminal application could benefit from an up to 24 hours delayed batch service.

My idea here is that aider start exploring more an agentic long time behavior, not sure if you know, but when you do a do-release-upgrade on ubunto server, it auto-setup an screen and ssh session for you when you do it remotely.

Or in a more complex service model, aider can auto-setup itself as systemd/windows service to run this agent services.

So, I think that aider can start experimenting with agentic behavior this way, hope you guys like the idea.

potatoqualitee commented 6 days ago

I'm working on an expensive project where I have more time than money. I am happy to wait 24 hours. Would love this feature as well and will likely implement it in PowerShell + aider if there will be no official support.