fix: correct CLI module path from cli.core.main to aitbc_cli.core.main
- Fixed scripts/aitbc-cli to use correct module name aitbc_cli.core.main - Prevents module resolution to hermes-agent or other cli packages - Ensures AITBC CLI loads from correct aitbc_cli package
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
source /opt/aitbc/venv/bin/activate
|
||||
python -m cli.core.main "$@"
|
||||
python -m aitbc_cli.core.main "$@"
|
||||
|
||||
Reference in New Issue
Block a user