mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-24 09:20:52 +00:00

Resolves #5994 Open AI moved `openai.types.beta.vector_store` to `openai.types.vector_store`. https://github.com/openai/openai-python/compare/v1.65.5...v1.66.0 Also fixed unit tests and use parameterized fixture to run all scenarios.
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.