[project] name = "agent-framework-hosting-sample-complete" version = "0.0.1" description = "Complete multi-channel hosting sample (Responses + Invocations + Telegram + Activity Protocol + Entra identity-link)." requires-python = ">=3.10" dependencies = [ "agent-framework-foundry", "agent-framework-hosting", "agent-framework-hosting-activity-protocol", "agent-framework-hosting-entra", "agent-framework-hosting-invocations", "agent-framework-hosting-responses", "agent-framework-hosting-telegram", "azure-identity", "hypercorn>=0.17", "httpx>=0.27", "aiohttp>=3.13.5", ] [dependency-groups] dev = ["openai>=1.99"] [tool.uv] package = false [tool.uv.sources] agent-framework-hosting = { git = "https://github.com/microsoft/agent-framework.git", branch = "feature/python-hosting", subdirectory = "python/packages/hosting" } agent-framework-hosting-activity-protocol = { git = "https://github.com/microsoft/agent-framework.git", branch = "feature/python-hosting", subdirectory = "python/packages/hosting-activity-protocol" } agent-framework-hosting-entra = { git = "https://github.com/microsoft/agent-framework.git", branch = "feature/python-hosting", subdirectory = "python/packages/hosting-entra" } agent-framework-hosting-invocations = { git = "https://github.com/microsoft/agent-framework.git", branch = "feature/python-hosting", subdirectory = "python/packages/hosting-invocations" } agent-framework-hosting-responses = { git = "https://github.com/microsoft/agent-framework.git", branch = "feature/python-hosting", subdirectory = "python/packages/hosting-responses" } agent-framework-hosting-telegram = { git = "https://github.com/microsoft/agent-framework.git", branch = "feature/python-hosting", subdirectory = "python/packages/hosting-telegram" }