Kind: Function
Source: atloria-monorepo/libs/pme-core/src/context/pme-handoff-filter.ts
Create a handoff input filter for PME agents.
The filter keeps:
- Full inputHistory (original user request — usually small)
- Last N items from preHandoffItems (recent coordinator context)
- All newItems (the handoff trigger with task details)
Signature
tsfunction createPmeHandoffFilter(config: PmeHandoffFilterConfig)
Parameters
| Name | Type |
|---|---|
config | PmeHandoffFilterConfig |
Was this page helpful?