ag2 0.9.2__tar.gz → 0.9.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ag2 might be problematic. Click here for more details.
- {ag2-0.9.2 → ag2-0.9.3}/.devcontainer/devcontainer.json +2 -2
- {ag2-0.9.2 → ag2-0.9.3}/.devcontainer/python-3.10/devcontainer.json +2 -2
- {ag2-0.9.2 → ag2-0.9.3}/.devcontainer/python-3.11/devcontainer.json +2 -2
- {ag2-0.9.2 → ag2-0.9.3}/.devcontainer/python-3.12/devcontainer.json +2 -2
- {ag2-0.9.2 → ag2-0.9.3}/.devcontainer/python-3.13/devcontainer.json +2 -2
- {ag2-0.9.2 → ag2-0.9.3}/PKG-INFO +14 -10
- {ag2-0.9.2 → ag2-0.9.3}/README.md +1 -1
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/capabilities/transforms.py +22 -9
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/group/group_utils.py +65 -20
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/group/handoffs.py +81 -5
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/group/on_context_condition.py +2 -2
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/group/patterns/pattern.py +7 -1
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/groupchat.py +2 -2
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/realtime/experimental/realtime_swarm.py +12 -4
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agents/experimental/document_agent/document_agent.py +232 -40
- {ag2-0.9.2 → ag2-0.9.3}/autogen/oai/gemini.py +10 -1
- {ag2-0.9.2 → ag2-0.9.3}/autogen/oai/gemini_types.py +1 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/oai/oai_models/chat_completion.py +1 -1
- {ag2-0.9.2 → ag2-0.9.3}/autogen/version.py +1 -1
- {ag2-0.9.2 → ag2-0.9.3}/pyproject.toml +7 -5
- {ag2-0.9.2 → ag2-0.9.3}/scripts/devcontainer/templates/devcontainer.json.jinja +2 -2
- {ag2-0.9.2 → ag2-0.9.3}/setup_autogen.py +2 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/blogs_and_user_stories_authors.yml +6 -0
- ag2-0.9.3/website/docs/_blogs/2025-06-12-ReAct-Loops-in-GroupChat/img/image1.png +3 -0
- ag2-0.9.3/website/docs/_blogs/2025-06-12-ReAct-Loops-in-GroupChat/img/image2.png +3 -0
- ag2-0.9.3/website/docs/_blogs/2025-06-12-ReAct-Loops-in-GroupChat/img/image3.png +3 -0
- ag2-0.9.3/website/docs/_blogs/2025-06-12-ReAct-Loops-in-GroupChat/img/image4.png +3 -0
- ag2-0.9.3/website/docs/_blogs/2025-06-12-ReAct-Loops-in-GroupChat/index.mdx +341 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/docs/stylesheets/extra.css +1 -1
- {ag2-0.9.2 → ag2-0.9.3}/.coveragerc +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.devcontainer/Dockerfile +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.devcontainer/README.md +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.devcontainer/setup.sh +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.gitattributes +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.github/ISSUE_TEMPLATE/general_issue.yml +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.github/ISSUE_TEMPLATE.md +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.github/dependabot.yml +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.github/workflows/build-docs.yml +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.github/workflows/build-mkdocs.yml +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.github/workflows/contrib-graph-rag-tests.yml +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.github/workflows/contrib-llm-test.yml +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.github/workflows/contrib-test.yml +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.github/workflows/core-llm-test.yml +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.github/workflows/core-test.yml +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.github/workflows/deploy-website-mintlify.yml +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.github/workflows/deploy-website.yml +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.github/workflows/docs-check-broken-links.yml +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.github/workflows/integration-test.yml +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.github/workflows/lfs-check.yml +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.github/workflows/mkdocs-check-broken-links.yml +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.github/workflows/pr-checks.yml +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.github/workflows/python-package.yml +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.github/workflows/test-with-optional-deps.yml +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.github/workflows/type-check.yml +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.gitignore +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.muffet-excluded-links.txt +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/.pre-commit-config.yaml +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/CITATION.cff +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/LICENSE +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/MAINTAINERS.md +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/NOTICE.md +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/OAI_CONFIG_LIST_sample +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/TRANSPARENCY_FAQS.md +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/announcements.md +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/_website/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/_website/generate_api_references.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/_website/generate_mkdocs.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/_website/notebook_processor.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/_website/process_notebooks.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/_website/utils.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/agent.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/assistant_agent.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/chat.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/agent_eval/README.md +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/agent_eval/agent_eval.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/agent_eval/criterion.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/agent_eval/critic_agent.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/agent_eval/quantifier_agent.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/agent_eval/subcritic_agent.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/agent_eval/task.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/agent_optimizer.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/capabilities/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/capabilities/agent_capability.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/capabilities/generate_images.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/capabilities/teachability.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/capabilities/text_compressors.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/capabilities/tools_capability.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/capabilities/transform_messages.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/capabilities/transforms_util.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/capabilities/vision_capability.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/agent_builder.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/captainagent.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tool_retriever.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/README.md +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/data_analysis/calculate_correlation.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/data_analysis/calculate_skewness_and_kurtosis.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/data_analysis/detect_outlier_iqr.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/data_analysis/detect_outlier_zscore.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/data_analysis/explore_csv.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/data_analysis/shapiro_wilk_test.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/information_retrieval/arxiv_download.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/information_retrieval/arxiv_search.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/information_retrieval/extract_pdf_image.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/information_retrieval/extract_pdf_text.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/information_retrieval/get_wikipedia_text.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/information_retrieval/get_youtube_caption.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/information_retrieval/image_qa.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/information_retrieval/optical_character_recognition.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/information_retrieval/perform_web_search.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/information_retrieval/scrape_wikipedia_tables.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/information_retrieval/transcribe_audio_file.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/information_retrieval/youtube_download.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/math/calculate_circle_area_from_diameter.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/math/calculate_day_of_the_week.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/math/calculate_fraction_sum.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/math/calculate_matrix_power.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/math/calculate_reflected_point.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/math/complex_numbers_product.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/math/compute_currency_conversion.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/math/count_distinct_permutations.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/math/evaluate_expression.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/math/find_continuity_point.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/math/fraction_to_mixed_numbers.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/math/modular_inverse_sum.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/math/simplify_mixed_numbers.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/math/sum_of_digit_factorials.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/math/sum_of_primes_below.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/requirements.txt +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/captainagent/tools/tool_description.tsv +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/gpt_assistant_agent.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/graph_rag/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/graph_rag/document.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/graph_rag/falkor_graph_query_engine.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/graph_rag/falkor_graph_rag_capability.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/graph_rag/graph_query_engine.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/graph_rag/graph_rag_capability.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/graph_rag/neo4j_graph_query_engine.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/graph_rag/neo4j_graph_rag_capability.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/graph_rag/neo4j_native_graph_query_engine.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/graph_rag/neo4j_native_graph_rag_capability.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/img_utils.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/llamaindex_conversable_agent.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/llava_agent.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/math_user_proxy_agent.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/multimodal_conversable_agent.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/qdrant_retrieve_user_proxy_agent.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/rag/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/rag/chromadb_query_engine.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/rag/llamaindex_query_engine.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/rag/mongodb_query_engine.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/rag/query_engine.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/retrieve_assistant_agent.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/retrieve_user_proxy_agent.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/society_of_mind_agent.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/swarm_agent.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/text_analyzer_agent.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/vectordb/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/vectordb/base.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/vectordb/chromadb.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/vectordb/couchbase.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/vectordb/mongodb.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/vectordb/pgvectordb.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/vectordb/qdrant.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/vectordb/utils.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/contrib/web_surfer.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/conversable_agent.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/group/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/group/available_condition.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/group/context_condition.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/group/context_expression.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/group/context_str.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/group/context_variables.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/group/group_tool_executor.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/group/llm_condition.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/group/multi_agent_chat.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/group/on_condition.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/group/patterns/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/group/patterns/auto.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/group/patterns/manual.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/group/patterns/random.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/group/patterns/round_robin.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/group/reply_result.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/group/speaker_selection_result.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/group/targets/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/group/targets/group_chat_target.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/group/targets/group_manager_target.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/group/targets/transition_target.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/group/targets/transition_utils.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/realtime/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/realtime/experimental/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/realtime/experimental/audio_adapters/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/realtime/experimental/audio_adapters/twilio_audio_adapter.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/realtime/experimental/audio_adapters/websocket_audio_adapter.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/realtime/experimental/audio_observer.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/realtime/experimental/clients/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/realtime/experimental/clients/gemini/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/realtime/experimental/clients/gemini/client.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/realtime/experimental/clients/oai/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/realtime/experimental/clients/oai/base_client.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/realtime/experimental/clients/oai/rtc_client.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/realtime/experimental/clients/oai/utils.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/realtime/experimental/clients/realtime_client.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/realtime/experimental/function_observer.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/realtime/experimental/realtime_agent.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/realtime/experimental/realtime_events.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/realtime/experimental/realtime_observer.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/realtime/experimental/websockets.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/realtime_agent/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/user_proxy_agent.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agentchat/utils.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agents/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agents/contrib/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agents/contrib/time/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agents/contrib/time/time_reply_agent.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agents/contrib/time/time_tool_agent.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agents/experimental/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agents/experimental/deep_research/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agents/experimental/deep_research/deep_research.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agents/experimental/discord/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agents/experimental/discord/discord.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agents/experimental/document_agent/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agents/experimental/document_agent/chroma_query_engine.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agents/experimental/document_agent/docling_doc_ingest_agent.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agents/experimental/document_agent/document_conditions.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agents/experimental/document_agent/document_utils.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agents/experimental/document_agent/inmemory_query_engine.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agents/experimental/document_agent/parser_utils.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agents/experimental/document_agent/url_utils.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agents/experimental/reasoning/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agents/experimental/reasoning/reasoning_agent.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agents/experimental/slack/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agents/experimental/slack/slack.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agents/experimental/telegram/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agents/experimental/telegram/telegram.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agents/experimental/websurfer/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agents/experimental/websurfer/websurfer.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agents/experimental/wikipedia/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/agents/experimental/wikipedia/wikipedia.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/browser_utils.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/cache/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/cache/abstract_cache_base.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/cache/cache.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/cache/cache_factory.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/cache/cosmos_db_cache.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/cache/disk_cache.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/cache/in_memory_cache.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/cache/redis_cache.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/code_utils.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/coding/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/coding/base.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/coding/docker_commandline_code_executor.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/coding/factory.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/coding/func_with_reqs.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/coding/jupyter/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/coding/jupyter/base.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/coding/jupyter/docker_jupyter_server.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/coding/jupyter/embedded_ipython_code_executor.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/coding/jupyter/import_utils.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/coding/jupyter/jupyter_client.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/coding/jupyter/jupyter_code_executor.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/coding/jupyter/local_jupyter_server.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/coding/local_commandline_code_executor.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/coding/markdown_code_extractor.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/coding/utils.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/doc_utils.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/events/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/events/agent_events.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/events/base_event.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/events/client_events.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/events/helpers.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/events/print_event.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/exception_utils.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/extensions/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/fast_depends/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/fast_depends/_compat.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/fast_depends/core/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/fast_depends/core/build.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/fast_depends/core/model.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/fast_depends/dependencies/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/fast_depends/dependencies/model.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/fast_depends/dependencies/provider.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/fast_depends/library/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/fast_depends/library/model.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/fast_depends/py.typed +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/fast_depends/schema.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/fast_depends/use.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/fast_depends/utils.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/formatting_utils.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/function_utils.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/graph_utils.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/import_utils.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/interop/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/interop/crewai/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/interop/crewai/crewai.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/interop/interoperability.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/interop/interoperable.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/interop/langchain/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/interop/langchain/langchain_chat_model_factory.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/interop/langchain/langchain_tool.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/interop/litellm/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/interop/litellm/litellm_config_factory.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/interop/pydantic_ai/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/interop/pydantic_ai/pydantic_ai.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/interop/registry.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/io/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/io/base.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/io/console.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/io/processors/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/io/processors/base.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/io/processors/console_event_processor.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/io/run_response.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/io/thread_io_stream.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/io/websockets.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/json_utils.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/llm_config.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/logger/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/logger/base_logger.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/logger/file_logger.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/logger/logger_factory.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/logger/logger_utils.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/logger/sqlite_logger.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/math_utils.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/mcp/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/mcp/__main__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/mcp/mcp_client.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/mcp/mcp_proxy/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/mcp/mcp_proxy/fastapi_code_generator_helpers.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/mcp/mcp_proxy/mcp_proxy.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/mcp/mcp_proxy/operation_grouping.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/mcp/mcp_proxy/operation_renaming.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/mcp/mcp_proxy/patch_fastapi_code_generator.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/mcp/mcp_proxy/security.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/mcp/mcp_proxy/security_schema_visitor.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/messages/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/messages/agent_messages.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/messages/base_message.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/messages/client_messages.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/messages/print_message.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/oai/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/oai/anthropic.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/oai/bedrock.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/oai/cerebras.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/oai/client.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/oai/client_utils.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/oai/cohere.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/oai/groq.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/oai/mistral.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/oai/oai_models/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/oai/oai_models/_models.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/oai/oai_models/chat_completion_audio.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/oai/oai_models/chat_completion_message.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/oai/oai_models/chat_completion_message_tool_call.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/oai/oai_models/chat_completion_token_logprob.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/oai/oai_models/completion_usage.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/oai/ollama.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/oai/openai_utils.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/oai/together.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/retrieve_utils.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/runtime_logging.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/token_count_utils.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/contrib/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/contrib/time/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/contrib/time/time.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/dependency_injection.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/browser_use/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/browser_use/browser_use.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/crawl4ai/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/crawl4ai/crawl4ai.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/deep_research/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/deep_research/deep_research.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/duckduckgo/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/duckduckgo/duckduckgo_search.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/google/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/google/authentication/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/google/authentication/credentials_hosted_provider.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/google/authentication/credentials_local_provider.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/google/authentication/credentials_provider.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/google/drive/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/google/drive/drive_functions.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/google/drive/toolkit.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/google/model.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/google/toolkit_protocol.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/google_search/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/google_search/google_search.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/google_search/youtube_search.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/messageplatform/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/messageplatform/discord/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/messageplatform/discord/discord.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/messageplatform/slack/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/messageplatform/slack/slack.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/messageplatform/telegram/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/messageplatform/telegram/telegram.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/perplexity/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/perplexity/perplexity_search.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/reliable/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/reliable/reliable.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/tavily/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/tavily/tavily_search.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/web_search_preview/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/web_search_preview/web_search_preview.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/wikipedia/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/experimental/wikipedia/wikipedia.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/function_utils.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/tool.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/tools/toolkit.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/autogen/types.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/azure-pipelines.yml +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/codecov.yml +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/license_original/LICENSE-CC +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/license_original/LICENSE_original_MIT +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/scripts/broken-links-check.sh +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/scripts/build-setup-files.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/scripts/devcontainer/generate-devcontainers.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/scripts/devcontainer/generate-devcontainers.sh +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/scripts/docs_build.sh +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/scripts/docs_build_mkdocs.sh +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/scripts/docs_serve.sh +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/scripts/docs_serve_mkdocs.sh +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/scripts/integration-test.sh +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/scripts/lint.sh +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/scripts/pre-commit-build-setup-files.sh +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/scripts/pre-commit-license-check.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/scripts/pre-commit-lint.sh +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/scripts/pre-commit-mypy-run.sh +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/scripts/show-coverage-report.sh +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/scripts/test-core-llm.sh +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/scripts/test-core-skip-llm.sh +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/scripts/test-docs.sh +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/scripts/test-skip-llm.sh +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/scripts/test.sh +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/setup.jinja +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/templates/client_template/main.jinja2 +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/templates/config_template/config.jinja2 +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/templates/main.jinja2 +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/.gitignore +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/README.md +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/.gitignore +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-04-21-LLM-tuning-math/img/level2algebra.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-04-21-LLM-tuning-math/img/level3algebra.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-04-21-LLM-tuning-math/img/level4algebra.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-04-21-LLM-tuning-math/img/level5algebra.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-04-21-LLM-tuning-math/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-05-18-GPT-adaptive-humaneval/img/design.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-05-18-GPT-adaptive-humaneval/img/humaneval.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-05-18-GPT-adaptive-humaneval/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-06-28-MathChat/img/mathchatflow.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-06-28-MathChat/img/result.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-06-28-MathChat/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-07-14-Local-LLMs/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-10-18-RetrieveChat/img/autogen-rag.gif +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-10-18-RetrieveChat/img/retrievechat-arch.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-10-18-RetrieveChat/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-10-26-TeachableAgent/img/teachable-arch.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-10-26-TeachableAgent/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-11-06-LMM-Agent/img/teaser.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-11-06-LMM-Agent/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-11-09-EcoAssistant/img/chat.webp +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-11-09-EcoAssistant/img/results.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-11-09-EcoAssistant/img/system.webp +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-11-09-EcoAssistant/img/template-demo.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-11-09-EcoAssistant/img/template.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-11-09-EcoAssistant/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-11-13-OAI-assistants/img/teaser.jpg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-11-13-OAI-assistants/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-11-20-AgentEval/img/agenteval-CQ.webp +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-11-20-AgentEval/img/math-problems-plot.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-11-20-AgentEval/img/tasks-taxonomy.webp +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-11-20-AgentEval/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-11-26-Agent-AutoBuild/img/agent_autobuild.webp +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-11-26-Agent-AutoBuild/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-12-01-AutoGenStudio/img/autogenstudio_config.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-12-01-AutoGenStudio/img/autogenstudio_home.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-12-01-AutoGenStudio/img/autogenstudio_skills.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-12-01-AutoGenStudio/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-12-23-AgentOptimizer/img/agentoptimizer.webp +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-12-23-AgentOptimizer/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2023-12-29-AgentDescriptions/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-01-23-Code-execution-in-docker/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-01-25-AutoGenBench/img/teaser.jpg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-01-25-AutoGenBench/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-01-26-Custom-Models/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-02-02-AutoAnny/img/AutoAnnyLogo.jpg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-02-02-AutoAnny/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-02-11-FSM-GroupChat/img/FSM_logic.webp +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-02-11-FSM-GroupChat/img/FSM_of_multi-agents.webp +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-02-11-FSM-GroupChat/img/teaser.webp +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-02-11-FSM-GroupChat/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-02-29-StateFlow/img/alfworld.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-02-29-StateFlow/img/bash_result.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-02-29-StateFlow/img/intercode.webp +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-02-29-StateFlow/img/sf_example_1.webp +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-02-29-StateFlow/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-03-03-AutoGen-Update/img/contributors.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-03-03-AutoGen-Update/img/dalle_gpt4v.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-03-03-AutoGen-Update/img/gaia.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-03-03-AutoGen-Update/img/love.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-03-03-AutoGen-Update/img/teach.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-03-03-AutoGen-Update/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-03-11-AutoDefense/img/architecture.webp +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-03-11-AutoDefense/img/defense-agency-design.webp +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-03-11-AutoDefense/img/table-4agents.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-03-11-AutoDefense/img/table-agents.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-03-11-AutoDefense/img/table-compared-methods.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-03-11-AutoDefense/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-05-24-Agent/img/agents.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-05-24-Agent/img/leadership.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-05-24-Agent/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-06-21-AgentEval/img/agenteval_ov_v3.webp +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-06-21-AgentEval/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-06-24-AltModels-Classes/img/agentstogether.jpeg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-06-24-AltModels-Classes/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-07-25-AgentOps/img/autogen-integration.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-07-25-AgentOps/img/dashboard.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-07-25-AgentOps/img/flow.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-07-25-AgentOps/img/session-replay.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-07-25-AgentOps/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-11-15-CaptainAgent/img/build.webp +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-11-15-CaptainAgent/img/chat.webp +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-11-15-CaptainAgent/img/overall.webp +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-11-15-CaptainAgent/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-11-17-Swarm/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-11-27-Prompt-Leakage-Probing/img/probing_flow.webp +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-11-27-Prompt-Leakage-Probing/img/prompt_leakage_report.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-11-27-Prompt-Leakage-Probing/img/prompt_leakage_social_img.webp +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-11-27-Prompt-Leakage-Probing/img/prompt_test_chat.webp +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-11-27-Prompt-Leakage-Probing/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-12-02-ReasoningAgent2/img/reasoningagent_1.webp +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-12-02-ReasoningAgent2/img/reasoningagent_2.webp +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-12-02-ReasoningAgent2/img/tree-of-thoughts.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-12-02-ReasoningAgent2/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-12-06-FalkorDB-Structured/img/falkordb.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-12-06-FalkorDB-Structured/img/tripplanner.webp +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-12-06-FalkorDB-Structured/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-12-20-RealtimeAgent/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-12-20-Reasoning-Update/img/mcts_example.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-12-20-Reasoning-Update/img/reasoningagent_1.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-12-20-Reasoning-Update/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2024-12-20-Tools-interoperability/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2025-01-07-Tools-Dependency-Injection/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2025-01-08-RealtimeAgent-over-websocket/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2025-01-09-RealtimeAgent-over-WebRTC/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2025-01-10-WebSockets/img/structured_messages_with_websockets.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2025-01-10-WebSockets/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2025-01-22-Tools-ChatContext-Dependency-Injection/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2025-01-29-RealtimeAgent-with-gemini/img/RealtimeAgent_gemini.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2025-01-29-RealtimeAgent-with-gemini/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2025-01-31-WebSurferAgent/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2025-01-31-Websurfing-Tools/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2025-02-05-Communication-Agents/img/commsagents_discord_msg.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2025-02-05-Communication-Agents/img/commsagents_slack_finalmsg.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2025-02-05-Communication-Agents/img/commsagents_slack_msg.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2025-02-05-Communication-Agents/img/commsagents_telegram_msg.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2025-02-05-Communication-Agents/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2025-02-13-DeepResearchAgent/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2025-04-16-Reasoning/img/cognition.jpg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2025-04-16-Reasoning/img/iter.jpg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2025-04-16-Reasoning/img/partner.jpg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2025-04-16-Reasoning/img/threads.jpeg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2025-04-16-Reasoning/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2025-04-28-0.9-Release-Announcement/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2025-05-07-AG2-Copilot-Integration/img/AG2-CopilotKit.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2025-05-07-AG2-Copilot-Integration/img/ag2-copilotkit-architecture.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2025-05-07-AG2-Copilot-Integration/img/quick-start-1.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2025-05-07-AG2-Copilot-Integration/img/quick-start-2.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/_blogs/2025-05-07-AG2-Copilot-Integration/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/community-talks/2025-04-10-NOVA/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/contributor-guide/Migration-Guide.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/contributor-guide/Research.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/contributor-guide/building/creating-a-tool.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/contributor-guide/building/creating-an-agent.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/contributor-guide/contributing.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/contributor-guide/documentation.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/contributor-guide/file-bug-report.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/contributor-guide/how-ag2-works/assets/generate-reply.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/contributor-guide/how-ag2-works/assets/initiate-chat.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/contributor-guide/how-ag2-works/generate-reply.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/contributor-guide/how-ag2-works/hooks.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/contributor-guide/how-ag2-works/initiate-chat.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/contributor-guide/how-ag2-works/overview.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/contributor-guide/maintainer.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/contributor-guide/pre-commit.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/contributor-guide/setup-development-environment.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/contributor-guide/tests.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/ecosystem/agentops.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/ecosystem/azure_cosmos_db.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/ecosystem/composio.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/ecosystem/databricks.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/ecosystem/img/ecosystem-databricks.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/ecosystem/img/ecosystem-fabric.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/ecosystem/img/ecosystem-llamaindex.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/ecosystem/img/ecosystem-memgpt.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/ecosystem/img/ecosystem-ollama.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/ecosystem/img/ecosystem-promptflow.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/ecosystem/llamaindex.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/ecosystem/mem0.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/ecosystem/memgpt.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/ecosystem/microsoft-fabric.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/ecosystem/ollama.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/ecosystem/pgvector.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/ecosystem/portkey.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/ecosystem/promptflow.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/faq/FAQ.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/home/quickstart.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/installation/Installation.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/installation/Optional-Dependencies.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/quick-start.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/use-cases/.gitignore +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/use-cases/community-gallery/community-gallery.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/use-cases/notebooks/Notebooks.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/use-cases/use-cases/assets/game-design-page.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/use-cases/use-cases/assets/game-designed.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/use-cases/use-cases/assets/travel-planning-falkordb.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/use-cases/use-cases/assets/travel-planning-itinerary.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/use-cases/use-cases/assets/travel-planning-overview.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/use-cases/use-cases/customer-service.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/use-cases/use-cases/game-design.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/use-cases/use-cases/travel-planning.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/assets/code-execution-in-conversation.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/assets/code-executor-docker.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/assets/code-executor-no-docker.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/assets/code-executor-stock-chart.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/assets/group-chat-fsm.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/assets/group-chat.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/assets/nested-chats.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/assets/sequential-two-agent-chat.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/assets/swarm-enhanced-01.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/assets/swarm-enhanced-02.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/assets/swarm-enhanced-03.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/assets/swarm-enhanced-04.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/assets/two-agent-chat.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/code-execution.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/ending-a-chat.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/groupchat/custom-group-chat.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/groupchat/groupchat.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/groupchat/resuming-group-chat.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/groupchat/tools.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/llm-configuration-deep-dive.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/nested-chat.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/orchestration/assets/nested-chats.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/orchestration/assets/sequential-two-agent-chat.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/orchestration/ending-a-chat.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/orchestration/group-chat/agent-tools-functions.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/orchestration/group-chat/context-variables.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/orchestration/group-chat/handoffs.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/orchestration/group-chat/introduction.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/orchestration/group-chat/patterns.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/orchestration/group-chat.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/orchestration/nested-chat.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/orchestration/orchestrations.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/orchestration/sequential-chat.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/orchestration/swarm/deprecation.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/orchestration/two-agent-chat.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/orchestrations.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/pattern-cookbook/assets/context_aware_routing.jpeg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/pattern-cookbook/assets/context_aware_routing_flow.jpeg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/pattern-cookbook/assets/escalation.jpeg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/pattern-cookbook/assets/escalation_flow.jpeg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/pattern-cookbook/assets/feedback_loop.jpeg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/pattern-cookbook/assets/feedback_loop_flow.jpeg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/pattern-cookbook/assets/hierarchical.jpeg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/pattern-cookbook/assets/hierarchical_flow.jpeg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/pattern-cookbook/assets/organic.jpeg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/pattern-cookbook/assets/organic_flow.jpeg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/pattern-cookbook/assets/pipeline.jpeg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/pattern-cookbook/assets/pipeline_flow.jpeg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/pattern-cookbook/assets/redundant.jpeg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/pattern-cookbook/assets/redundant_flow.jpeg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/pattern-cookbook/assets/star.jpeg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/pattern-cookbook/assets/star_flow.jpeg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/pattern-cookbook/assets/triage_tasks.jpeg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/pattern-cookbook/assets/triage_tasks_flow.jpeg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/pattern-cookbook/context_aware_routing.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/pattern-cookbook/escalation.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/pattern-cookbook/feedback_loop.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/pattern-cookbook/hierarchical.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/pattern-cookbook/organic.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/pattern-cookbook/overview.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/pattern-cookbook/pipeline.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/pattern-cookbook/redundant.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/pattern-cookbook/star.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/pattern-cookbook/triage_with_tasks.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/rag.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/realtime-agent/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/realtime-agent/twilio.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/realtime-agent/webrtc.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/realtime-agent/websocket.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/sequential-chat.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/tools/basics.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/tools/controlling-use.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/tools/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/tools/interop/crewai.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/tools/interop/langchain.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/tools/interop/pydanticai.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/tools/mcp/client.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/tools/tools-with-secrets.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/advanced-concepts/two-agent-chat.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/basic-concepts/assets/human-in-the-loop-example.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/basic-concepts/assets/overview-workflow.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/basic-concepts/conversable-agent.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/basic-concepts/human-in-the-loop.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/basic-concepts/installing-ag2.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/basic-concepts/introducing-group-chat.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/basic-concepts/introducing-swarm-orchestration.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/basic-concepts/introducing-tools.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/basic-concepts/llm-configuration.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/basic-concepts/overview.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/basic-concepts/structured-outputs.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/getting-started/Getting-Started.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/models/amazon-bedrock.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/models/anthropic.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/models/assets/ag2-agentchat.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/models/assets/chat-example.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/models/assets/create-gcp-svc.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/models/assets/gemini-coding-chart.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/models/cerebras.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/models/cohere.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/models/deepseek-v3.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/models/google-gemini.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/models/google-vertexai.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/models/groq.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/models/litellm-proxy-server/azure.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/models/litellm-proxy-server/installation.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/models/litellm-proxy-server/openai.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/models/litellm-proxy-server/watsonx.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/models/lm-studio.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/models/mistralai.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/models/ollama.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/models/openai.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/models/togetherai.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/models/vLLM.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-agents/assets/commsagents_discordoutput.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-agents/assets/commsagents_tools.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-agents/assets/commsplatforms_discord_sentmsg.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-agents/assets/commsplatforms_slack_sentmsg.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-agents/assets/commsplatforms_telegram_sentmsg.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-agents/assets/docagent_tests_story1.md +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-agents/assets/docagent_tests_story2.md +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-agents/assets/websurferagent_animated.gif +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-agents/captainagent.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-agents/communication-platforms/discordagent.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-agents/communication-platforms/overview.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-agents/communication-platforms/slackagent.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-agents/communication-platforms/telegramagent.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-agents/deepresearchagent.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-agents/docagent-performance.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-agents/docagent.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-agents/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-agents/reasoningagent.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-agents/websurferagent.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-agents/wikipediaagent.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-tools/browser-use.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-tools/communication-platforms/discord.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-tools/communication-platforms/slack.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-tools/communication-platforms/telegram.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-tools/crawl4ai.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-tools/deep-research.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-tools/google-api/google-drive.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-tools/google-api/google-search.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-tools/google-api/youtube-search.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-tools/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-tools/perplexity-search.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-guide/reference-tools/wikipedia-search.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-stories/2025-02-11-NOVA/img/nexla_ag2.webp +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-stories/2025-02-11-NOVA/img/nova_architecture.webp +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-stories/2025-02-11-NOVA/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-stories/2025-04-03-Fortune-500-RAG-Chatbot/img/01.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-stories/2025-04-03-Fortune-500-RAG-Chatbot/img/02.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-stories/2025-04-03-Fortune-500-RAG-Chatbot/img/banner.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-stories/2025-04-03-Fortune-500-RAG-Chatbot/img/profile.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-stories/2025-04-03-Fortune-500-RAG-Chatbot/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-stories/2025-04-04-AgentWeb/img/01.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-stories/2025-04-04-AgentWeb/img/banner.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-stories/2025-04-04-AgentWeb/img/profile.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-stories/2025-04-04-AgentWeb/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-stories/2025-04-11-Productionizing-OSS-Agents/img/banner.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-stories/2025-04-11-Productionizing-OSS-Agents/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-stories/2025-04-15-CMBAgent/img/banner.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-stories/2025-04-15-CMBAgent/img/boris_profile.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-stories/2025-04-15-CMBAgent/img/flow-chart.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-stories/2025-04-15-CMBAgent/img/francisco_profile.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-stories/2025-04-15-CMBAgent/img/inigo_profile.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-stories/2025-04-15-CMBAgent/img/james_profile.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-stories/2025-04-15-CMBAgent/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-stories/2025-04-30-Cegid-Pulse-OS/img/01.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-stories/2025-04-30-Cegid-Pulse-OS/img/banner.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-stories/2025-04-30-Cegid-Pulse-OS/img/profile.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docs/user-stories/2025-04-30-Cegid-Pulse-OS/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/docusaurus.config.js +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/generate_api_references.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/logo/ag2-white.svg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/logo/ag2.svg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/logo/favicon.svg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mako_templates/text.mako +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mint-app-gallery-deps.js +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mint-json-template.json.jinja +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mint-script.js +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mint-style.css +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/.gitignore +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/README.md +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/create_api_docs.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/data/gallery_items.yml +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/data/people.yml +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/docs/.gitignore +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/docs/index.md +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/docs/javascripts/extra.js +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/docs.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/docs_src/__init__.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/expand_markdown.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/generate_mkdocs.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/includes/.gitkeep +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/mkdocs.yml +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/overrides/404.html +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/overrides/home.html +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/overrides/images/blue-bg.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/overrides/images/bot-left-corner.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/overrides/images/bot-right-corner.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/overrides/images/button-shine.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/overrides/images/city-horizon.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/overrides/images/cloud.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/overrides/images/conversation.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/overrides/images/green-bg.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/overrides/images/human.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/overrides/images/intuitive.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/overrides/images/purple-bg.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/overrides/images/sun.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/overrides/images/top-left-corner.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/overrides/images/top-right-corner.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/overrides/images/yellow-bg.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/overrides/main.html +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/templates/redirect.html +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/mkdocs/update_releases.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/package-lock.json +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/package.json +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/process_notebooks.py +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/advanced-concepts/realtime-agent/img/1_service_running.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/advanced-concepts/realtime-agent/img/2_incoming_call.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/advanced-concepts/realtime-agent/img/3_request_for_flight_cancellation.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/advanced-concepts/realtime-agent/img/4_flight_number_name.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/advanced-concepts/realtime-agent/img/5_refund_policy.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/advanced-concepts/realtime-agent/img/6_flight_refunded.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/advanced-concepts/realtime-agent/img/realtime_agent_swarm.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/advanced-concepts/realtime-agent/img/twilio_endpoint_config.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/advanced-concepts/realtime-agent/img/twilio_phone_numbers.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/advanced-concepts/realtime-agent/img/webrtc_chat.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/advanced-concepts/realtime-agent/img/webrtc_communication_diagram.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/advanced-concepts/realtime-agent/img/webrtc_connection_diagram.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/advanced-concepts/realtime-agent/img/websocket_chat.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/advanced-concepts/realtime-agent/img/websocket_communication_diagram.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/advanced-concepts/realtime-agent/twilio.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/advanced-concepts/realtime-agent/webrtc.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/advanced-concepts/realtime-agent/websocket.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/components/ClientSideComponent.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/components/GalleryPage.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/data/GalleryItems.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/interop/crewai.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/interop/langchain.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/interop/pydanticai.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/mcp/client.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/python-examples/conversableagentchat.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/python-examples/groupchat.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/python-examples/groupchatcustomfsm.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/python-examples/groupchatcustomfunc.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/python-examples/humanintheloop.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/python-examples/humanintheloop_financial.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/python-examples/nestedchat.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/python-examples/sequentialchat.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/python-examples/structured_output.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/python-examples/swarm.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/python-examples/swarmgroupchat.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/python-examples/toolregister.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/python-examples/websurferagent.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/reference-agents/deep-research.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/reference-agents/img/DeepResearchAgent.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/reference-tools/browser-use.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/reference-tools/crawl4ai.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/reference-tools/deep-research.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/reference-tools/google-drive.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/snippets/utils/runmethodhelp.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/.nojekyll +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/ag.ico +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/ag.svg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/ag2.ico +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/ag2.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/ag2.svg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/auto.svg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/autogen.svg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/autogen_agentchat.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/autogen_app.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/autogen_app.svg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/chat_example.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/conv.svg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/conv_2.svg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/cover.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/create_gcp_svc.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/ecosystem-composio.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/extend.svg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/fast.svg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/favicon-dark.svg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/favicon.svg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/flaml.svg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/flaml_logo.ico +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/flaml_logo_fill.svg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/gallery/TensionCode.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/gallery/agent-e.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/gallery/autotx.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/gallery/composio-autogen.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/gallery/default.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/gallery/robot.jpg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/gallery/webagent.jpg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/gallery/x-force-ide-ui.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/homepage-hero-background-large.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/homepage-hero-background.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/logo.svg +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/static/img/love.png +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/talks/2024-08-26/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/talks/2024-09-23/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/talks/2024-09-30/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/talks/2024-10-14/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/talks/2024-10-15/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/talks/2024-11-04/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/talks/2024-11-11/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/talks/2024-11-12/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/talks/2024-11-18/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/talks/2024-11-25/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/talks/2024-11-28/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/talks/2024-12-12/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/talks/2024-12-19/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/talks/2024-12-19-special_talk/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/talks/2025-01-16/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/talks/2025-01-23/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/talks/future_talks/index.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/user-guide/captainagent/_category_.json +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/user-guide/captainagent/agent_library.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/user-guide/captainagent/configurations.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/user-guide/captainagent/tool_library.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/user-guide/handling_long_contexts/_category_.json +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/user-guide/handling_long_contexts/compressing_text_w_llmligua.mdx +0 -0
- {ag2-0.9.2 → ag2-0.9.3}/website/user-guide/handling_long_contexts/intro_to_transform_messages.mdx +0 -0
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"AZURE_API_VERSION": {
|
|
32
32
|
"description": "This key is required to specify the version of the Azure API you are using. Set this along with AZURE_OPENAI_API_KEY, AZURE_API_ENDPOINT for Azure OpenAI services. These variables can be configured later as environment variables in the codespace terminal."
|
|
33
|
-
}
|
|
33
|
+
}
|
|
34
34
|
},
|
|
35
35
|
"shutdownAction": "stopContainer",
|
|
36
36
|
"workspaceFolder": "/workspaces/ag2",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"TOGETHER_API_KEY": "${localEnv:TOGETHER_API_KEY}",
|
|
47
47
|
"GEMINI_API_KEY": "${localEnv:GEMINI_API_KEY}",
|
|
48
48
|
"AZURE_API_ENDPOINT": "${localEnv:AZURE_API_ENDPOINT}",
|
|
49
|
-
"AZURE_API_VERSION": "${localEnv:AZURE_API_VERSION}"
|
|
49
|
+
"AZURE_API_VERSION": "${localEnv:AZURE_API_VERSION}"
|
|
50
50
|
},
|
|
51
51
|
"features": {
|
|
52
52
|
"ghcr.io/devcontainers/features/common-utils:2": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"AZURE_API_VERSION": {
|
|
32
32
|
"description": "This key is required to specify the version of the Azure API you are using. Set this along with AZURE_OPENAI_API_KEY, AZURE_API_ENDPOINT for Azure OpenAI services. These variables can be configured later as environment variables in the codespace terminal."
|
|
33
|
-
}
|
|
33
|
+
}
|
|
34
34
|
},
|
|
35
35
|
"shutdownAction": "stopContainer",
|
|
36
36
|
"workspaceFolder": "/workspaces/ag2",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"TOGETHER_API_KEY": "${localEnv:TOGETHER_API_KEY}",
|
|
47
47
|
"GEMINI_API_KEY": "${localEnv:GEMINI_API_KEY}",
|
|
48
48
|
"AZURE_API_ENDPOINT": "${localEnv:AZURE_API_ENDPOINT}",
|
|
49
|
-
"AZURE_API_VERSION": "${localEnv:AZURE_API_VERSION}"
|
|
49
|
+
"AZURE_API_VERSION": "${localEnv:AZURE_API_VERSION}"
|
|
50
50
|
},
|
|
51
51
|
"features": {
|
|
52
52
|
"ghcr.io/devcontainers/features/common-utils:2": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"AZURE_API_VERSION": {
|
|
32
32
|
"description": "This key is required to specify the version of the Azure API you are using. Set this along with AZURE_OPENAI_API_KEY, AZURE_API_ENDPOINT for Azure OpenAI services. These variables can be configured later as environment variables in the codespace terminal."
|
|
33
|
-
}
|
|
33
|
+
}
|
|
34
34
|
},
|
|
35
35
|
"shutdownAction": "stopContainer",
|
|
36
36
|
"workspaceFolder": "/workspaces/ag2",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"TOGETHER_API_KEY": "${localEnv:TOGETHER_API_KEY}",
|
|
47
47
|
"GEMINI_API_KEY": "${localEnv:GEMINI_API_KEY}",
|
|
48
48
|
"AZURE_API_ENDPOINT": "${localEnv:AZURE_API_ENDPOINT}",
|
|
49
|
-
"AZURE_API_VERSION": "${localEnv:AZURE_API_VERSION}"
|
|
49
|
+
"AZURE_API_VERSION": "${localEnv:AZURE_API_VERSION}"
|
|
50
50
|
},
|
|
51
51
|
"features": {
|
|
52
52
|
"ghcr.io/devcontainers/features/common-utils:2": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"AZURE_API_VERSION": {
|
|
32
32
|
"description": "This key is required to specify the version of the Azure API you are using. Set this along with AZURE_OPENAI_API_KEY, AZURE_API_ENDPOINT for Azure OpenAI services. These variables can be configured later as environment variables in the codespace terminal."
|
|
33
|
-
}
|
|
33
|
+
}
|
|
34
34
|
},
|
|
35
35
|
"shutdownAction": "stopContainer",
|
|
36
36
|
"workspaceFolder": "/workspaces/ag2",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"TOGETHER_API_KEY": "${localEnv:TOGETHER_API_KEY}",
|
|
47
47
|
"GEMINI_API_KEY": "${localEnv:GEMINI_API_KEY}",
|
|
48
48
|
"AZURE_API_ENDPOINT": "${localEnv:AZURE_API_ENDPOINT}",
|
|
49
|
-
"AZURE_API_VERSION": "${localEnv:AZURE_API_VERSION}"
|
|
49
|
+
"AZURE_API_VERSION": "${localEnv:AZURE_API_VERSION}"
|
|
50
50
|
},
|
|
51
51
|
"features": {
|
|
52
52
|
"ghcr.io/devcontainers/features/common-utils:2": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"AZURE_API_VERSION": {
|
|
32
32
|
"description": "This key is required to specify the version of the Azure API you are using. Set this along with AZURE_OPENAI_API_KEY, AZURE_API_ENDPOINT for Azure OpenAI services. These variables can be configured later as environment variables in the codespace terminal."
|
|
33
|
-
}
|
|
33
|
+
}
|
|
34
34
|
},
|
|
35
35
|
"shutdownAction": "stopContainer",
|
|
36
36
|
"workspaceFolder": "/workspaces/ag2",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"TOGETHER_API_KEY": "${localEnv:TOGETHER_API_KEY}",
|
|
47
47
|
"GEMINI_API_KEY": "${localEnv:GEMINI_API_KEY}",
|
|
48
48
|
"AZURE_API_ENDPOINT": "${localEnv:AZURE_API_ENDPOINT}",
|
|
49
|
-
"AZURE_API_VERSION": "${localEnv:AZURE_API_VERSION}"
|
|
49
|
+
"AZURE_API_VERSION": "${localEnv:AZURE_API_VERSION}"
|
|
50
50
|
},
|
|
51
51
|
"features": {
|
|
52
52
|
"ghcr.io/devcontainers/features/common-utils:2": {
|
{ag2-0.9.2 → ag2-0.9.3}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ag2
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.3
|
|
4
4
|
Summary: A programming framework for agentic AI
|
|
5
5
|
Project-URL: Homepage, https://ag2.ai/
|
|
6
6
|
Project-URL: Documentation, https://docs.ag2.ai
|
|
@@ -72,7 +72,7 @@ Requires-Dist: azure-cosmos>=4.2.0; extra == 'cosmosdb'
|
|
|
72
72
|
Provides-Extra: crawl4ai
|
|
73
73
|
Requires-Dist: crawl4ai<0.5,>=0.4.247; extra == 'crawl4ai'
|
|
74
74
|
Provides-Extra: deepseek
|
|
75
|
-
Requires-Dist: openai>=1.
|
|
75
|
+
Requires-Dist: openai>=1.87.0; extra == 'deepseek'
|
|
76
76
|
Provides-Extra: dev
|
|
77
77
|
Requires-Dist: cairosvg; extra == 'dev'
|
|
78
78
|
Requires-Dist: codespell==2.4.1; extra == 'dev'
|
|
@@ -96,7 +96,7 @@ Requires-Dist: mypy==1.15.0; extra == 'dev'
|
|
|
96
96
|
Requires-Dist: nbclient==0.10.2; extra == 'dev'
|
|
97
97
|
Requires-Dist: nbconvert==7.16.6; extra == 'dev'
|
|
98
98
|
Requires-Dist: nbformat==5.10.4; extra == 'dev'
|
|
99
|
-
Requires-Dist: openai>=1.
|
|
99
|
+
Requires-Dist: openai>=1.87.0; extra == 'dev'
|
|
100
100
|
Requires-Dist: pandas==2.2.3; extra == 'dev'
|
|
101
101
|
Requires-Dist: pdoc3==0.11.6; extra == 'dev'
|
|
102
102
|
Requires-Dist: pillow; extra == 'dev'
|
|
@@ -130,6 +130,8 @@ Requires-Dist: pillow; extra == 'docs'
|
|
|
130
130
|
Requires-Dist: pyyaml==6.0.2; extra == 'docs'
|
|
131
131
|
Requires-Dist: termcolor==3.0.1; extra == 'docs'
|
|
132
132
|
Requires-Dist: typer==0.15.2; extra == 'docs'
|
|
133
|
+
Provides-Extra: duckduckgo
|
|
134
|
+
Requires-Dist: duckduckgo-search>=8.0.2; extra == 'duckduckgo'
|
|
133
135
|
Provides-Extra: flaml
|
|
134
136
|
Requires-Dist: flaml; extra == 'flaml'
|
|
135
137
|
Requires-Dist: numpy<2.0.0,>=1.24.0; (python_version < '3.13') and extra == 'flaml'
|
|
@@ -138,14 +140,14 @@ Provides-Extra: gemini
|
|
|
138
140
|
Requires-Dist: google-api-core; extra == 'gemini'
|
|
139
141
|
Requires-Dist: google-auth; extra == 'gemini'
|
|
140
142
|
Requires-Dist: google-cloud-aiplatform; extra == 'gemini'
|
|
141
|
-
Requires-Dist: google-genai>=1.
|
|
143
|
+
Requires-Dist: google-genai>=1.20.0; extra == 'gemini'
|
|
142
144
|
Requires-Dist: jsonschema; extra == 'gemini'
|
|
143
145
|
Requires-Dist: pillow; extra == 'gemini'
|
|
144
146
|
Provides-Extra: gemini-realtime
|
|
145
147
|
Requires-Dist: google-api-core; extra == 'gemini-realtime'
|
|
146
148
|
Requires-Dist: google-auth; extra == 'gemini-realtime'
|
|
147
149
|
Requires-Dist: google-cloud-aiplatform; extra == 'gemini-realtime'
|
|
148
|
-
Requires-Dist: google-genai>=1.
|
|
150
|
+
Requires-Dist: google-genai>=1.20.0; extra == 'gemini-realtime'
|
|
149
151
|
Requires-Dist: jsonschema; extra == 'gemini-realtime'
|
|
150
152
|
Requires-Dist: pillow; extra == 'gemini-realtime'
|
|
151
153
|
Requires-Dist: websockets<16,>=14.0; extra == 'gemini-realtime'
|
|
@@ -198,7 +200,7 @@ Provides-Extra: mathchat
|
|
|
198
200
|
Requires-Dist: sympy; extra == 'mathchat'
|
|
199
201
|
Requires-Dist: wolframalpha; extra == 'mathchat'
|
|
200
202
|
Provides-Extra: mcp
|
|
201
|
-
Requires-Dist: mcp
|
|
203
|
+
Requires-Dist: mcp>=1.9.4; (python_version >= '3.10') and extra == 'mcp'
|
|
202
204
|
Provides-Extra: mcp-proxy-gen
|
|
203
205
|
Requires-Dist: fastapi-code-generator>=0.5.4; extra == 'mcp-proxy-gen'
|
|
204
206
|
Requires-Dist: fastapi<1,>=0.112; extra == 'mcp-proxy-gen'
|
|
@@ -216,9 +218,9 @@ Provides-Extra: ollama
|
|
|
216
218
|
Requires-Dist: fix-busted-json>=0.0.18; extra == 'ollama'
|
|
217
219
|
Requires-Dist: ollama>=0.4.7; extra == 'ollama'
|
|
218
220
|
Provides-Extra: openai
|
|
219
|
-
Requires-Dist: openai>=1.
|
|
221
|
+
Requires-Dist: openai>=1.87.0; extra == 'openai'
|
|
220
222
|
Provides-Extra: openai-realtime
|
|
221
|
-
Requires-Dist: openai>=1.
|
|
223
|
+
Requires-Dist: openai>=1.87.0; extra == 'openai-realtime'
|
|
222
224
|
Requires-Dist: openai[realtime]; extra == 'openai-realtime'
|
|
223
225
|
Provides-Extra: rag
|
|
224
226
|
Requires-Dist: chromadb<1,>=0.5; extra == 'rag'
|
|
@@ -282,6 +284,8 @@ Requires-Dist: protobuf==5.29.3; extra == 'retrievechat-qdrant'
|
|
|
282
284
|
Requires-Dist: pypdf; extra == 'retrievechat-qdrant'
|
|
283
285
|
Requires-Dist: qdrant-client; extra == 'retrievechat-qdrant'
|
|
284
286
|
Requires-Dist: sentence-transformers<=4.1.0; extra == 'retrievechat-qdrant'
|
|
287
|
+
Provides-Extra: tavily
|
|
288
|
+
Requires-Dist: tavily-python>=0.7.4; extra == 'tavily'
|
|
285
289
|
Provides-Extra: teachable
|
|
286
290
|
Requires-Dist: chromadb; extra == 'teachable'
|
|
287
291
|
Provides-Extra: test
|
|
@@ -309,7 +313,7 @@ Requires-Dist: mock==5.2.0; extra == 'types'
|
|
|
309
313
|
Requires-Dist: mypy==1.15.0; extra == 'types'
|
|
310
314
|
Requires-Dist: nbconvert==7.16.6; extra == 'types'
|
|
311
315
|
Requires-Dist: nbformat==5.10.4; extra == 'types'
|
|
312
|
-
Requires-Dist: openai>=1.
|
|
316
|
+
Requires-Dist: openai>=1.87.0; extra == 'types'
|
|
313
317
|
Requires-Dist: pandas==2.2.3; extra == 'types'
|
|
314
318
|
Requires-Dist: pytest-asyncio==0.26.0; extra == 'types'
|
|
315
319
|
Requires-Dist: pytest-cov==6.1.1; extra == 'types'
|
|
@@ -678,7 +682,7 @@ AG2 supports more advanced concepts to help you build your AI agent workflows. Y
|
|
|
678
682
|
|
|
679
683
|
- [Structured Output](https://docs.ag2.ai/latest/docs/user-guide/basic-concepts/structured-outputs)
|
|
680
684
|
- [Ending a conversation](https://docs.ag2.ai/latest/docs/user-guide/advanced-concepts/orchestration/ending-a-chat/)
|
|
681
|
-
- [Retrieval Augmented Generation (RAG)](https://docs.ag2.ai/docs/user-guide/advanced-concepts/rag)
|
|
685
|
+
- [Retrieval Augmented Generation (RAG)](https://docs.ag2.ai/latest/docs/user-guide/advanced-concepts/rag/)
|
|
682
686
|
- [Code Execution](https://docs.ag2.ai/latest/docs/user-guide/advanced-concepts/code-execution)
|
|
683
687
|
- [Tools with Secrets](https://docs.ag2.ai/latest/docs/user-guide/advanced-concepts/tools/tools-with-secrets/)
|
|
684
688
|
|
|
@@ -351,7 +351,7 @@ AG2 supports more advanced concepts to help you build your AI agent workflows. Y
|
|
|
351
351
|
|
|
352
352
|
- [Structured Output](https://docs.ag2.ai/latest/docs/user-guide/basic-concepts/structured-outputs)
|
|
353
353
|
- [Ending a conversation](https://docs.ag2.ai/latest/docs/user-guide/advanced-concepts/orchestration/ending-a-chat/)
|
|
354
|
-
- [Retrieval Augmented Generation (RAG)](https://docs.ag2.ai/docs/user-guide/advanced-concepts/rag)
|
|
354
|
+
- [Retrieval Augmented Generation (RAG)](https://docs.ag2.ai/latest/docs/user-guide/advanced-concepts/rag/)
|
|
355
355
|
- [Code Execution](https://docs.ag2.ai/latest/docs/user-guide/advanced-concepts/code-execution)
|
|
356
356
|
- [Tools with Secrets](https://docs.ag2.ai/latest/docs/user-guide/advanced-concepts/tools/tools-with-secrets/)
|
|
357
357
|
|
|
@@ -60,15 +60,23 @@ class MessageHistoryLimiter:
|
|
|
60
60
|
It trims the conversation history by removing older messages, retaining only the most recent messages.
|
|
61
61
|
"""
|
|
62
62
|
|
|
63
|
-
def __init__(
|
|
63
|
+
def __init__(
|
|
64
|
+
self,
|
|
65
|
+
max_messages: Optional[int] = None,
|
|
66
|
+
keep_first_message: bool = False,
|
|
67
|
+
exclude_names: Optional[list[str]] = None,
|
|
68
|
+
):
|
|
64
69
|
"""Args:
|
|
65
70
|
max_messages Optional[int]: Maximum number of messages to keep in the context. Must be greater than 0 if not None.
|
|
66
71
|
keep_first_message bool: Whether to keep the original first message in the conversation history.
|
|
67
72
|
Defaults to False.
|
|
73
|
+
exclude_names Optional[list[str]]: List of message sender names to exclude from the message history.
|
|
74
|
+
Messages from these senders will be filtered out before applying the message limit. Defaults to None.
|
|
68
75
|
"""
|
|
69
76
|
self._validate_max_messages(max_messages)
|
|
70
77
|
self._max_messages = max_messages
|
|
71
78
|
self._keep_first_message = keep_first_message
|
|
79
|
+
self._exclude_names = exclude_names
|
|
72
80
|
|
|
73
81
|
def apply_transform(self, messages: list[dict[str, Any]]) -> list[dict[str, Any]]:
|
|
74
82
|
"""Truncates the conversation history to the specified maximum number of messages.
|
|
@@ -83,25 +91,30 @@ class MessageHistoryLimiter:
|
|
|
83
91
|
Returns:
|
|
84
92
|
List[Dict]: A new list containing the most recent messages up to the specified maximum.
|
|
85
93
|
"""
|
|
86
|
-
|
|
87
|
-
|
|
94
|
+
|
|
95
|
+
exclude_names = getattr(self, "_exclude_names", None)
|
|
96
|
+
|
|
97
|
+
filtered = [msg for msg in messages if msg.get("name") not in exclude_names] if exclude_names else messages
|
|
98
|
+
|
|
99
|
+
if self._max_messages is None or len(filtered) <= self._max_messages:
|
|
100
|
+
return filtered
|
|
88
101
|
|
|
89
102
|
truncated_messages = []
|
|
90
103
|
remaining_count = self._max_messages
|
|
91
104
|
|
|
92
105
|
# Start with the first message if we need to keep it
|
|
93
|
-
if self._keep_first_message:
|
|
94
|
-
truncated_messages = [
|
|
106
|
+
if self._keep_first_message and filtered:
|
|
107
|
+
truncated_messages = [filtered[0]]
|
|
95
108
|
remaining_count -= 1
|
|
96
109
|
|
|
97
110
|
# Loop through messages in reverse
|
|
98
|
-
for i in range(len(
|
|
111
|
+
for i in range(len(filtered) - 1, 0, -1):
|
|
99
112
|
if remaining_count > 1:
|
|
100
|
-
truncated_messages.insert(1 if self._keep_first_message else 0,
|
|
113
|
+
truncated_messages.insert(1 if self._keep_first_message else 0, filtered[i])
|
|
101
114
|
if remaining_count == 1: # noqa: SIM102
|
|
102
115
|
# If there's only 1 slot left and it's a 'tools' message, ignore it.
|
|
103
|
-
if
|
|
104
|
-
truncated_messages.insert(1,
|
|
116
|
+
if filtered[i].get("role") != "tool":
|
|
117
|
+
truncated_messages.insert(1, filtered[i])
|
|
105
118
|
|
|
106
119
|
remaining_count -= 1
|
|
107
120
|
if remaining_count == 0:
|
|
@@ -82,6 +82,46 @@ def link_agents_to_group_manager(agents: list[Agent], group_chat_manager: Agent)
|
|
|
82
82
|
agent._group_manager = group_chat_manager # type: ignore[attr-defined]
|
|
83
83
|
|
|
84
84
|
|
|
85
|
+
def _evaluate_after_works_conditions(
|
|
86
|
+
agent: "ConversableAgent",
|
|
87
|
+
groupchat: GroupChat,
|
|
88
|
+
user_agent: Optional["ConversableAgent"],
|
|
89
|
+
) -> Optional[Union[Agent, str]]:
|
|
90
|
+
"""Evaluate after_works context conditions for an agent.
|
|
91
|
+
|
|
92
|
+
Args:
|
|
93
|
+
agent: The agent to evaluate after_works conditions for
|
|
94
|
+
groupchat: The current group chat
|
|
95
|
+
user_agent: Optional user proxy agent
|
|
96
|
+
|
|
97
|
+
Returns:
|
|
98
|
+
The resolved speaker selection result if a condition matches, None otherwise
|
|
99
|
+
"""
|
|
100
|
+
if not hasattr(agent, "handoffs") or not agent.handoffs.after_works: # type: ignore[attr-defined]
|
|
101
|
+
return None
|
|
102
|
+
|
|
103
|
+
for after_work_condition in agent.handoffs.after_works: # type: ignore[attr-defined]
|
|
104
|
+
# Check if condition is available
|
|
105
|
+
is_available = (
|
|
106
|
+
after_work_condition.available.is_available(agent, groupchat.messages)
|
|
107
|
+
if after_work_condition.available
|
|
108
|
+
else True
|
|
109
|
+
)
|
|
110
|
+
|
|
111
|
+
# Evaluate the condition (None condition means always true)
|
|
112
|
+
if is_available and (
|
|
113
|
+
after_work_condition.condition is None or after_work_condition.condition.evaluate(agent.context_variables)
|
|
114
|
+
):
|
|
115
|
+
# Condition matched, resolve and return
|
|
116
|
+
return after_work_condition.target.resolve(
|
|
117
|
+
groupchat,
|
|
118
|
+
agent,
|
|
119
|
+
user_agent,
|
|
120
|
+
).get_speaker_selection_result(groupchat)
|
|
121
|
+
|
|
122
|
+
return None
|
|
123
|
+
|
|
124
|
+
|
|
85
125
|
def _run_oncontextconditions(
|
|
86
126
|
agent: "ConversableAgent",
|
|
87
127
|
messages: Optional[list[dict[str, Any]]] = None,
|
|
@@ -94,7 +134,9 @@ def _run_oncontextconditions(
|
|
|
94
134
|
on_condition.available.is_available(agent, messages if messages else []) if on_condition.available else True
|
|
95
135
|
)
|
|
96
136
|
|
|
97
|
-
if is_available and
|
|
137
|
+
if is_available and (
|
|
138
|
+
on_condition.condition is None or on_condition.condition.evaluate(agent.context_variables)
|
|
139
|
+
):
|
|
98
140
|
# Condition has been met, we'll set the Tool Executor's next target
|
|
99
141
|
# attribute and that will be picked up on the next iteration when
|
|
100
142
|
# _determine_next_agent is called
|
|
@@ -161,12 +203,13 @@ def ensure_handoff_agents_in_group(agents: list["ConversableAgent"]) -> None:
|
|
|
161
203
|
and context_conditions.target.agent_name not in agent_names
|
|
162
204
|
):
|
|
163
205
|
raise ValueError("Agent in OnContextCondition Hand-offs must be in the agents list")
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
206
|
+
# Check after_works targets
|
|
207
|
+
for after_work_condition in agent.handoffs.after_works:
|
|
208
|
+
if (
|
|
209
|
+
isinstance(after_work_condition.target, (AgentTarget, AgentNameTarget))
|
|
210
|
+
and after_work_condition.target.agent_name not in agent_names
|
|
211
|
+
):
|
|
212
|
+
raise ValueError("Agent in after work target Hand-offs must be in the agents list")
|
|
170
213
|
|
|
171
214
|
|
|
172
215
|
def prepare_exclude_transit_messages(agents: list["ConversableAgent"]) -> None:
|
|
@@ -320,17 +363,19 @@ def setup_context_variables(
|
|
|
320
363
|
tool_execution: "ConversableAgent",
|
|
321
364
|
agents: list["ConversableAgent"],
|
|
322
365
|
manager: GroupChatManager,
|
|
366
|
+
user_agent: Optional["ConversableAgent"],
|
|
323
367
|
context_variables: ContextVariables,
|
|
324
368
|
) -> None:
|
|
325
|
-
"""Assign a common context_variables reference to all agents in the group, including the tool executor
|
|
369
|
+
"""Assign a common context_variables reference to all agents in the group, including the tool executor, group chat manager, and user proxy agent.
|
|
326
370
|
|
|
327
371
|
Args:
|
|
328
372
|
tool_execution: The tool execution agent.
|
|
329
373
|
agents: List of all agents in the conversation.
|
|
330
374
|
manager: GroupChatManager instance.
|
|
375
|
+
user_agent: Optional user proxy agent.
|
|
331
376
|
context_variables: Context variables to assign to all agents.
|
|
332
377
|
"""
|
|
333
|
-
for agent in agents + [tool_execution] + [manager]:
|
|
378
|
+
for agent in agents + [tool_execution] + [manager] + ([user_agent] if user_agent else []):
|
|
334
379
|
agent.context_variables = context_variables
|
|
335
380
|
|
|
336
381
|
|
|
@@ -426,22 +471,25 @@ def determine_next_agent(
|
|
|
426
471
|
|
|
427
472
|
# If the user last spoke, return to the agent prior to them (if they don't have an after work, otherwise it's treated like any other agent)
|
|
428
473
|
if user_agent and last_speaker == user_agent:
|
|
429
|
-
if user_agent.handoffs.
|
|
474
|
+
if not user_agent.handoffs.after_works:
|
|
430
475
|
return last_agent_speaker
|
|
431
476
|
else:
|
|
432
477
|
last_agent_speaker = user_agent
|
|
433
478
|
|
|
434
479
|
# AFTER WORK:
|
|
435
480
|
|
|
436
|
-
#
|
|
437
|
-
|
|
438
|
-
last_agent_speaker
|
|
439
|
-
|
|
440
|
-
|
|
481
|
+
# First, try to evaluate after_works context conditions
|
|
482
|
+
after_works_result = _evaluate_after_works_conditions(
|
|
483
|
+
last_agent_speaker, # type: ignore[arg-type]
|
|
484
|
+
groupchat,
|
|
485
|
+
user_agent,
|
|
441
486
|
)
|
|
487
|
+
if after_works_result is not None:
|
|
488
|
+
return after_works_result
|
|
442
489
|
|
|
490
|
+
# If no after_works conditions matched, use the group-level after_work
|
|
443
491
|
# Resolve the next agent, termination, or speaker selection method
|
|
444
|
-
resolved_speaker_selection_result =
|
|
492
|
+
resolved_speaker_selection_result = group_after_work.resolve(
|
|
445
493
|
groupchat,
|
|
446
494
|
last_agent_speaker, # type: ignore[arg-type]
|
|
447
495
|
user_agent,
|
|
@@ -525,10 +573,7 @@ def create_group_manager(
|
|
|
525
573
|
if (
|
|
526
574
|
len(agent.handoffs.get_context_conditions_by_target_type(GroupManagerTarget)) > 0
|
|
527
575
|
or len(agent.handoffs.get_llm_conditions_by_target_type(GroupManagerTarget)) > 0
|
|
528
|
-
or (
|
|
529
|
-
agent.handoffs.after_work is not None
|
|
530
|
-
and isinstance(agent.handoffs.after_work, GroupManagerTarget)
|
|
531
|
-
)
|
|
576
|
+
or any(isinstance(aw.target, GroupManagerTarget) for aw in agent.handoffs.after_works)
|
|
532
577
|
):
|
|
533
578
|
has_group_manager_target = True
|
|
534
579
|
break
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
#
|
|
3
3
|
# SPDX-License-Identifier: Apache-2.0
|
|
4
4
|
|
|
5
|
-
from typing import
|
|
5
|
+
from typing import Union, overload
|
|
6
6
|
|
|
7
7
|
from pydantic import BaseModel, Field
|
|
8
8
|
|
|
@@ -30,7 +30,7 @@ class Handoffs(BaseModel):
|
|
|
30
30
|
|
|
31
31
|
context_conditions: list[OnContextCondition] = Field(default_factory=list)
|
|
32
32
|
llm_conditions: list[OnCondition] = Field(default_factory=list)
|
|
33
|
-
|
|
33
|
+
after_works: list[OnContextCondition] = Field(default_factory=list)
|
|
34
34
|
|
|
35
35
|
def add_context_condition(self, condition: OnContextCondition) -> "Handoffs":
|
|
36
36
|
"""
|
|
@@ -102,7 +102,9 @@ class Handoffs(BaseModel):
|
|
|
102
102
|
|
|
103
103
|
def set_after_work(self, target: TransitionTarget) -> "Handoffs":
|
|
104
104
|
"""
|
|
105
|
-
Set the after work target (
|
|
105
|
+
Set the after work target (replaces all after_works with single entry).
|
|
106
|
+
|
|
107
|
+
For backward compatibility, this creates an OnContextCondition with no condition (always true).
|
|
106
108
|
|
|
107
109
|
Args:
|
|
108
110
|
target: The after work TransitionTarget to set
|
|
@@ -113,7 +115,81 @@ class Handoffs(BaseModel):
|
|
|
113
115
|
if not isinstance(target, TransitionTarget):
|
|
114
116
|
raise TypeError(f"Expected a TransitionTarget instance, got {type(target).__name__}")
|
|
115
117
|
|
|
116
|
-
|
|
118
|
+
# Create OnContextCondition with no condition (always true)
|
|
119
|
+
after_work_condition = OnContextCondition(target=target, condition=None)
|
|
120
|
+
self.after_works = [after_work_condition]
|
|
121
|
+
return self
|
|
122
|
+
|
|
123
|
+
def add_after_work(self, condition: OnContextCondition) -> "Handoffs":
|
|
124
|
+
"""
|
|
125
|
+
Add a single after-work condition.
|
|
126
|
+
|
|
127
|
+
If the condition has condition=None, it will replace any existing
|
|
128
|
+
condition=None entry and be placed at the end.
|
|
129
|
+
|
|
130
|
+
Args:
|
|
131
|
+
condition: The OnContextCondition to add
|
|
132
|
+
|
|
133
|
+
Returns:
|
|
134
|
+
Self for method chaining
|
|
135
|
+
"""
|
|
136
|
+
if not isinstance(condition, OnContextCondition):
|
|
137
|
+
raise TypeError(f"Expected an OnContextCondition instance, got {type(condition).__name__}")
|
|
138
|
+
|
|
139
|
+
if condition.condition is None:
|
|
140
|
+
# Remove any existing condition=None entries
|
|
141
|
+
self.after_works = [c for c in self.after_works if c.condition is not None]
|
|
142
|
+
# Add the new one at the end
|
|
143
|
+
self.after_works.append(condition)
|
|
144
|
+
else:
|
|
145
|
+
# For regular conditions, check if we need to move condition=None to the end
|
|
146
|
+
none_conditions = [c for c in self.after_works if c.condition is None]
|
|
147
|
+
if none_conditions:
|
|
148
|
+
# Remove the None condition temporarily
|
|
149
|
+
self.after_works = [c for c in self.after_works if c.condition is not None]
|
|
150
|
+
# Add the new regular condition
|
|
151
|
+
self.after_works.append(condition)
|
|
152
|
+
# Re-add the None condition at the end
|
|
153
|
+
self.after_works.append(none_conditions[0])
|
|
154
|
+
else:
|
|
155
|
+
# No None condition exists, just append
|
|
156
|
+
self.after_works.append(condition)
|
|
157
|
+
|
|
158
|
+
return self
|
|
159
|
+
|
|
160
|
+
def add_after_works(self, conditions: list[OnContextCondition]) -> "Handoffs":
|
|
161
|
+
"""
|
|
162
|
+
Add multiple after-work conditions.
|
|
163
|
+
|
|
164
|
+
Special handling for condition=None entries:
|
|
165
|
+
- Only one condition=None entry is allowed (the fallback)
|
|
166
|
+
- It will always be placed at the end of the list
|
|
167
|
+
- If multiple condition=None entries are provided, only the last one is kept
|
|
168
|
+
|
|
169
|
+
Args:
|
|
170
|
+
conditions: List of OnContextConditions to add
|
|
171
|
+
|
|
172
|
+
Returns:
|
|
173
|
+
Self for method chaining
|
|
174
|
+
"""
|
|
175
|
+
# Validate that it is a list of OnContextConditions
|
|
176
|
+
if not all(isinstance(condition, OnContextCondition) for condition in conditions):
|
|
177
|
+
raise TypeError("All conditions must be of type OnContextCondition")
|
|
178
|
+
|
|
179
|
+
# Separate conditions with None and without None
|
|
180
|
+
none_conditions = [c for c in conditions if c.condition is None]
|
|
181
|
+
regular_conditions = [c for c in conditions if c.condition is not None]
|
|
182
|
+
|
|
183
|
+
# Remove any existing condition=None entries
|
|
184
|
+
self.after_works = [c for c in self.after_works if c.condition is not None]
|
|
185
|
+
|
|
186
|
+
# Add regular conditions
|
|
187
|
+
self.after_works.extend(regular_conditions)
|
|
188
|
+
|
|
189
|
+
# Add at most one None condition at the end
|
|
190
|
+
if none_conditions:
|
|
191
|
+
self.after_works.append(none_conditions[-1]) # Use the last one if multiple provided
|
|
192
|
+
|
|
117
193
|
return self
|
|
118
194
|
|
|
119
195
|
@overload
|
|
@@ -186,7 +262,7 @@ class Handoffs(BaseModel):
|
|
|
186
262
|
"""
|
|
187
263
|
self.context_conditions.clear()
|
|
188
264
|
self.llm_conditions.clear()
|
|
189
|
-
self.
|
|
265
|
+
self.after_works.clear()
|
|
190
266
|
return self
|
|
191
267
|
|
|
192
268
|
def get_llm_conditions_by_target_type(self, target_type: type) -> list[OnCondition]:
|
|
@@ -24,12 +24,12 @@ class OnContextCondition(BaseModel): # noqa: N801
|
|
|
24
24
|
|
|
25
25
|
Args:
|
|
26
26
|
target (TransitionTarget): The transition (essentially an agent) to hand off to.
|
|
27
|
-
condition (ContextCondition): The context variable based condition for transitioning to the target agent.
|
|
27
|
+
condition (Optional[ContextCondition]): The context variable based condition for transitioning to the target agent. If None, the condition always evaluates to True.
|
|
28
28
|
available (AvailableCondition): Optional condition to determine if this OnCondition is included for the LLM to evaluate based on context variables using classes like StringAvailableCondition and ContextExpressionAvailableCondition.
|
|
29
29
|
"""
|
|
30
30
|
|
|
31
31
|
target: TransitionTarget
|
|
32
|
-
condition: ContextCondition
|
|
32
|
+
condition: Optional[ContextCondition] = None
|
|
33
33
|
available: Optional[AvailableCondition] = None
|
|
34
34
|
|
|
35
35
|
def has_target_type(self, target_type: type) -> bool:
|
|
@@ -152,7 +152,13 @@ class Pattern(ABC):
|
|
|
152
152
|
manager = create_group_manager(groupchat, self.group_manager_args, self.agents, self.group_after_work)
|
|
153
153
|
|
|
154
154
|
# Point all agent's context variables to this function's context_variables
|
|
155
|
-
setup_context_variables(
|
|
155
|
+
setup_context_variables(
|
|
156
|
+
tool_execution=tool_executor,
|
|
157
|
+
agents=self.agents,
|
|
158
|
+
manager=manager,
|
|
159
|
+
user_agent=self.user_agent,
|
|
160
|
+
context_variables=self.context_variables,
|
|
161
|
+
)
|
|
156
162
|
|
|
157
163
|
# Link all agents with the GroupChatManager to allow access to the group chat
|
|
158
164
|
link_agents_to_group_manager(groupchat.agents, manager)
|
|
@@ -1489,10 +1489,10 @@ class GroupChatManager(ConversableAgent):
|
|
|
1489
1489
|
for agent in self._groupchat.agents:
|
|
1490
1490
|
if agent.name == message["name"]:
|
|
1491
1491
|
# An agent`s message is sent to the Group Chat Manager
|
|
1492
|
-
agent.a_send(message, self, request_reply=False, silent=True)
|
|
1492
|
+
await agent.a_send(message, self, request_reply=False, silent=True)
|
|
1493
1493
|
else:
|
|
1494
1494
|
# Otherwise, messages are sent from the Group Chat Manager to the agent
|
|
1495
|
-
self.a_send(message, agent, request_reply=False, silent=True)
|
|
1495
|
+
await self.a_send(message, agent, request_reply=False, silent=True)
|
|
1496
1496
|
|
|
1497
1497
|
# Add previous message to the new groupchat, if it's an admin message the name may not match so add the message directly
|
|
1498
1498
|
if message_speaker_agent:
|
|
@@ -104,7 +104,7 @@ def parse_oai_message(message: Union[dict[str, Any], str], role: str, adressee:
|
|
|
104
104
|
return oai_message
|
|
105
105
|
|
|
106
106
|
|
|
107
|
-
class SwarmableAgent:
|
|
107
|
+
class SwarmableAgent(Agent):
|
|
108
108
|
"""A class for an agent that can participate in a swarm chat."""
|
|
109
109
|
|
|
110
110
|
def __init__(
|
|
@@ -239,7 +239,7 @@ class SwarmableAgent:
|
|
|
239
239
|
sender: Optional["Agent"] = None,
|
|
240
240
|
**kwargs: Any,
|
|
241
241
|
) -> Union[str, dict[str, Any], None]:
|
|
242
|
-
|
|
242
|
+
return self.generate_reply(messages=messages, sender=sender, **kwargs)
|
|
243
243
|
|
|
244
244
|
async def a_receive(
|
|
245
245
|
self,
|
|
@@ -247,7 +247,7 @@ class SwarmableAgent:
|
|
|
247
247
|
sender: "Agent",
|
|
248
248
|
request_reply: Optional[bool] = None,
|
|
249
249
|
) -> None:
|
|
250
|
-
|
|
250
|
+
self.receive(message, sender, request_reply)
|
|
251
251
|
|
|
252
252
|
async def a_send(
|
|
253
253
|
self,
|
|
@@ -255,7 +255,7 @@ class SwarmableAgent:
|
|
|
255
255
|
recipient: "Agent",
|
|
256
256
|
request_reply: Optional[bool] = None,
|
|
257
257
|
) -> None:
|
|
258
|
-
|
|
258
|
+
self.send(message, recipient, request_reply)
|
|
259
259
|
|
|
260
260
|
@property
|
|
261
261
|
def chat_messages(self) -> dict[Agent, list[dict[str, Any]]]:
|
|
@@ -293,6 +293,14 @@ class SwarmableAgent:
|
|
|
293
293
|
def _raise_exception_on_async_reply_functions(self) -> None:
|
|
294
294
|
pass
|
|
295
295
|
|
|
296
|
+
def set_ui_tools(self, tools: Optional[list] = None) -> None:
|
|
297
|
+
"""Set UI tools for the agent."""
|
|
298
|
+
pass
|
|
299
|
+
|
|
300
|
+
def unset_ui_tools(self) -> None:
|
|
301
|
+
"""Unset UI tools for the agent."""
|
|
302
|
+
pass
|
|
303
|
+
|
|
296
304
|
@staticmethod
|
|
297
305
|
def _last_msg_as_summary(sender: Agent, recipient: Agent, summary_args: Optional[dict[str, Any]]) -> str:
|
|
298
306
|
"""Get a chat summary from the last message of the recipient."""
|