1
0
Fork
You've already forked knrs
0
No description
  • Python 95%
  • HTML 5%
2026年06月09日 15:03:46 +02:00
agent Automatic topical hierarchies in research results via /organize 2026年06月04日 16:49:43 +02:00
benchmark no central benchmark file, decoupled results only 2026年05月24日 13:16:56 +02:00
calibre Refactor knrs into flat project layout, fix backend manager path, and add Arch Linux Syncthing path support 2026年05月17日 08:48:01 +02:00
external_lib sync both pdf and epub if both are available (external-lib) 2026年05月24日 16:15:11 +02:00
repl fix search return types 2026年06月09日 15:03:46 +02:00
subprocesses fix imp 2026年06月04日 19:42:37 +02:00
summarizer Less chatty 2026年06月04日 14:26:07 +02:00
timelines Refactor knrs into flat project layout, fix backend manager path, and add Arch Linux Syncthing path support 2026年05月17日 08:48:01 +02:00
utils Automatic topical hierarchies in research results via /organize 2026年06月04日 16:49:43 +02:00
vector fix search return types 2026年06月09日 15:03:46 +02:00
wiki Automatic topical hierarchies in research results via /organize 2026年06月04日 16:49:43 +02:00
.gitignore Ignore .antigravitycli directory 2026年05月19日 21:27:34 +02:00
config.py Python tool: full access (configur.), fix arXiv access, check external tools 2026年06月04日 12:52:40 +02:00
install.py install: add macOS-specific post-sync rule to install macocr for md_converter 2026年05月23日 15:56:35 +02:00
knrs.py fix search return types 2026年06月09日 15:03:46 +02:00
logging_setup.py Refactor knrs into flat project layout, fix backend manager path, and add Arch Linux Syncthing path support 2026年05月17日 08:48:01 +02:00
naming.py Refactor knrs into flat project layout, fix backend manager path, and add Arch Linux Syncthing path support 2026年05月17日 08:48:01 +02:00
next_step.md Implement agentic REPL with persistent conversational agent session 2026年05月17日 11:27:54 +02:00
paths.py Refactor knrs into flat project layout, fix backend manager path, and add Arch Linux Syncthing path support 2026年05月17日 08:48:01 +02:00
pyproject.toml no more restricted python 2026年06月04日 13:03:33 +02:00
README.md disclaimer cleanup 2026年06月02日 16:05:25 +02:00
uv.lock no more restricted python 2026年06月04日 13:03:33 +02:00

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.