AgentEvalTool/backend/agenteval/exploration
sinohqb 2285a25009 feat(exploration): judge sampling review after session close
After an exploration session closes, the platform samples up to 3
conversation rounds and runs an independent judge-role review through
the v0.7 ChatClient seam, persisting quality-dimension conclusions
(attitude, professionalism, hallucination) into the session's
judge_review. The review runs as a background task: failures are
recorded without touching session state or the first-hand experience
record, and a missing model config skips silently.
2026-08-03 18:59:40 +08:00
..
__init__.py feat(exploration): session lifecycle endpoints with platform hard guardrails 2026-08-03 17:35:17 +08:00
judge.py feat(exploration): judge sampling review after session close 2026-08-03 18:59:40 +08:00
models.py feat(campaigns): exploration seed set and budget config per campaign 2026-08-03 17:52:25 +08:00