From 96ffbf7ba350e0a3509392ac23f665feeda7b80c Mon Sep 17 00:00:00 2001 From: Philipp Hugenroth Date: Wed, 28 Jan 2026 01:26:55 +0100 Subject: [PATCH] Update references from p-mono to pi-mono --- docs/concepts/agent.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/concepts/agent.md b/docs/concepts/agent.md index 15772e19f..9f333518d 100644 --- a/docs/concepts/agent.md +++ b/docs/concepts/agent.md @@ -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 `/.pi` settings are consulted.