gitdataai/libs/agent
ZhenYi bfdb934443 feat(embed): add chunked embedding, batch memory embed, and tag vectorization support
- chunk_text(): char-boundary-safe text chunking at paragraph/sentence breaks (7000 char limit)
- embed_memories_batch(): groups messages by room, batch-embeds all texts to reduce Qdrant calls
- embed_issue_chunked(): auto-chunks long issue bodies
- embed_skill(): upgraded with auto-chunking via chunk_text
- TagEmbedInput struct for batch tag embedding
- embed_tags_batch() / search_tags() with project isolation
- ensure_collections() now creates embed_repo_tag collection
2026-04-28 13:03:51 +08:00
..
agent refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
chat fix(billing): track actual tokens in ReAct mode instead of hardcoded 0/0 2026-04-28 10:04:54 +08:00
client refactor(agent): replace custom ReAct loop with rig::agent::Agent 2026-04-28 09:42:36 +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 refactor(fctool): add descriptions to tools and simplify model sync 2026-04-28 09:43:15 +08:00
billing.rs fix(billing): add transaction isolation and fix race conditions 2026-04-28 10:12:24 +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 feat(embed): add chunked embedding, batch memory embed, and tag vectorization support 2026-04-28 13:03:51 +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