gitdataai/libs/agent
ZhenYi 10c0cc007b refactor(agent): split into submodules and add Qdrant embedding
- Split agent crate into client/, model/, agent/ subdirs
- Add billing.rs for token usage recording
- Add sync.rs for upstream model sync
- EmbedService: Qdrant-backed vector memory for semantic search
- ChatService: wire EmbedService for memory lookup, passive skill awareness
- ReAct loop: streamline with tokio::select! and proper error handling
2026-04-25 20:09:33 +08:00
..
agent refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
chat refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
client refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
compact refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
embed refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +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): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
task fix(agent/service): retry jitter, tool executor ordering, curl SSRF, grep/JSON 2026-04-25 09:53:31 +08:00
tool refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
billing.rs refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +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 refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
sync.rs refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
tokent.rs fix(agent/service): retry jitter, tool executor ordering, curl SSRF, grep/JSON 2026-04-25 09:53:31 +08:00