使用方法
启动智能体:
omp
显示帮助:
omp --help
显示版本:
omp --version
重要文件与目录
- OMP 可执行文件:
/root/.local/bin/omp - 智能体目录:
~/.omp/agent/ - 会话:
~/.omp/agent/sessions/ - 设置:
~/.omp/agent/config.yml - 凭据:
~/.omp/agent/agent.db
注意事项
- The installation is performed for the
root用户 /root/.local/binis added to the shellPATHthrough/root/.bashrc.- The executable is installed to
/root/.local/bin/omp. - 会话以 JSONL 文件形式保存在
~/.omp/agent/sessions/。它们可以恢复、复刻、分支和共享。 - Settings, credentials, plugins, and caches are stored under
~/.omp/agent/.