Update references from p-mono to pi-mono

This commit is contained in:
Philipp Hugenroth 2026-01-28 01:26:55 +01:00 committed by GitHub
parent e2c437e81e
commit 96ffbf7ba3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,11 +1,11 @@
---
summary: "Agent runtime (embedded p-mono), workspace contract, and session bootstrap"
summary: "Agent runtime (embedded pi-mono), workspace contract, and session bootstrap"
read_when:
- Changing agent runtime, workspace bootstrap, or session behavior
---
# Agent Runtime 🤖
Moltbot runs a single embedded agent runtime derived from **p-mono**.
Moltbot runs a single embedded agent runtime derived from [**pi-mono**](https://github.com/badlogic/pi-mono).
## Workspace (required)
@ -59,9 +59,9 @@ Moltbot loads skills from three locations (workspace wins on name conflict):
Skills can be gated by config/env (see `skills` in [Gateway configuration](/gateway/configuration)).
## p-mono integration
## pi-mono integration
Moltbot reuses pieces of the p-mono codebase (models/tools), but **session management, discovery, and tool wiring are Moltbot-owned**.
Moltbot reuses pieces of the [pi-mono](https://github.com/badlogic/pi-mono) codebase (models/tools), but **session management, discovery, and tool wiring are Moltbot-owned**.
- No p-coding agent runtime.
- No `~/.pi/agent` or `<workspace>/.pi` settings are consulted.