| [build-system] |
| requires = ["setuptools>=64"] |
| build-backend = "setuptools.build_meta" |
|
|
| [project] |
| name = "kokoro-memory" |
| version = "1.0.0" |
| description = "File-based resonance memory for local AI companions - Japanese linguistic categories, spreading activation recall, coherence scoring, zero required dependencies" |
| readme = "README.md" |
| license = { text = "MIT" } |
| authors = [{ name = "Rhet Dillard Wike" }] |
| requires-python = ">=3.10" |
| dependencies = [] |
| keywords = ["memory", "llm", "agent", "local-ai", "companion", "recall", "kokoro", "resonance", "japanese"] |
| classifiers = [ |
| "License :: OSI Approved :: MIT License", |
| "Programming Language :: Python :: 3", |
| "Topic :: Scientific/Engineering :: Artificial Intelligence", |
| ] |
|
|
| [project.optional-dependencies] |
| coherence = ["sentence-transformers", "numpy"] |
|
|
| [project.urls] |
| Homepage = "https://github.com/AIIT-GLITCH/kokoro-memory" |
|
|
| [tool.setuptools] |
| py-modules = ["kokoro_memory"] |
|
|