autogen icon indicating copy to clipboard operation
autogen copied to clipboard

A programming framework for agentic AI 🤖 (PyPi: autogen-agentchat)

Results 1022 autogen issues
Sort by recently updated
recently updated
newest added

### Is your feature request related to a problem? Please describe. Be able to run docker tests on GitHub Workflow. Currently some docker tests are skipped in the build workflow...

enhancement
dev

Hello @iemejia @lgersman @qinc @msaelices @craigomatic , I want to establish the flow for all the agents in the group chat. How can I configure the flow? I have 8...

question
group chat

@sidhujag added: according to the spec there are other states we can handle in wait_for_run function, so I added those. added termination msg param. Pass through kwargs to super() register_reply...

openai-assistant

## Why are these changes needed? Add function decorators for registering functions for reply, termination and hook and unify API ### Describe the solution you'd like Add the following function...

### Describe the issue For example, I have a server which can realize text_to_speech. And now I want the agent can use this local tool when I ask it "read...

function/tool

### Describe the issue This question is general, not specific to text. Can I use any other i.e diffusion model or any other model as agent ? And use this...

multimodal
alt-models

### Is your feature request related to a problem? Please describe. I adapt the ConversableAgent using inheritance to adapt some functionalities. Right now, I want to fix the out_of_context issue...

enhancement

### Is your feature request related to a problem? Please describe. I apologize in advance if my question seems elementary, as I'm not well-versed in coding. Today, I experimented with...

enhancement
ui/deploy

### Is your feature request related to a problem? Please describe. Currently we output a warning if use_docker is not specified and docker is not installed. It will be more...

enhancement
code-execution
docker

## Why are these changes needed? ## Related issue number ## Checks - [ ] I've included any doc changes needed for https://microsoft.github.io/autogen/. See https://microsoft.github.io/autogen/docs/Contribute#documentation to build and test documentation...