CHANGELOG.md
FunctionTool.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
azure/__init__.py
azure/ai/__init__.py
azure/ai/agents/__init__.py
azure/ai/agents/_client.py
azure/ai/agents/_configuration.py
azure/ai/agents/_patch.py
azure/ai/agents/_types.py
azure/ai/agents/_version.py
azure/ai/agents/py.typed
azure/ai/agents/_utils/__init__.py
azure/ai/agents/_utils/model_base.py
azure/ai/agents/_utils/serialization.py
azure/ai/agents/_utils/utils.py
azure/ai/agents/aio/__init__.py
azure/ai/agents/aio/_client.py
azure/ai/agents/aio/_configuration.py
azure/ai/agents/aio/_patch.py
azure/ai/agents/aio/operations/__init__.py
azure/ai/agents/aio/operations/_operations.py
azure/ai/agents/aio/operations/_patch.py
azure/ai/agents/models/__init__.py
azure/ai/agents/models/_enums.py
azure/ai/agents/models/_models.py
azure/ai/agents/models/_patch.py
azure/ai/agents/operations/__init__.py
azure/ai/agents/operations/_operations.py
azure/ai/agents/operations/_patch.py
azure/ai/agents/telemetry/__init__.py
azure/ai/agents/telemetry/_ai_agents_instrumentor.py
azure/ai/agents/telemetry/_instrument_paged_wrappers.py
azure/ai/agents/telemetry/_trace_function.py
azure/ai/agents/telemetry/_utils.py
azure_ai_agents.egg-info/PKG-INFO
azure_ai_agents.egg-info/SOURCES.txt
azure_ai_agents.egg-info/dependency_links.txt
azure_ai_agents.egg-info/not-zip-safe
azure_ai_agents.egg-info/requires.txt
azure_ai_agents.egg-info/top_level.txt
samples/__init__.py
samples/sample_agents_basics.py
samples/sample_agents_basics_stream_eventhandler.py
samples/sample_agents_basics_stream_iteration.py
samples/sample_agents_basics_thread_and_process_run.py
samples/sample_agents_basics_thread_and_run.py
samples/agents_async/__init__.py
samples/agents_async/sample_agents_azure_functions_async.py
samples/agents_async/sample_agents_basics_async.py
samples/agents_async/sample_agents_basics_create_thread_and_process_run_async.py
samples/agents_async/sample_agents_basics_create_thread_and_run_async.py
samples/agents_async/sample_agents_code_interpreter_async.py
samples/agents_async/sample_agents_code_interpreter_attachment_async.py
samples/agents_async/sample_agents_code_interpreter_attachment_enterprise_search_async.py
samples/agents_async/sample_agents_functions_async.py
samples/agents_async/sample_agents_image_input_base64_async.py
samples/agents_async/sample_agents_image_input_file_async.py
samples/agents_async/sample_agents_image_input_url_async.py
samples/agents_async/sample_agents_json_schema_async.py
samples/agents_async/sample_agents_run_with_toolset_async.py
samples/agents_async/sample_agents_stream_eventhandler_async.py
samples/agents_async/sample_agents_stream_eventhandler_with_functions_async.py
samples/agents_async/sample_agents_stream_eventhandler_with_toolset_async.py
samples/agents_async/sample_agents_stream_iteration_async.py
samples/agents_async/sample_agents_stream_with_base_override_eventhandler_async.py
samples/agents_async/sample_agents_vector_store_batch_enterprise_file_search_async.py
samples/agents_async/sample_agents_vector_store_batch_file_search_async.py
samples/agents_async/sample_agents_vector_store_enterprise_file_search_async.py
samples/agents_async/sample_agents_vector_store_file_search_async.py
samples/agents_async/sample_agents_with_file_search_attachment_async.py
samples/agents_async/utils/__init__.py
samples/agents_async/utils/user_async_functions.py
samples/agents_files_images_inputs/sample_agents_image_input_base64.py
samples/agents_files_images_inputs/sample_agents_image_input_file.py
samples/agents_files_images_inputs/sample_agents_image_input_url.py
samples/agents_files_images_inputs/sample_agents_json_schema.py
samples/agents_files_images_inputs/sample_agents_vector_store_batch_enterprise_file_search.py
samples/agents_files_images_inputs/sample_agents_vector_store_batch_file_search.py
samples/agents_files_images_inputs/sample_agents_vector_store_file_search.py
samples/agents_files_images_inputs/sample_agents_with_code_interpreter_file_attachment.py
samples/agents_files_images_inputs/sample_agents_with_file_search_attachment.py
samples/agents_files_images_inputs/sample_agents_with_resources_in_thread.py
samples/agents_multiagent/sample_agents_agent_team.py
samples/agents_multiagent/sample_agents_agent_team_custom_team_leader.py
samples/agents_multiagent/sample_agents_multi_agent_team.py
samples/agents_multiagent/utils/agent_team.py
samples/agents_multiagent/utils/agent_trace_configurator.py
samples/agents_multiagent/utils/user_functions_with_traces.py
samples/agents_streaming/sample_agents_stream_eventhandler_with_bing_grounding.py
samples/agents_streaming/sample_agents_stream_eventhandler_with_functions.py
samples/agents_streaming/sample_agents_stream_eventhandler_with_toolset.py
samples/agents_streaming/sample_agents_stream_iteration_with_bing_grounding.py
samples/agents_streaming/sample_agents_stream_iteration_with_file_search.py
samples/agents_streaming/sample_agents_stream_iteration_with_toolset.py
samples/agents_streaming/sample_agents_stream_with_base_override_eventhandler.py
samples/agents_telemetry/sample_agents_basics_async_with_azure_monitor_tracing.py
samples/agents_telemetry/sample_agents_basics_async_with_console_tracing.py
samples/agents_telemetry/sample_agents_basics_with_azure_monitor_tracing.py
samples/agents_telemetry/sample_agents_basics_with_console_tracing.py
samples/agents_telemetry/sample_agents_basics_with_console_tracing_custom_attributes.py
samples/agents_telemetry/sample_agents_functions_with_azure_monitor_tracing.py
samples/agents_telemetry/sample_agents_functions_with_console_tracing.py
samples/agents_telemetry/sample_agents_stream_eventhandler_with_azure_monitor_tracing.py
samples/agents_telemetry/sample_agents_stream_eventhandler_with_console_tracing.py
samples/agents_tools/__init__.py
samples/agents_tools/sample_agents_azure_ai_search.py
samples/agents_tools/sample_agents_azure_functions.py
samples/agents_tools/sample_agents_bing_grounding.py
samples/agents_tools/sample_agents_code_interpreter.py
samples/agents_tools/sample_agents_code_interpreter_attachment_enterprise_search.py
samples/agents_tools/sample_agents_connected_agent.py
samples/agents_tools/sample_agents_enterprise_file_search.py
samples/agents_tools/sample_agents_fabric.py
samples/agents_tools/sample_agents_file_search.py
samples/agents_tools/sample_agents_functions.py
samples/agents_tools/sample_agents_logic_apps.py
samples/agents_tools/sample_agents_multiple_connected_agents.py
samples/agents_tools/sample_agents_openapi.py
samples/agents_tools/sample_agents_openapi_connection_auth.py
samples/agents_tools/sample_agents_run_with_toolset.py
samples/agents_tools/sample_agents_sharepoint.py
samples/agents_tools/utils/user_logic_apps.py
samples/assets/product_info_1.md
samples/utils/__init__.py
samples/utils/user_functions.py
tests/conftest.py
tests/gen_ai_trace_verifier.py
tests/memory_trace_exporter.py
tests/overload_assert_utils.py
tests/test_agents_client.py
tests/test_agents_client_async.py
tests/test_agents_mock.py
tests/test_agents_mock_async.py
tests/test_agents_mock_overloads.py
tests/test_agents_models.py
tests/test_agents_models_async.py
tests/test_ai_agents_instrumentor.py
tests/test_ai_agents_instrumentor_async.py
tests/test_deserialization.py
tests/test_overload_assert.py
tests/test_vector_store.py
tests/user_functions.py