Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

register_snapshot_callback

Method
This is a method of the ContextManager class in the manager module.
Register a callback for LLM boundary snapshots.

Signature

def register_snapshot_callback(callback: Callable[[SnapshotHookData], None]) -> None

Parameters

callback
Callable
required
No description available.

Source

View on GitHub

praisonaiagents/context/manager.py at line 696