Usage
Start the agent:
omp
Show help:
omp --help
Show version:
omp --version
Important Files & Directories
- OMP Binary:
/root/.local/bin/omp - Agent directory:
~/.omp/agent/ - Sessions:
~/.omp/agent/sessions/ - Settings:
~/.omp/agent/config.yml - Credentials:
~/.omp/agent/agent.db
Notes
- The installation is performed for the
rootuser. /root/.local/binis added to the shellPATHthrough/root/.bashrc.- The executable is installed to
/root/.local/bin/omp. - Sessions are stored as JSONL files under
~/.omp/agent/sessions/. They can be resumed, forked, branched, and shared. - Settings, credentials, plugins, and caches are stored under
~/.omp/agent/.