gagb
gagb
I am not super sure but I noticed something weird with the reddit website in the benchmark: I was looking at task 29: "Tell me the count of comments that...
## Why are these changes needed? Currently AutoGen supports contributed agents and capabilities. Why not support a set of contributed functions? This PR creates a new submodule in `agentchat/contrib` called...
## Why are these changes needed? Building a new codespace is very slow because `.devcontainer/Dockerfile` has a lot of RUN steps. So, to speed this up I built and hosted...
This pull request introduces support for a new set of models (`o1` and `o1-mini`) in the OpenAI client. ### Task List - [x] Create new `api_type` - [x] Add costs/token...
## Why is this needed? Autogen TERMINATE mode and max iterations is very useful but sometimes it gets stuck in a loop and allowing the user to use a keyboard...
Let's create an issue to track the unit tests for tools. _Originally posted by @ekzhu in https://github.com/microsoft/autogen/pull/4387#pullrequestreview-2470572031_
### What feature would you like to be added? Make it easier to create an extension by providing a template. E.g., ``` autogen create-extension autogen-custom-extension ``` The result would be...
@afourney and I discussed some concrete changes: - [x] Uncollapse the default view in API reference - [ ] Allow users to jump to not just jump to Bases but...
This pull request includes a small change to the `python/packages/autogen-core/docs/src/_static/custom.css` file. The change introduces a new CSS variable to set the base font size for the HTML element. * [`python/packages/autogen-core/docs/src/_static/custom.css`](diffhunk://#diff-68d73fbc191ffa270b525bc76cdae144374bcbc9c91d08f867c5e2717abc2993R5-R8):...