autogen
autogen copied to clipboard
A programming framework for agentic AI 🤖 (PyPi: autogen-agentchat)
### Describe the issue I have used litellm to get open ai compatable api for google's gemini pro model and used it in base_url.So when i tried function calling it...
### Is your feature request related to a problem? Please describe. OpenAI is deprecating function calling, but other models still use old OpenAI-compatible API and it is expected that will...
## Why are these changes needed? The use case when Max Consecutive Auto Reply == 0 is to emulate the behavior of other AI Chat UIs like https://chat.openai.com/. In these...
## Why are these changes needed? ## Related issue number #48 ## 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...
## Why are these changes needed? Implements the most basic profiler for mapping a given chat history to a visualization. It first annotates the conversation using GPT-4 and then visualizes...
any insights on how to introduce AutoGen to the world of dotnet? It would be truly exciting to witness the potential of multi-agent collaboration in helping dotnet developers to create...
Adds a SocietyOfMindAgent that presents as a single agent, but runs GroupChat as an inner-monologue
## Why are these changes needed? This PR adds a SocietyOfMindAgent. The idea is to have a single point of contact to represent a Group Chat. The Group chat runs...
## Why are these changes needed? At present, AutoGen agents need to write code, or be set up with specific function-calling routines to gather information from the web. Inspired by...
## Why are these changes needed? Fix accessibility issue for the website TODO: - [x] fix light theme accessibility issue - [x] fix dark them accessibility issue ## Related issue...
### Describe the issue One powerful feature of Autogen is the ability to assign different agents to use specific LMs. Is there a way to run multiple local LMs simultaneously?...