Azure Cosmos DB history provider integration for Microsoft Agent Framework. This package stores and retrieves agent conversation history using Azure Cosmos DB. Current version is 1.0.0b260507, a beta release. Release cadence is irregular, tied to the Agent Framework development cycle.
pip install agent-framework-azure-cosmosNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the Azure Cosmos DB history adapter using DefaultAzureCredential for authentication.
Wrap all adapter operations in `async def` and `await` calls. Use `asyncio.run()` or an event loop.
Switch to `DefaultAzureCredential()` with appropriate RBAC roles on Cosmos DB.
`pip install agent-framework-azure-cosmos` -> `import agent_framework_azure_cosmos`
Create container with partition key '/id' and ensure the container exists before running the adapter.