-
### Is your feature request related to a problem? Please describe.
Currently the drop-down for human input only has NEVER in AutoGen Studio. Please add ALWAYS as an option.
### Describe the solution…
-
https://github.com/microsoft/autogen
-
I am trying to integrate LigthRag in AutoGen, but I am not sucessfull. I can get it answer the RAG question, but either it gets into an infinit loop, or if I add max_consecutive_auto_reply=1 it only …
-
```python
import autogen
# Start logging with logger_type and the filename to log to
logging_session_id = autogen.runtime_logging.start(logger_type="file", config={"filename": "runtime.log"})
pr…
-
I get a project, and this is my settings.json:
```json
{
"makefile.preConfigureScript": "${workspaceFolder}/autogen.sh",
// I also tried the below, but the same error.
// "makefile.preConf…
-
Repository comments from the provider mentions that the code is still work in progress .Steps to review and execute to see the possibility of its usage within the scope of this work item.
### Akas Co…
-
### What happened?
I was following this link to run Magentic-One on Ubuntu 22.04 cloud server.
https://github.com/microsoft/autogen/tree/main/python/packages/autogen-magentic-one#environment-configu…
-
### Your current environment
How do I ignore request validation through the openai compatible api? I want to pass in custom roles.
### How would you like to use vllm
```
Error processing pub…
-
### What happened?
While running example.py of magnetic one, "**Click** a button" step failed due to the following
```
Web surfing error:
Traceback (most recent call last):
File \"/autogen/python…
-
I got the `autogen.sh` script in a pretty good shape, but it still suffers from a number of bugs and missing features:
- [ ] Events are not hyperlinked, e.g. `{TransferAdmin} event` should be turne…