Retire Convex paths and standardize local-first Pi runtime

This commit is contained in:
Agent Board
2026-07-29 01:49:53 +08:00
parent 26ff1a9c9a
commit a40fa25ae6
85 changed files with 1653 additions and 3971 deletions
+2 -2
View File
@@ -78,8 +78,8 @@ async function seedAiRuntime(requestContext, baseUrl, options) {
session_id: options.sessionId,
run_id: options.runId,
title: options.title,
profile: options.profile || "reasonix",
acp_runtime: options.acpRuntime || options.profile || "reasonix",
profile: options.profile || "pi",
acp_runtime: options.acpRuntime || options.profile || "pi",
trace_id: options.traceId,
status: options.status || "running",
runtime_json: options.runtimeJson || {},