mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-18 05:31:25 +00:00

<!-- Thank you for your contribution! Please review https://microsoft.github.io/autogen/docs/Contribute before opening a pull request. --> <!-- Please add a reviewer to the assignee section when you create a PR. If you don't have the access to it, we will shortly find a reviewer and assign them to your PR. --> ## Why are these changes needed? Fixes visual accessibility issues `(6) Luminosity contrast ratio of focus indicator on 'Venv' control is less than 3:1.` and `(20) "Only color is used to indicate the focus indicator on the 'Venv', and 'conda' Tab controls."` ## Related issue number #5633 before: <img width="162" alt="image" src="https://github.com/user-attachments/assets/ac317e82-c82e-4d3b-910b-e9eb5d087340" />  after: <img width="160" alt="image" src="https://github.com/user-attachments/assets/8053ae77-4d62-491b-9d78-657646ed71a6" /> 
AutoGen Core
AutoGen core offers an easy way to quickly build event-driven, distributed, scalable, resilient AI agent systems. Agents are developed by using the Actor model. You can build and run your agent system locally and easily move to a distributed system in the cloud when you are ready.