AgencyDotNet.KeyValueStore.Common
0.1.198-ga453511f0e
dotnet add package AgencyDotNet.KeyValueStore.Common --version 0.1.198-ga453511f0e
NuGet\Install-Package AgencyDotNet.KeyValueStore.Common -Version 0.1.198-ga453511f0e
<PackageReference Include="AgencyDotNet.KeyValueStore.Common" Version="0.1.198-ga453511f0e" />
<PackageVersion Include="AgencyDotNet.KeyValueStore.Common" Version="0.1.198-ga453511f0e" />
<PackageReference Include="AgencyDotNet.KeyValueStore.Common" />
paket add AgencyDotNet.KeyValueStore.Common --version 0.1.198-ga453511f0e
#r "nuget: AgencyDotNet.KeyValueStore.Common, 0.1.198-ga453511f0e"
#:package AgencyDotNet.KeyValueStore.Common@0.1.198-ga453511f0e
#addin nuget:?package=AgencyDotNet.KeyValueStore.Common&version=0.1.198-ga453511f0e&prerelease
#tool nuget:?package=AgencyDotNet.KeyValueStore.Common&version=0.1.198-ga453511f0e&prerelease
Agency.KeyValueStore.Common
Key-value store abstractions for the Agency AI Toolkit — structured text storage without vector search.
Install
dotnet add package AgencyDotNet.KeyValueStore.Common
Types
IKVStore—UpsertAsync,SearchAsync<TValue>,DeleteAsync,GetMetadataAsync.Query— filters by substring key match, exact key, or metadata.SearchHit<TValue>— result item withKey,Value,Metadata, andUpdatedOn.
Usage
Use a concrete implementation:
AgencyDotNet.KeyValueStore.Sql.Postgres— PostgreSQL (ILIKE search)AgencyDotNet.KeyValueStore.Sql.Sqlite— SQLite (instr search)
Part of the Agency AI Toolkit — an open-source .NET agentic AI toolkit.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- AgencyDotNet.Common (>= 0.1.198-ga453511f0e)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.9)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.9)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on AgencyDotNet.KeyValueStore.Common:
| Package | Downloads |
|---|---|
|
AgencyDotNet.KeyValueStore.Sql.Postgres
PostgreSQL backend for Agency.KeyValueStore.Common with JSONB-based metadata filtering. Pairs with Agency.VectorStore.Sql.Postgres to give documents both vector and structured-attribute search. |
|
|
AgencyDotNet.KeyValueStore.Sql.Sqlite
SQLite backend for Agency.KeyValueStore.Common with JSON1 metadata filtering. Zero-server embedded key-value store, ideal for local agents and tests. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.198-ga453511f0e | 48 | 9/18/2026 |
| 0.1.196-g29f327a13f | 53 | 9/17/2026 |
| 0.1.194-g9adaaec0b7 | 68 | 9/1/2026 |
| 0.1.192-gd2744cd928 | 69 | 9/1/2026 |