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
tsfunction runProcessorPipeline(processors: HistoryProcessor[], items: AgentInputItem[]): AgentInputItem[]
Parameters
| Name | Type |
|---|---|
processors | HistoryProcessor[] |
items | AgentInputItem[] |
Returns: AgentInputItem[]
Was this page helpful?