guru / webmind /__init__.py
tejadabheja's picture
Update README: add LSH vocabulary filter to architecture
7c67638 verified
raw
history blame contribute delete
140 Bytes
"""Webmind Brain — graph-based reasoning without neural networks."""
from .brain import Brain
__all__ = ["Brain"]
__version__ = "0.1.0"