microsoft / autogen

A programming framework for agentic AI 🤖
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
35.19k stars 5.09k forks source link

Feature: aider coding assistant agent (2nd try) #3623

Open usmanovbf opened 1 month ago

usmanovbf commented 1 month ago

What feature would you like to be added?

It would be great to see a coding agent that could leverage the Aider coding assistant tool to implement changes. Discussed previously, but may be someone has an interest now for that?

Why is this needed?

The aider tool's features such as git integration could be an interesting and powerful addition to this framework.

ekzhu commented 1 month ago

@usmanovbf can you take a look at the autogen-agentchat 0.4 API and see if it is possible to connect a BaseChatAgent subclass to an Aider agent?

usmanovbf commented 1 month ago

@ekzhu sure, but can you please elaborate more, how do I need to check that?

Fasti-au commented 1 month ago

--message-file MESSAGE_FILE --message

you can function call it with an instruction....seems like this is just a wrapper to handle the command options for CLI. Aider already has the CLI options