CHANGELOG.md
LICENSE
MANIFEST.in
README.md
api.md
pyproject.toml
azure/__init__.py
azure/ai/__init__.py
azure/ai/agentserver/__init__.py
azure/ai/agentserver/invocations/__init__.py
azure/ai/agentserver/invocations/_constants.py
azure/ai/agentserver/invocations/_invocation.py
azure/ai/agentserver/invocations/_invocation_ws.py
azure/ai/agentserver/invocations/_version.py
azure/ai/agentserver/invocations/py.typed
azure_ai_agentserver_invocations.egg-info/PKG-INFO
azure_ai_agentserver_invocations.egg-info/SOURCES.txt
azure_ai_agentserver_invocations.egg-info/dependency_links.txt
azure_ai_agentserver_invocations.egg-info/requires.txt
azure_ai_agentserver_invocations.egg-info/top_level.txt
samples/async_invoke_agent/async_invoke_agent.py
samples/multiturn_invoke_agent/multiturn_invoke_agent.py
samples/resilient_langgraph/__init__.py
samples/resilient_langgraph/agent.py
samples/resilient_langgraph/app.py
samples/resilient_langgraph/store.py
samples/resilient_multiturn/__init__.py
samples/resilient_multiturn/agent.py
samples/resilient_multiturn/app.py
samples/resilient_multiturn/store.py
samples/resilient_research/__init__.py
samples/resilient_research/agent.py
samples/resilient_research/app.py
samples/resilient_research/store.py
samples/simple_invoke_agent/simple_invoke_agent.py
samples/streaming_invoke_agent/streaming_invoke_agent.py
samples/ws_bidirectional_streaming_agent/ws_bidirectional_streaming_agent.py
samples/ws_invoke_agent/ws_invoke_agent.py
tests/conftest.py
tests/test_decorator_pattern.py
tests/test_edge_cases.py
tests/test_error_source_classification.py
tests/test_get_cancel.py
tests/test_graceful_shutdown.py
tests/test_invoke.py
tests/test_multimodal_protocol.py
tests/test_request_id.py
tests/test_request_limits.py
tests/test_resilient_samples_structure.py
tests/test_server_routes.py
tests/test_session_id.py
tests/test_span_parenting.py
tests/test_tracing.py
tests/test_tracing_e2e.py
tests/test_ws_bidirectional_streaming_sample.py
tests/test_ws_close_event.py
tests/test_ws_decorator_pattern.py
tests/test_ws_edge_cases.py
tests/test_ws_invoke.py
tests/test_ws_multimodal_protocol.py
tests/test_ws_ping_interval.py
tests/test_ws_server_routes.py
tests/test_ws_session_id.py
tests/e2e/__init__.py
tests/e2e/_crash_harness.py
tests/e2e/test_resilient_langgraph.py
tests/e2e/test_resilient_multiturn.py
tests/e2e/test_resilient_research_live.py