Commit Graph

11 Commits

Author SHA1 Message Date
guangfei.zhao
ed6e0ab282 feat(agent-mui): add agent canvas, nodes, and related components
docs(agent-hooks-guide): add comprehensive guide for agent hooks usage and implementation
2025-11-07 17:49:44 +08:00
guangfei.zhao
37dcab1597 feat(knowledge): add overview page for knowledge base logs
- Implement new overview page to display file and dataset processing logs
2025-11-04 15:32:55 +08:00
guangfei.zhao
9199ed7c29 feat(i18n): add internationalization support across multiple components 2025-10-29 16:40:20 +08:00
guangfei.zhao
49742f6219 fix(knowledge): format progress percentage to 2 decimal places 2025-10-24 17:56:19 +08:00
guangfei.zhao
85eb3ab3da feat(logging): add loglevel package and implement logger utility
refactor(document): update document list filtering and API request handling
2025-10-20 14:57:43 +08:00
guangfei.zhao
3f85b0ff78 feat(knowledge): add knowledge graph visualization component
- Add @xyflow/react dependency for graph visualization
- Create KnowledgeGraphView component with custom nodes and edges
- Extend knowledge detail hook to fetch and display graph data
- Add tabs in knowledge detail page to switch between documents and graph views
2025-10-17 16:43:03 +08:00
guangfei.zhao
de3d196e11 feat(breadcrumbs): implement reusable breadcrumbs component and update usage
refactor(chunk): enhance chunk list with bulk operations and improved UI
2025-10-17 11:11:48 +08:00
guangfei.zhao
5a0a9ef2a1 feat(knowledge): add chunk management and document processing features 2025-10-16 16:23:53 +08:00
guangfei.zhao
9f6785672f feat(knowledge): restructure knowledge base pages and components
- Implement new setting and testing pages with breadcrumbs
2025-10-14 18:06:12 +08:00
guangfei.zhao
7384ae36d0 feat(knowledge): add knowledge base detail page components and hooks
refactor(knowledge): restructure knowledge detail page with new components
feat(components): add FileUploadDialog for file upload functionality
feat(hooks): implement document management hooks for CRUD operations
2025-10-14 15:42:40 +08:00
guangfei.zhao
5c937df5ed feat(knowledge): add knowledge base management with dialog system
- Implement knowledge base list, create, and detail pages
- Add dialog provider and components for confirmation and alerts
- Include knowledge card and grid view components
- Enhance header with user menu and logout functionality
- Implement knowledge operations hooks for CRUD operations
2025-10-13 12:26:10 +08:00