Implement credit parse result polling and sentinel handling

This commit is contained in:
wkc
2026-05-18 10:56:25 +08:00
parent 9917d10e59
commit 1fadb38d99
25 changed files with 918 additions and 81 deletions

View File

@@ -23,5 +23,6 @@ def test_dev_parse_args_should_reject_invalid_mode():
def test_app_should_register_credit_mock_routes():
paths = {route.path for route in app.routes}
assert "/xfeature-mngs/conversation/htmlEval" in paths
assert "/api/service/interface/invokeService/xfeature" in paths
assert "/api/service/interface/invokeService/xfeatureResult" in paths
assert "/credit/health" in paths