feat: add litellm client adapter, JSONL flow detail, and sample output

This commit is contained in:
2026-06-01 14:44:04 +08:00
parent 370853ccbf
commit 1547ed7785
18 changed files with 1523 additions and 34 deletions
+5
View File
@@ -54,6 +54,11 @@
shellHook = ''
export UV_PYTHON_PREFERENCE=managed
# Load API keys from .env if present
if [ -f .env ]; then
set -a; source .env; set +a
fi
# Set Playwright browser path (prefer system Chrome, fallback to nixpkg)
if [ -f /run/current-system/sw/bin/google-chrome ]; then
export PLAYWRIGHT_CHROMIUM_EXECUTABLE_PATH=/run/current-system/sw/bin/google-chrome