hermes-agent/hermes_cli
teknium a8809bbd3e Transition installation to uv for py version and speed to be easier to streamline
- Integrated `uv` as a fast Python package manager for automatic Python provisioning and dependency management.
- Updated installation scripts (`setup-hermes.sh`, `install.sh`, `install.ps1`) to utilize `uv` for installing Python and packages, streamlining the setup process.
- Revised `README.md` to reflect changes in installation steps, including symlinking `hermes` for global access and clarifying Python version requirements.
- Adjusted commands in `doctor.py` and other scripts to recommend `uv` for package installations, ensuring consistency across the project.
2026-02-07 23:54:53 +00:00
..
__init__.py Enhance CLI with multi-platform messaging integration and configuration management 2026-02-02 19:01:51 -08:00
config.py Add RL training configuration and tools 2026-02-04 09:36:51 -08:00
cron.py Enhance CLI with multi-platform messaging integration and configuration management 2026-02-02 19:01:51 -08:00
doctor.py Transition installation to uv for py version and speed to be easier to streamline 2026-02-07 23:54:53 +00:00
gateway.py Enhance messaging gateway configuration and security features 2026-02-03 10:46:23 -08:00
main.py Transition installation to uv for py version and speed to be easier to streamline 2026-02-07 23:54:53 +00:00
setup.py Transition installation to uv for py version and speed to be easier to streamline 2026-02-07 23:54:53 +00:00
status.py Add RL training configuration and tools 2026-02-04 09:36:51 -08:00
uninstall.py Add uninstall command to CLI and update documentation 2026-02-02 22:18:18 -08:00