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

## Why are these changes needed? This pull request introduces a function for automating the installation of requirements from requirements.txt files within a project directory and its subdirectories. This addresses...

## Why are these changes needed? This fixes a problem I noticed when generating MP4 videos. The video's file type is unknown in its metadata so I used the file...

# Describe the bug ## First case Scenario ### Given Environment: My local Windows 10 machine Python version: Python 3.11.7 (tags/v3.11.7:fa7a6f2, Dec 4 2023, 19:24:49) [MSC v.1937 64 bit (AMD64)]...

bug

### Describe the issue Nested chat is a common way to create complex chats, meaning that an agent will reply after another conversation. It can be used in hierarchical chat,...

enhancement

## Why are these changes needed? **This is a work in progress.** Comments and contributions welcome! AutoGen's north star is to be THE multi-agent application development framework, so a robust...

ui/deploy

## Why are these changes needed? Add tool support to compressible agent * https://github.com/microsoft/autogen/pull/791 * https://github.com/microsoft/autogen/pull/974 ## Related issue number ## Checks - [x] I've included any doc changes needed...

### Is your feature request related to a problem? Please describe. - The current version of AgentBuilder requires users to provide a backbone model for `build_manager` and each `agent`. This...

enhancement
dev
autobuilder

### Is your feature request related to a problem? Please describe. Hello. I am using AutoGen as a retrieval augmented generation agent. It works fantastically, and it performs multiple searches...

enhancement

1. Sentence_transformers already exists in my environment, autogen still print “The sentence_transformers python package is not installed. Please install it with `pip install sentence_transformers`“. 2. After the above message, the...

rag

Agents will be more easily taught by users if they can also learn from their own experience. Human students don’t need their teachers to guide them through every detail of...

teach