Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

kymuco/adaptive-reservoir

Repository files navigation

adaptive-reservoir

CPU-friendly temporal adaptation layer for software agents and streaming systems.

adaptive-reservoir implements an Adaptive Temporal Substrate: a small reservoir-style state engine designed to turn event streams into predictions and adaptive state channels.

What it is

  • A lightweight Python library for online temporal adaptation.
  • A reusable substrate for software agents, presence engines, and streaming systems.
  • A foundation for adaptive state channels such as novelty, stability, drift pressure, confidence, and saturation.

What it is not

  • Not an LLM.
  • Not an agent framework.
  • Not a memory database.
  • Not an HDE core component.
  • Not a replacement for semantic or episodic memory.

Development

Run the local checks:

python -m pip install -e .
python -m pip install pytest ruff
python -m pytest
python -m ruff check .

License

Apache-2.0.

AltStyle によって変換されたページ (->オリジナル) /