Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/agent / filters / compose

Function: compose()

ts
function compose(...filters): DescribedFilter;

Defined in: packages/agent/src/filters/index.ts:281

Compose multiple filters left-to-right. The composer always appends stripReasoning() at the end so reasoning content never crosses a handoff boundary regardless of caller intent.

Parameters

ParameterType
...filtersreadonly HandoffFilter[]

Returns

DescribedFilter

Stable