mirror of
https://github.com/hoshikawa2/agent_platform_oci.git
synced 2026-09-07 18:23:46 +00:00
982 B
982 B
Test Results - Semantic Route Stickiness and Global Session Control
Date: 2026-07-31
Command
PYTHONPATH=libs/agent_framework/src pytest -q tests/unit/test_semantic_route_stickiness.py
Result
9 passed
Covered scenarios
CONTINUEbypasses the Enterprise Router.ROUTEfalls back to the Enterprise Router.- Low-confidence
CONTINUEfalls back safely. - Invalid model output falls back safely.
- With no active agent, the lightweight classifier can still detect global session actions.
HUMAN_HANDOFFreturns the globalhuman_handoffroute and session-control metadata.END_SESSIONreturns the globalend_sessionroute and session-control metadata.- Global actions work on the first turn.
CONTINUEwithout an active agent is normalized toROUTE.
Additional validation
python -m compileall -q libs/agent_framework/src templates/agent_template_backend/app
Compilation completed successfully.