Metadata-Version: 2.4
Name: reasoning-bank
Version: 0.1.0
Summary: Framework-agnostic implementation of ReasoningBank (Ouyang et al., ICLR 2026): agents that learn from successful and failed trajectories, with memory-aware test-time scaling (MaTTS).
Project-URL: Homepage, https://github.com/ramankrishna/reasoning-bank
Project-URL: Repository, https://github.com/ramankrishna/reasoning-bank
Project-URL: Issues, https://github.com/ramankrishna/reasoning-bank/issues
Project-URL: Paper, https://arxiv.org/abs/2509.25140
Author-email: Rama Krishna Bachu <ram@bottensor.xyz>
License: Apache-2.0
License-File: LICENSE
Keywords: agent-memory,llm-agents,matts,reasoning-bank,reasoning-memory,self-evolving-agents,test-time-scaling
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.11
Requires-Dist: numpy>=1.26
Requires-Dist: pydantic>=2.7
Requires-Dist: sentence-transformers>=3.0
Requires-Dist: sqlite-vec>=0.1.6
Provides-Extra: dev
Requires-Dist: anthropic>=0.40; extra == 'dev'
Requires-Dist: mypy>=1.10; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.5; extra == 'dev'
Provides-Extra: polyrt
Requires-Dist: polyrt[anthropic]>=0.1.1; extra == 'polyrt'
