Skip to content

runProcessorPipeline

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/libs/agent-core/src/context/history-processors.ts

Run the processor pipeline over input items. Returns the transformed items (never mutates the originals).

Signature

ts
function runProcessorPipeline(processors: HistoryProcessor[], items: AgentInputItem[]): AgentInputItem[]

Parameters

NameType
processorsHistoryProcessor[]
itemsAgentInputItem[]

Returns: AgentInputItem[]

Was this page helpful?

Download as PDF