Skip to content

.NET: Extract caching from AgentSkillsProvider into a CachingAgentSkillsSource decorator #6765

Description

@SergeyMenshykh

Extract caching out of AgentSkillsProvider into a dedicated CachingAgentSkillsSource decorator, so caching becomes a composable layer in the skills-source pipeline instead of logic baked into the provider (alongside Aggregating/Filtering/DeduplicatingAgentSkillsSource).

This separates context construction from caching and removes the DisableCaching option from the provider. Caching is wired through AgentSkillsProviderBuilder (default on, with an opt-out DisableCaching()) and the convenience constructors.

Python counterpart: #6767.

Activity

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions