A command line interface for your tiny smart workers.
- configure your environment
uv sync
source .venv/bin/activate
python cli.py
Note:
- for environment configuration, you can use the
.env.example
file - normally, each command has a
--config
option 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\dn
in psql.
prerequisites: add source as the dependency
uv add --dev .
uv build
uv sync
development:
- test:
mcp dev mcp/kb_exploer.py
- install to claude:
mcp install mcp/kb_exploer.py --with-editable .