CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
azure/__init__.py
azure/ai/__init__.py
azure/ai/agentserver/__init__.py
azure/ai/agentserver/agentframework/__init__.py
azure/ai/agentserver/agentframework/_agent_framework.py
azure/ai/agentserver/agentframework/_ai_agent_adapter.py
azure/ai/agentserver/agentframework/_foundry_tools.py
azure/ai/agentserver/agentframework/_version.py
azure/ai/agentserver/agentframework/_workflow_agent_adapter.py
azure/ai/agentserver/agentframework/py.typed
azure/ai/agentserver/agentframework/models/__init__.py
azure/ai/agentserver/agentframework/models/agent_framework_input_converters.py
azure/ai/agentserver/agentframework/models/agent_framework_output_non_streaming_converter.py
azure/ai/agentserver/agentframework/models/agent_framework_output_streaming_converter.py
azure/ai/agentserver/agentframework/models/agent_id_generator.py
azure/ai/agentserver/agentframework/models/constants.py
azure/ai/agentserver/agentframework/models/conversation_converters.py
azure/ai/agentserver/agentframework/models/human_in_the_loop_helper.py
azure/ai/agentserver/agentframework/models/utils/__init__.py
azure/ai/agentserver/agentframework/models/utils/async_iter.py
azure/ai/agentserver/agentframework/persistence/__init__.py
azure/ai/agentserver/agentframework/persistence/_foundry_checkpoint_repository.py
azure/ai/agentserver/agentframework/persistence/_foundry_checkpoint_storage.py
azure/ai/agentserver/agentframework/persistence/_foundry_conversation_message_store.py
azure/ai/agentserver/agentframework/persistence/_foundry_conversation_thread_repository.py
azure/ai/agentserver/agentframework/persistence/agent_thread_repository.py
azure/ai/agentserver/agentframework/persistence/checkpoint_repository.py
azure_ai_agentserver_agentframework.egg-info/PKG-INFO
azure_ai_agentserver_agentframework.egg-info/SOURCES.txt
azure_ai_agentserver_agentframework.egg-info/dependency_links.txt
azure_ai_agentserver_agentframework.egg-info/requires.txt
azure_ai_agentserver_agentframework.egg-info/top_level.txt
samples/basic_simple/README.md
samples/basic_simple/minimal_example.py
samples/chat_client_with_foundry_tool/README.md
samples/chat_client_with_foundry_tool/chat_client_with_foundry_tool.py
samples/human_in_the_loop_ai_function/README.md
samples/human_in_the_loop_ai_function/main.py
samples/human_in_the_loop_workflow_agent/README.md
samples/human_in_the_loop_workflow_agent/main.py
samples/human_in_the_loop_workflow_agent/workflow_as_agent_reflection_pattern.py
samples/mcp_apikey/README.md
samples/mcp_apikey/mcp_apikey.py
samples/mcp_simple/README.md
samples/mcp_simple/mcp_simple.py
samples/simple_async/README.md
samples/simple_async/minimal_async_example.py
samples/workflow_agent_simple/README.md
samples/workflow_agent_simple/workflow_agent_simple.py
samples/workflow_with_foundry_checkpoints/README.md
samples/workflow_with_foundry_checkpoints/main.py
tests/unit_tests/__init__.py
tests/unit_tests/conftest.py
tests/unit_tests/test_agent_framework_input_converter.py
tests/unit_tests/test_conversation_id_optional.py
tests/unit_tests/test_conversation_item_converter.py
tests/unit_tests/test_foundry_checkpoint_repository.py
tests/unit_tests/test_foundry_checkpoint_storage.py
tests/unit_tests/test_foundry_tools.py
tests/unit_tests/test_from_agent_framework_managed.py
tests/unit_tests/test_human_in_the_loop_helper.py
tests/unit_tests/mocks/__init__.py
tests/unit_tests/mocks/mock_checkpoint_client.py