Skip to content

.NET: Cosmos DB Store Implementations #1396

Description

Summary

The framework has solid abstractions for storage (ChatMessageStore, ICheckpointStore<T>) with in-memory and file system implementations, plus Azure AI Agents service integration. However, there's no direct Cosmos DB support for self-managed scenarios.

What's Needed

Concrete Cosmos DB implementations of the existing storage abstractions. This would include a Cosmos DB-backed chat message store that extends ChatMessageStore, a checkpoint store implementing ICheckpointStore<T> for workflow state, and support for thread persistence using the existing thread serialization capabilities.

Implementation

Should follow existing factory patterns and use Cosmos DB best practices for partitioning and indexing. Integration with the framework's existing serialization patterns is essential.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    .NETUsage: [Issues, PRs], Target: .NettriageUsage: [Issues], Target: All issues that still need to be triaged

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions