A command line interface for your tiny smart workers.
- configure your environment
uv syncsource .venv/bin/activatepython cli.py
Note:
- for environment configuration, you can use the
.env.examplefile - normally, each command has a
--configoption to specify the configuration file. for its details, you can find them in codes. - the default PG schema for Knowledge is
ai, you can find it with\dnin psql.
prerequisites: add source as the dependency
uv add --dev .uv builduv sync
development:
- test:
mcp dev mcp/kb_exploer.py - install to claude:
mcp install mcp/kb_exploer.py --with-editable .