Skip to content

ContextItem

reference
1 min readUpdated

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

PropertyType
idstring
role`'system'
contentstring
turnnumber
tokenEstimatenumber
tagsstring[]

Was this page helpful?

Download as PDF