提升缓存命中稳定性并补充 Antigravity 总额度视图#378
Open
STA1N156 wants to merge 25 commits into
Open
Conversation
Contributor
Author
Contributor
Author
|
反重力更新后,账号额度已按token计费,通过粘性灵活的路由提升缓存命中率应该可以大幅度降低额度消耗 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

本 PR 主要补充两部分能力:一是为多账号场景增加缓存友好的凭证路由,二是为 Antigravity 凭证管理页增加总额度与分模型额度视图,方便观察账号池状态。
主要改动
增加缓存优先的凭证路由逻辑:
user_id、sessionId等字段提取稳定会话标识。增加 Antigravity 总额度 UI:
补充 Antigravity 额度汇总接口:
验证
python -m py_compile src\panel\creds.py src\google_oauth_api.pynode --check front\common.jsgit diff --check说明
该改动不会强制固定账号;只有在能识别会话时才优先复用同一凭证,凭证不可用时仍会回退到可用账号,兼顾缓存命中和可用性。