[Haik]: ckpt, updated readmes

This commit is contained in:
haikdc
2026-03-30 05:39:24 -07:00
parent 42c4ceac80
commit 46affaa5e9
45 changed files with 112 additions and 3266 deletions
-4
View File
@@ -84,10 +84,6 @@ echo "Installing backend dependencies..."
"$PYTHON_BIN" -m pip install --upgrade pip
"$PYTHON_BIN" -m pip install -r "$PROJECT_ROOT/backend/requirements.txt"
# Install the debugger module
echo "Installing debugger module..."
"$PYTHON_BIN" -m pip install -e "$PROJECT_ROOT/debugger"
# Verify claude-agent-sdk and its bundled binary
echo "Verifying claude-agent-sdk..."
"$PYTHON_BIN" -c "import claude_agent_sdk; print(f'claude-agent-sdk installed')"