autogen icon indicating copy to clipboard operation
autogen copied to clipboard

A programming framework for agentic AI. Discord: https://aka.ms/autogen-dc. Roadmap: https://aka.ms/autogen-roadmap

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

### Describe the bug After setting up Agents and workflow with local endpoints. Getting this error message ```openai.OpenAIError: The api_key client option must be set either by passing api_key to...

bug
studio

### Describe the bug Running WSL2 with Ubuntu. Installed autogenstudio via pip. Ran it with the standard `autogenstudio ui --port 8081` command. The web ui works fine, but when I...

bug
ui/deploy

Is it currently possible or are there plans to support this in the future?

ui/deploy
multimodal

> [!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....

roadmap
studio

What about removing this part for now? @victordibia or others can add it in another PR and solve the env var issue. _Originally posted by @sonichi in https://github.com/microsoft/autogen/pull/1111#discussion_r1444079371_

documentation
ui/deploy
docker

Solution: Create a subdirectory called `.devcontainer/studio` with correct `Dockerfile` and `devcontainer.json`. I reused the Dockerfile from `.devcontainer` and modified the `devcontainer.json` to follow instructions from AutoGen Studios README. I tested...

ui/deploy

### Is your feature request related to a problem? Please describe. People asked for it on Discord after spending a lot of time trying to make it work with unsupported...

documentation
good first issue

## Why are these changes needed? - `Agent.print_usage_summary()` will print the cost summary for the agent. - `Agent.get_actual_usage()` and `Agent.get_total_usage()` will return the usage summary in a dict. When an...

## Why are these changes needed? #1255 ## Related issue number Closes #1255 ## 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...

### Describe the issue Is there a way to increase the output length of agent. On increasing the complexity of the question, agent code gets cutoff (See the last line...