Metadata-Version: 2.4
Name: kioku-agent-kit
Version: 0.2.3
Summary: Personal memory engine for AI agents — tri-hybrid search (BM25 + Vector + KG), CLI & MCP interfaces
Project-URL: Homepage, https://github.com/phuc-nt/kioku-agent-kit
Project-URL: Repository, https://github.com/phuc-nt/kioku-agent-kit
Project-URL: Issues, https://github.com/phuc-nt/kioku-agent-kit/issues
Author-email: Phúc Nguyễn <phucnt@example.com>
License-Expression: MIT
Keywords: agent,ai,claude,knowledge-graph,mcp,memory,rag
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.11
Requires-Dist: pydantic-settings>=2.0
Requires-Dist: pydantic>=2.0
Requires-Dist: python-dotenv>=1.0
Provides-Extra: cli
Requires-Dist: typer>=0.24.1; extra == 'cli'
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.24; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.8; extra == 'dev'
Provides-Extra: full
Requires-Dist: anthropic>=0.40; extra == 'full'
Requires-Dist: chromadb>=0.6; extra == 'full'
Requires-Dist: falkordb>=1.0; extra == 'full'
Requires-Dist: fastmcp>=2.0.0; extra == 'full'
Requires-Dist: ollama>=0.4; extra == 'full'
Requires-Dist: typer>=0.24.1; extra == 'full'
Provides-Extra: graph
Requires-Dist: anthropic>=0.40; extra == 'graph'
Requires-Dist: falkordb>=1.0; extra == 'graph'
Provides-Extra: mcp
Requires-Dist: fastmcp>=2.0.0; extra == 'mcp'
Provides-Extra: vector
Requires-Dist: chromadb>=0.6; extra == 'vector'
Requires-Dist: ollama>=0.4; extra == 'vector'
