Interfaces

~~Interface: ContextSourceAdapter~~

Interface: ContextSourceAdapter

Defined in: src/adapters/types.ts:588

Deprecated

Nothing implements or calls this, and nothing ever has. There is no option that accepts a ContextSourceAdapter, so a correct implementation has nowhere to go. Removed in 10.0.0.

To put your own content into a slot, use the injection engine, which is the seam that actually runs: defineInjection / defineFact / defineSkill from agentfootprint/context. An injection names its flavor and trigger and is resolved into the same three slots this port describes.

Properties

id

readonly id: string

Defined in: src/adapters/types.ts:589


source

readonly source: ContextSource

Defined in: src/adapters/types.ts:591


targetSlot

readonly targetSlot: ContextSlot

Defined in: src/adapters/types.ts:590

Methods

resolve()

resolve(ctx): Promise<readonly ContextContribution[]>

Defined in: src/adapters/types.ts:592

Parameters

ctx

ResolveCtx

Returns

Promise<readonly ContextContribution[]>

On this page