Yiran Wu

Results 11 issues of Yiran Wu

## 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...

### Describe the bug Azure OpenAi completion returns the model without version information. The returned model is either 'gpt-35-turbo' or 'gpt-4'. From there, we are calculating the cost based on...

bug

```[tasklist] ### Tasks - [ ] #769 - [ ] https://github.com/microsoft/autogen/pull/812 - [ ] https://github.com/microsoft/autogen/pull/1269 - [ ] cost & usage summary in groupchat - [ ] supporting cost calculation...

enhancement

## Why are these changes needed? - When 'messages' in config instead of 'prompt', some messages don't have placeholders, so format it with result error. This change handles this situation...

Implement the [MathChat paper](https://arxiv.org/abs/2306.01337) with the current agent framework: - Put the specified math problem-solving prompt in system message of `AssistantAgent` for the LLM. If the behavior is not desired,...

## Why are these changes needed? - When use `create(..., model=)`, assure that exists in config_list. - matching with the config in config_list. Note: Switching **config and **self._config_list[i] of `...

### Describe the issue Placeholder to improve cost calculation in agents, and support new features such as nested chats and sequential chats. Agenda to be discussed. Free free to attach...

roadmap

AutoGen is being evolved into AG2, which is where the package `autogen` associated with. AG2 is actively maintained by the founders of AutoGen. This PR changes the name references. -> ...

AutoGen is being evolved into AG2, which is where the package `pyautogen` associated with. AG2 is actively maintained by the founders of AutoGen. This PR aims to update the names...

AutoGen is being evolved into AG2, which is where the package pyautogen associated with. AG2 is actively maintained by the founders of AutoGen. This PR aims to updated the names...