verify rpc and website gates

This commit is contained in:
Advait Paliwal
2026-04-10 10:49:54 -07:00
parent 4137a29507
commit 790824af20
9 changed files with 759 additions and 52 deletions

View File

@@ -10,6 +10,7 @@ test("buildPiArgs includes configured runtime paths and prompt", () => {
workingDir: "/workspace",
sessionDir: "/sessions",
feynmanAgentDir: "/home/.feynman/agent",
mode: "rpc",
initialPrompt: "hello",
explicitModelSpec: "openai:gpt-5.4",
thinkingLevel: "medium",
@@ -22,6 +23,8 @@ test("buildPiArgs includes configured runtime paths and prompt", () => {
"/repo/feynman/extensions/research-tools.ts",
"--prompt-template",
"/repo/feynman/prompts",
"--mode",
"rpc",
"--model",
"openai:gpt-5.4",
"--thinking",