gitdataai/libs/agent
ZhenYi 14f6e1e500 feat(core): initialize project with access control and AI integration
- Add gitignore and prettier configuration files for project scaffolding
- Implement room access control service with project member verification
- Create user access key management with CRUD operations and activity logging
- Add accordion UI component for frontend expandable sections
- Implement room AI configuration with list, upsert, and delete operations
- Add AI event types for agent join/leave/status change tracking
- Create streaming AI processing services for mode and react patterns
- Build room AI service with model detection and idempotency handling
- Integrate chat service orchestration for AI message processing
- Add typing indicators and stream cancellation for AI interactions
- Implement mention parsing and context extraction for AI agents
2026-05-03 06:04:31 +08:00
..
agent refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
chat feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +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(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
perception refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
react feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +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(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
billing.rs refactor(agent): enhance chat service with state management and billing 2026-04-30 19:16:44 +08:00
Cargo.toml feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
error.rs refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
lib.rs feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
sync.rs feat(workspace): initialize Rust workspace with core services and dependencies 2026-05-01 00:40:29 +08:00
tokent.rs fix(agent/service): retry jitter, tool executor ordering, curl SSRF, grep/JSON 2026-04-25 09:53:31 +08:00