gitdataai/libs/agent/tool
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
..
call.rs fix(agent/service): retry jitter, tool executor ordering, curl SSRF, grep/JSON 2026-04-25 09:53:31 +08:00
context.rs feat(context): thread embed_service through ToolContext for FC tool access 2026-04-28 13:03:55 +08:00
definition.rs refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
executor.rs fix: resolve multiple bugs across backend and frontend 2026-04-27 13:54:21 +08:00
mod.rs feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
recorder.rs refactor(agent): replace custom ReAct loop with rig::agent::Agent 2026-04-28 09:42:36 +08:00
registry.rs feat(ssh): add complete SSH server implementation for Git operations 2026-04-28 21:29:34 +08:00
rig_adapter.rs refactor(agent): replace custom ReAct loop with rig::agent::Agent 2026-04-28 09:42:36 +08:00