Description
The Python CLI (vectorless command) has a complete command structure with 10+ subcommands (init, add, query, ask, remove, list, tree, config, stats, info), but every single handler raises NotImplementedError:
# vectorless/cli/commands/query.py:40
raise NotImplementedError
# vectorless/cli/commands/add.py:32
raise NotImplementedError
# ... 30 total instances across all CLI files
Description
The Python CLI (
vectorlesscommand) has a complete command structure with 10+ subcommands (init, add, query, ask, remove, list, tree, config, stats, info), but every single handler raisesNotImplementedError: