No description
- Python 95%
- HTML 5%
knrs
Warning
This project is under active development. Everything is subject to change at any time.
LLM-enabled knowledge-base wiki with Calibre integration, VectorDB, and local-first Wiki and research agents
Installation
To sync dependencies and initialize the subprocess backends, run:
python3 install.py
Note: In network-isolated or offline environments, you can run:
python3 install.py --offline
How to Start
To start the interactive REPL:
uv run knrs
To view the resolved configuration:
uv run knrs config
To list all available CLI commands:
uv run knrs --help
Authors & AI Collaboration
This repository is developed by domschl in collaboration with Antigravity (an AI coding assistant designed by Google DeepMind), who serves as a primary author of the agentic frameworks, codebase restructuring, and integration layers.