Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests.
... and 39 files with indirect coverage changes 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why are these changes needed?
In v0.12 deprecations will be announced as per the roadmap.
This PR adds deprecation warnings in code, documentation, and notebooks.
Deprecations effective as of v0.14
Agents
contrib/gpt_assistant_agent.pyGPTAssistantAgentgpt-4-0125-previewConversableAgentcontrib/llava_agent.pyLLaVAAgentcontrib/web_surfer.pyWebSurferAgentgpt-3.5-turbo-1106; superseded by experimental versionautogen.agents.experimental.WebSurferAgentcontrib/text_analyzer_agent.pyTextAnalyzerAgentConversableAgentwith an appropriate system messagecontrib/math_user_proxy_agent.pyMathUserProxyAgentConversableAgentwith tool callingcontrib/society_of_mind_agent.pySocietyOfMindAgentcontrib/agent_optimizer.pyAgentOptimizerConversableAgentwith tool callingcontrib/swarm_agent.pySwarmAgentConversableAgentConversableAgentcontrib/retrieve_assistant_agent.pyRetrieveAssistantAgentAssistantAgentcontrib/qdrant_retrieve_user_proxy_agent.pyQdrantRetrieveUserProxyAgentRetrieveUserProxyAgentwithvector_db='qdrant'realtime/experimental/RealtimeAgentSwarm functions and aliases
contrib/swarm_agent.pyinitiate_swarm_chat()run_group_chatcontrib/swarm_agent.pyrun_swarm()run_group_chatcontrib/swarm_agent.pyAFTER_WORKAfterWorkcontrib/swarm_agent.pyON_CONDITIONOnConditionCapabilities
contrib/capabilities/generate_images.pyImageGenerationTextAnalyzerAgent; uses old model patternsModules
contrib/agent_eval/generate_criteria(),quantify_criteria(),CriticAgent,QuantifierAgent,SubCriticAgent,Criterion,TaskDocumentation
Blog posts
_blogs/2023-11-13-OAI-assistants/_blogs/2023-11-06-LMM-Agent/_blogs/2023-12-23-AgentOptimizer/_blogs/2023-11-20-AgentEval/_blogs/2024-06-21-AgentEval/_blogs/2023-10-26-TeachableAgent/_blogs/2024-12-20-RealtimeAgent/_blogs/2025-01-08-RealtimeAgent-over-websocket/_blogs/2025-01-09-RealtimeAgent-over-WebRTC/_blogs/2025-01-29-RealtimeAgent-with-gemini/User guide pages
user-guide/advanced-concepts/realtime-agent/index.mdxuser-guide/advanced-concepts/realtime-agent/websocket.mdxuser-guide/advanced-concepts/realtime-agent/webrtc.mdxuser-guide/advanced-concepts/realtime-agent/twilio.mdxDeprecated notebooks
agentchat_MathChat.ipynbMathUserProxyAgentagentchat_RetrieveChat_qdrant.ipynbQdrantRetrieveUserProxyAgentagentchat_agenteval_cq_math.ipynbAgentEvalframeworkagent_evalagentchat_agentoptimizer.ipynbAgentOptimizer,MathUserProxyAgentagentchat_dalle_and_gpt4v.ipynbMultimodalConversableAgentagentchat_gpt_assistant_agent_function_call.ipynbGPTAssistantAgentagentchat_image_generation_capability.ipynbTextAnalyzerAgent,ImageGenerationagentchat_lmm_llava.ipynbLLaVAAgentagentchat_oai_assistant_function_call.ipynbGPTAssistantAgentagentchat_oai_assistant_groupchat.ipynbGPTAssistantAgentagentchat_oai_assistant_retrieval.ipynbGPTAssistantAgentagentchat_oai_assistant_twoagents_basic.ipynbGPTAssistantAgentagentchat_oai_code_interpreter.ipynbGPTAssistantAgentagentchat_realtime_gemini_swarm_websocket.ipynbRealtimeAgentagentchat_realtime_gemini_websocket.ipynbRealtimeAgentagentchat_realtime_swarm.ipynbRealtimeAgentagentchat_realtime_swarm_webrtc.ipynbRealtimeAgentagentchat_realtime_swarm_websocket.ipynbRealtimeAgentagentchat_realtime_webrtc.ipynbRealtimeAgentagentchat_realtime_websocket.ipynbRealtimeAgentagentchat_society_of_mind.ipynbSocietyOfMindAgentagentchat_teachability.ipynbTextAnalyzerAgentagentchat_teachable_oai_assistants.ipynbGPTAssistantAgent,TextAnalyzerAgentagentchat_video_transcript_translate_with_whisper.ipynbagentchat_JSON_mode_example.ipynbagentchat_RetrieveChat_mongodb.ipynbagentchat_autobuild_agent_library.ipynbagentchat_autobuild_basic.ipynbagentchat_autogen_uniformed_api_calling.ipynbagentchat_captainagent.ipynbagentchat_config_loader_utility_functions.ipynbagentchat_function_call.ipynbagentchat_function_call_code_writing.ipynbagentchat_function_call_currency_calculator.ipynbagentchat_group_chat_with_llamaindex_agents.ipynbagentchat_groupchat_customized.ipynbagentchat_human_feedback.ipynbagentchat_langchain.ipynbagentchat_lmm_gpt-4v.ipynbMultimodalConversableAgent, outdated modelsagentchat_nested_chats_chess.ipynbagentchat_oai_chatgpt_gpt4.ipynbagentchat_oai_completion.ipynbagentchat_stream.ipynbagentchat_web_info.ipynbNOT being deprecated
Core agents (
autogen/agentchat/)ConversableAgentAssistantAgentUserProxyAgentGroupChatGroupChatManagerContrib agents
contrib/retrieve_user_proxy_agent.pyRetrieveUserProxyAgentcontrib/multimodal_conversable_agent.pyMultimodalConversableAgentcontrib/llamaindex_conversable_agent.pyLLamaIndexConversableAgentcontrib/captainagent/CaptainAgentContrib capabilities
capabilities/teachability.pyTeachabilitycapabilities/vision_capability.pyVisionCapabilitycapabilities/tools_capability.pyToolsCapabilitycapabilities/transforms.pyMessageTransform,MessageHistoryLimiter,MessageTokenLimiter,TextMessageCompressorcapabilities/transform_messages.pyTransformMessagescapabilities/agent_capability.pyAgentCapabilityContrib vector databases
vectordb/base.pyVectorDB,VectorDBFactory,Documentvectordb/chromadb.pyChromaVectorDBvectordb/qdrant.pyQdrantVectorDBvectordb/mongodb.pyMongoDBAtlasVectorDBvectordb/couchbase.pyCouchbaseVectorDBvectordb/pgvectordb.pyPGVectorDBContrib RAG
rag/query_engine.pyRAGQueryEnginerag/chromadb_query_engine.pyChromaDBQueryEnginerag/llamaindex_query_engine.pyLlamaIndexQueryEnginerag/mongodb_query_engine.pyMongoDBQueryEngineContrib graph RAG
graph_rag/graph_query_engine.pyGraphQueryEnginegraph_rag/graph_rag_capability.pyGraphRagCapabilitygraph_rag/neo4j_graph_query_engine.pyNeo4jGraphQueryEnginegraph_rag/neo4j_native_graph_query_engine.pyNeo4jNativeGraphQueryEnginegraph_rag/falkor_graph_query_engine.pyFalkorGraphQueryEngineGroup chat and orchestration (active)
agentchat/GroupChat,GroupChatManageragentchat/run_group_chat()initiate_swarm_chat/run_swarm)contrib/swarm_agent.pyAfterWork,AfterWorkOptioncontrib/swarm_agent.pyOnCondition,OnContextConditionExperimental agents (
autogen/agents/experimental/)websurfer/WebSurferAgentdeep_research/DeepResearchAgentreasoning/ReasoningAgentdocument_agent/DocAgenta2ui/A2UIAgentdiscord/DiscordAgentslack/SlackAgenttelegram/TelegramAgentwikipedia/WikipediaAgentContrib agents (
autogen/agents/contrib/)time/TimeReplyAgent,TimeToolAgentUtilities (not deprecated)
contrib/img_utils.pycontrib/retrieve_utils.pycontrib/vectordb/utils.pyRelated issue number
N/A
Checks