gitdataai/libs/agent
ZhenYi c6bb72682b fix(agent): 修复扣费链路并实现级联扣费策略
- billing.rs: 修复参数传递 (model_id -> version_id)
- billing.rs: 新增 BillingResult 枚举支持 InsufficientBalance 错误
- billing.rs: 实现级联扣费 (优先 project 余额,不足时 fallback 到 workspace)
- billing.rs: 余额不足时创建系统消息并持久化
- chat/service.rs: 捕获 InsufficientBalance 错误并调用 create_system_message
- client/mod.rs: 超时时间从 60s 改为 120s
2026-04-28 19:59:06 +08:00
..
agent refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
chat fix(agent): 修复扣费链路并实现级联扣费策略 2026-04-28 19:59:06 +08:00
client fix(agent): 修复扣费链路并实现级联扣费策略 2026-04-28 19:59:06 +08:00
compact refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
embed feat(embed): add chunked embedding, batch memory embed, and tag vectorization support 2026-04-28 13:03:51 +08:00
model refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
perception refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
react refactor(agent): replace custom ReAct loop with rig::agent::Agent 2026-04-28 09:42:36 +08:00
skills feat(agent): implement built-in skills system (16 skills) 2026-04-27 16:40:59 +08:00
task fix(agent/service): retry jitter, tool executor ordering, curl SSRF, grep/JSON 2026-04-25 09:53:31 +08:00
tool feat(context): thread embed_service through ToolContext for FC tool access 2026-04-28 13:03:55 +08:00
billing.rs fix(agent): 修复扣费链路并实现级联扣费策略 2026-04-28 19:59:06 +08:00
Cargo.toml refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
error.rs refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
lib.rs fix(agent): 修复扣费链路并实现级联扣费策略 2026-04-28 19:59:06 +08:00
sync.rs fix(agent/sync): avoid double /v1/ prefix in model sync URL 2026-04-26 23:58:25 +08:00
tokent.rs fix(agent/service): retry jitter, tool executor ordering, curl SSRF, grep/JSON 2026-04-25 09:53:31 +08:00