gitdataai/libs/agent
ZhenYi 08045eef63 refactor(agent): enhance chat service with state management and billing
Add persistent chat session state (ChatState, sequence tracking, tool
calls). Introduce basic billing record in agent crate. Refine chat
service to route messages through state machine with tool support.
2026-04-30 19:16:44 +08:00
..
agent refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
chat refactor(agent): enhance chat service with state management and billing 2026-04-30 19:16:44 +08:00
client refactor(agent): enhance chat service with state management and billing 2026-04-30 19:16:44 +08:00
compact refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
embed fix(embed): add debug tracing to all embed methods 2026-04-29 15:35:25 +08:00
model feat(agent): paginated model catalog with pricing + redesigned Add AI panel 2026-04-28 23:58:46 +08:00
modes feat(agent): add CoT, Reflexion, and ReWOO reasoning modes 2026-04-30 19:15:55 +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(ssh): add complete SSH server implementation for Git operations 2026-04-28 21:29:34 +08:00
billing.rs refactor(agent): enhance chat service with state management and billing 2026-04-30 19:16:44 +08:00
Cargo.toml refactor(agent): enhance chat service with state management and billing 2026-04-30 19:16:44 +08:00
error.rs refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
lib.rs refactor(agent): enhance chat service with state management and billing 2026-04-30 19:16:44 +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