Skip to content

Add service-driven AIContextProviderFactory for agents - #117

Merged
kzu merged 1 commit into
mainfrom
dev/aicontext
Oct 14, 2025
Merged

Add service-driven AIContextProviderFactory for agents#117
kzu merged 1 commit into
mainfrom
dev/aicontext

Conversation

@kzu

@kzukzu commented Oct 14, 2025

Copy link
Copy Markdown
Member

In order to extend the configured agents, in addition to providing the configureOptions delegate when adding agents, the user can now also rely on auto-wiring of services exported as AIContextProviderFactory.

The export can be keyed to a specific agent (takes priority) or without a key (fallback). This allows granular wiring without resorting to more code.

In order to extend the configured agents, in addition to providing the `configureOptions` delegate when adding agents, the user can now also rely on auto-wiring of services exported as AIContextProviderFactory.
The export can be keyed to a specific agent (takes priority) or without a key (fallback). This allows granular wiring without resorting to more code.
@kzukzu added the enhancement New feature or request label Oct 14, 2025
@kzu

kzu commented Oct 14, 2025

Copy link
Copy Markdown
MemberAuthor

13 passed13 passed17 skipped

🧪 Details on Ubuntu 24.04.3 LTS

from dotnet-retest v1.0.0 on .NET 9.0.9 with 💜 by @devlooped

@kzu
kzu enabled auto-merge (rebase) October 14, 2025 17:13
@kzu
kzu merged commit 3228844 into mainOct 14, 2025
7 checks passed
@kzu
kzu deleted the dev/aicontext branch October 14, 2025 17:13
@devloopeddevlooped locked and limited conversation to collaborators Nov 14, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancementNew feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@kzu