Durable agent evolution harness with a Pi-native chat relay
LPM treats this as warn-only first-party agent extension lifecycle risk. Explicit `pievo` runtime execution starts configured Telegram/Mattermost bots and launches `pi` with a package-owned extension. The extension can use a token-protected local bridge to send replies/attachments and manage schedules for the active session.
`src/pi_run/runner.js` launches external `pi` with this package's extension and skills.
src/pi_run/runner.jsView on unpkg`src/pi_tools/extension.ts` exposes agent-callable chat, attachment, and schedule tools.
src/pi_tools/extension.tsView on unpkg`src/pi_tools/tool-bridge-server.js` grants bearer-token tool requests to per-session handlers.
src/pi_tools/tool-bridge-server.jsView on unpkg`src/chat_adapter/telegram/telegram-api.js` sends bot API requests to `api.telegram.org`.
src/chat_adapter/telegram/telegram-api.jsView on unpkg`src/pi_run/runner.js` launches external `pi` with this package's extension and skills.
src/pi_run/runner.jsView on unpkg`src/pi_tools/extension.ts` exposes agent-callable chat, attachment, and schedule tools.
src/pi_tools/extension.tsView on unpkg`src/pi_tools/tool-bridge-server.js` grants bearer-token tool requests to per-session handlers.
src/pi_tools/tool-bridge-server.jsView on unpkg`src/chat_adapter/telegram/telegram-api.js` sends bot API requests to `api.telegram.org`.
src/chat_adapter/telegram/telegram-api.jsView on unpkg