Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/context/context-manager.ts
Context Manager
Generic context window management:
- Token tracking per turn
- Auto-compaction at configurable threshold
- Pluggable compaction strategy
Zero SDK imports — operates on our own interfaces.
Properties
| Property | Type |
|---|---|
id | string |
role | `'system' |
content | string |
turn | number |
tokenEstimate | number |
tags | string[] |
Was this page helpful?