- 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
4 lines
83 B
Bash
Executable File
4 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
source /opt/aitbc/venv/bin/activate
|
|
python -m aitbc_cli.core.main "$@"
|