Back to Oh My Openagent

omo-senpi

packages/omo-senpi/plugin/README.md

4.16.0928 B
Original Source

omo-senpi

@code-yeongyu/omo-senpi is the Senpi edition of OMO packaged as one Pi package. It loads one generated extension entry from extensions/omo.js and generated skills from skills/.

Install

Build the plugin artifacts before installing:

sh
bun run --cwd packages/omo-senpi build

Then install the built local path:

sh
senpi install /absolute/path/to/omo/packages/omo-senpi/plugin

The OMO installer will also support the Senpi target:

sh
omo install --platform=senpi

Only local-path installs are supported in v1. git: and npm: installs are not supported because extensions/ and skills/ are generated build outputs, not checked-in source trees.

Disable Components

Disable individual OMO Senpi components through the adapter's per-component disable flags after installation. Do not edit files under extensions/ or skills/; those directories are regenerated by the build.