gagb
gagb
### Is your feature request related to a problem? Please describe. Currently there are docker files in `samples/docker` and `.devcontainer`. The former allows flexibility to specify many general Dockerfile s...
Just to link another relevant discussion. #1202 perhaps we can have a convenient way to create a structured response generator. This seems particularly useful for non OpenAI model and helps...
Why is this needed: - Current autogen can drift away from the goal ("Goodbye!"), suggest unsafe code that is unrelated to the goal. Additional, specialized agents (one for each for...
### Describe the issue Doc strings across all files lack consistency, presumably because different authors are using different conventions (including me). Eg, these are PEP 257 guidelines for [multi-line doc...
### Is your feature request related to a problem? Please describe. Current implementation of TransformChatHistory does not handle tool calls and responses. ### Describe the solution you'd like _No response_...
## Code Execution We want users to choose different code execution backends: command lines, iPython kernel, etc., and plug-in their own customized code executor. We also want to provide built-in...
### Is your feature request related to a problem? Please describe. Update conversable agent to enable async code execution. ### Describe the solution you'd like _No response_ ### Additional context...
> [!TIP] > ## Want to get involved? > We'd love it if you did! Please get in contact with the people assigned to this issue, or leave a comment....
> [!TIP] > ## Want to get involved? > We'd love it if you did! Please get in contact with the people assigned to this issue, or leave a comment....
We want to allow AutoGen developers to analyze the run time performance of multi-agent conversations. ```[tasklist] ### Roadmap - [ ] https://github.com/microsoft/autogen/pull/1023 - [ ] Make it easy to profile...