feat: generalize agent runtime config

This commit is contained in:
Federico Jaramillo Martinez
2026-06-28 16:36:40 +02:00
parent 84a485d62e
commit 75e2377756
22 changed files with 289 additions and 155 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ export interface PiWebConfigValues {
* while the capability stabilizes. Requires spawnSessions to be enabled.
*/
subsessions?: boolean;
/** Agent runtime state used by the session daemon (Pi by default; OMP compatible). */
/** Agent runtime command/state used by PI WEB and the session daemon (Pi by default). */
agent?: PiWebAgentConfig;
}