CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
azure/__init__.py
azure/ai/__init__.py
azure/ai/agentserver/__init__.py
azure/ai/agentserver/core/__init__.py
azure/ai/agentserver/core/_version.py
azure/ai/agentserver/core/constants.py
azure/ai/agentserver/core/logger.py
azure/ai/agentserver/core/py.typed
azure/ai/agentserver/core/application/__init__.py
azure/ai/agentserver/core/application/_builder.py
azure/ai/agentserver/core/application/_configuration.py
azure/ai/agentserver/core/application/_options.py
azure/ai/agentserver/core/application/_package_metadata.py
azure/ai/agentserver/core/models/__init__.py
azure/ai/agentserver/core/models/_create_response.py
azure/ai/agentserver/core/models/openai/__init__.py
azure/ai/agentserver/core/models/projects/__init__.py
azure/ai/agentserver/core/models/projects/_enums.py
azure/ai/agentserver/core/models/projects/_models.py
azure/ai/agentserver/core/models/projects/_patch.py
azure/ai/agentserver/core/models/projects/_patch_evaluations.py
azure/ai/agentserver/core/models/projects/_utils/__init__.py
azure/ai/agentserver/core/models/projects/_utils/model_base.py
azure/ai/agentserver/core/models/projects/_utils/serialization.py
azure/ai/agentserver/core/server/__init__.py
azure/ai/agentserver/core/server/_context.py
azure/ai/agentserver/core/server/base.py
azure/ai/agentserver/core/server/common/__init__.py
azure/ai/agentserver/core/server/common/agent_run_context.py
azure/ai/agentserver/core/server/common/constants.py
azure/ai/agentserver/core/server/common/id_generator/__init__.py
azure/ai/agentserver/core/server/common/id_generator/foundry_id_generator.py
azure/ai/agentserver/core/server/common/id_generator/id_generator.py
azure/ai/agentserver/core/tools/__init__.py
azure/ai/agentserver/core/tools/_exceptions.py
azure/ai/agentserver/core/tools/client/__init__.py
azure/ai/agentserver/core/tools/client/_client.py
azure/ai/agentserver/core/tools/client/_configuration.py
azure/ai/agentserver/core/tools/client/_models.py
azure/ai/agentserver/core/tools/client/operations/_base.py
azure/ai/agentserver/core/tools/client/operations/_foundry_connected_tools.py
azure/ai/agentserver/core/tools/client/operations/_foundry_hosted_mcp_tools.py
azure/ai/agentserver/core/tools/runtime/__init__.py
azure/ai/agentserver/core/tools/runtime/_catalog.py
azure/ai/agentserver/core/tools/runtime/_facade.py
azure/ai/agentserver/core/tools/runtime/_invoker.py
azure/ai/agentserver/core/tools/runtime/_resolver.py
azure/ai/agentserver/core/tools/runtime/_runtime.py
azure/ai/agentserver/core/tools/runtime/_starlette.py
azure/ai/agentserver/core/tools/runtime/_user.py
azure/ai/agentserver/core/tools/utils/__init__.py
azure/ai/agentserver/core/tools/utils/_name_resolver.py
azure/ai/agentserver/core/utils/__init__.py
azure/ai/agentserver/core/utils/_credential.py
azure_ai_agentserver_core.egg-info/PKG-INFO
azure_ai_agentserver_core.egg-info/SOURCES.txt
azure_ai_agentserver_core.egg-info/dependency_links.txt
azure_ai_agentserver_core.egg-info/requires.txt
azure_ai_agentserver_core.egg-info/top_level.txt
doc/azure.ai.agentserver.core.application.rst
doc/azure.ai.agentserver.core.models.openai.rst
doc/azure.ai.agentserver.core.models.projects.rst
doc/azure.ai.agentserver.core.models.rst
doc/azure.ai.agentserver.core.rst
doc/azure.ai.agentserver.core.server.common.id_generator.rst
doc/azure.ai.agentserver.core.server.common.rst
doc/azure.ai.agentserver.core.server.rst
doc/azure.ai.agentserver.core.tools.client.rst
doc/azure.ai.agentserver.core.tools.rst
doc/azure.ai.agentserver.core.tools.runtime.rst
doc/azure.ai.agentserver.core.tools.utils.rst
doc/azure.ai.agentserver.core.utils.rst
samples/bilingual_weekend_planner/README.md
samples/bilingual_weekend_planner/main.py
samples/mcp_simple/mcp_simple.py
samples/simple_mock_agent/custom_mock_agent_test.py
tests/conftest.py
tests/test_custom.py
tests/unit_tests/__init__.py
tests/unit_tests/tools/__init__.py
tests/unit_tests/tools/conftest.py
tests/unit_tests/tools/client/__init__.py
tests/unit_tests/tools/client/test_client.py
tests/unit_tests/tools/client/test_configuration.py
tests/unit_tests/tools/client/operations/__init__.py
tests/unit_tests/tools/client/operations/test_foundry_connected_tools.py
tests/unit_tests/tools/client/operations/test_foundry_hosted_mcp_tools.py
tests/unit_tests/tools/runtime/__init__.py
tests/unit_tests/tools/runtime/conftest.py
tests/unit_tests/tools/runtime/test_catalog.py
tests/unit_tests/tools/runtime/test_facade.py
tests/unit_tests/tools/runtime/test_invoker.py
tests/unit_tests/tools/runtime/test_resolver.py
tests/unit_tests/tools/runtime/test_runtime.py
tests/unit_tests/tools/runtime/test_starlette.py
tests/unit_tests/tools/runtime/test_user.py
tests/unit_tests/tools/utils/__init__.py
tests/unit_tests/tools/utils/conftest.py
tests/unit_tests/tools/utils/test_name_resolver.py