plato-room-context 0.1.0

Context window manager — token budgets, eviction policies, priority stacking, sliding window
Documentation
1
2
3
4
5
"""Room context — contextual awareness for room inhabitants.
Part of the PLATO framework."""
from .context import RoomContext, RoomState, ContextSignal
__version__ = "0.1.0"
__all__ = ["RoomContext", "RoomState", "ContextSignal"]