miniAutoGen
miniAutoGen copied to clipboard
Lightweight and Flexible Library for Creating Agents and Multi-Agent Conversations 🤖
Bumps the pip group with 2 updates in the /. directory: [aiohttp](https://github.com/aio-libs/aiohttp) and [jinja2](https://github.com/pallets/jinja). Updates `aiohttp` from 3.9.1 to 3.9.2 Release notes Sourced from aiohttp's releases. 3.9.2 Bug fixes Fixed...
**Detailed Description:** - Currently, various components of MiniAutoGen use the `print` function to display messages and errors. The proposal is to replace these calls with the use of the `logging`...
**Detailed Description:** - Currently, the data storage system for messages in our project exclusively uses SQLite through SQLAlchemy. While efficient, this approach limits scalability and flexibility as it restricts the...
**Detailed Description:** - The current code in the MiniAutoGen project includes various components grouped into a single file, encompassing functionalities related to both `Agent` and `ChatAdmin`. This configuration, while functional,...
Detailed Description: The LiteLLMClient class currently initializes with limited configuration options, restricting users to only specifying the LiteLLM model to use. This limitation prevents users from fine-tuning the behavior of...
### Detailed Description: Currently, the OpenAIClient class within our project restricts configuration to the API key during initialization. This limitation prevents users from defining other important parameters that influence the...