microsoft / autogen

A programming framework for agentic AI 🤖
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
34.65k stars 5.01k forks source link

Delete autogen-ext refactor deprecations #4305

Open lspinheiro opened 10 hours ago

lspinheiro commented 10 hours ago

Why are these changes needed?

The changes are

  1. Delete openai client from autogen_core
  2. Delete symlinks to code_executor and tools.langchain that where refactored in autogen_ext
  3. Update files that relied on the deprecated imports

Those changes are needed as part of the refactor clean up before 0.4.0 release.

Related issue number

Checks