Skip to content

Add support for configurable and composable AI contexts - #134

Merged
kzu merged 1 commit into
mainfrom
dev/UsesContext
Oct 27, 2025
Merged

Add support for configurable and composable AI contexts#134
kzu merged 1 commit into
mainfrom
dev/UsesContext

Conversation

@kzu

@kzukzu commented Oct 27, 2025

Copy link
Copy Markdown
Member

In order to make configured agents more dynamic and extensible, we introduce the use setting which is an array of named AI contexts to include as part of the agent execution.

These cannot be used at the same time with AIContextProvider (for now?) to simplify usage. You either pick exporting your own context provider (or factory), or you rely on more granular and reusable AIContext exported services.

@kzukzu added the enhancement New feature or request label Oct 27, 2025
@kzu
kzu enabled auto-merge (rebase) October 27, 2025 19:15
@kzu

kzu commented Oct 27, 2025

Copy link
Copy Markdown
MemberAuthor

28 passed28 passed18 skipped

🧪 Details on Ubuntu 24.04.3 LTS

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

In order to make configured agents more dynamic and extensible, we introduce the `use` setting which is an array of named AI contexts to include as part of the agent execution.
These cannot be used at the same time with AIContextProvider (for now?) to simplify usage. You either pick exporting your own context provider (or factory), or you rely on more granular and reusable AIContext exported services.
@kzu
kzu merged commit b52e08b into mainOct 27, 2025
7 checks passed
@kzu
kzu deleted the dev/UsesContext branch October 27, 2025 19:21
@devloopeddevlooped locked and limited conversation to collaborators Nov 27, 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