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
+2 -1
View File
@@ -8,11 +8,12 @@ authors = [
]
requires-python = ">=3.14"
dependencies = [
"anthropic>=0.105.2",
"litellm>=1.70.0",
"genson>=1.3.0",
"mitmproxy>=12.2.3",
"playwright>=1.60.0",
"pyyaml>=6.0.3",
"botcore>=1.1.4",
]
[project.scripts]