Skip to content

wuxxin/omp-mypai

v0.1.0MIT

Core agent plugin for MyPAI and Oh-my-PI (omp): provides per-project cron scheduling, Signal messaging channel bridge, inbox audio/file ingestion spooler, Whisper STT & neural TTS speech synthesis, multi-bank Hindsight long-term vector memory integration, arbor AST code intelligence, and specialized multi-agent profiles.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

chat-channelstdio
{
  "type": "stdio",
  "command": "python3",
  "args": [
    "-m",
    "mypai_tools.chat_mcp"
  ],
  "env": {
    "VIRTUAL_ENV": "${PLUGIN_DATA}/venv",
    "PATH": "${PLUGIN_DATA}/venv/bin",
    "PYTHONPATH": "${PLUGIN_ROOT}/tools"
  }
}
cron-schedulerstdio
{
  "type": "stdio",
  "command": "python3",
  "args": [
    "-m",
    "mypai_tools.cron_mcp"
  ],
  "env": {
    "VIRTUAL_ENV": "${PLUGIN_DATA}/venv",
    "PATH": "${PLUGIN_DATA}/venv/bin",
    "PYTHONPATH": "${PLUGIN_ROOT}/tools"
  }
}
arborstdio
{
  "type": "stdio",
  "command": "python3",
  "args": [
    "-m",
    "arbor",
    "mcp"
  ]
}
openadaptstdio
{
  "type": "stdio",
  "command": "python3",
  "args": [
    "-m",
    "openadapt"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "omp-mypai",
  "version": "0.1.0",
  "description": "Core agent plugin for MyPAI and Oh-my-PI (omp): provides per-project cron scheduling, Signal messaging channel bridge, inbox audio/file ingestion spooler, Whisper STT & neural TTS speech synthesis, multi-bank Hindsight long-term vector memory integration, arbor AST code intelligence, and specialized multi-agent profiles.",
  "author": {
    "name": "wuxxin",
    "email": "wuxxin@gmail.com"
  },
  "license": "MIT",
  "keywords": [
    "mypai",
    "omp",
    "hindsight",
    "signal",
    "cron",
    "daemon",
    "spooler",
    "speech",
    "stt",
    "tts",
    "arbor",
    "mcp",
    "agent-plugin"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 2images
  • daemon-architecture.html