Commit Graph

148 Commits

Author SHA1 Message Date
mlogclub fe3786aca9 feat: update AI Agent workflow diagram for improved clarity and detail 2026-04-15 16:53:42 +08:00
mlogclub 3742140ecc feat: add JsonTreeViewer component and refactor AgentRunLogDetailDialog to use it for JSON display 2026-04-15 16:48:15 +08:00
mlogclub 3749c533fb Refactor code structure for improved readability and maintainability 2026-04-15 15:24:58 +08:00
mlogclub d81e722a19 feat: clear fallback message in buildForm function for improved user experience 2026-04-15 15:23:50 +08:00
mlogclub 76c00084f0 Merge branch 'codex/knowledge-runtime-guard' 2026-04-15 14:57:30 +08:00
mlogclub ef73cf7e61 fix: guard runtime answers with knowledge retrieval 2026-04-15 14:57:14 +08:00
mlogclub 1ad788b3ed feat: add missing import for response DTO in agent run log controller and service 2026-04-15 13:51:37 +08:00
mlogclub 76b846f913 feat: remove unused AgentRunGraphSummary type and related logic from services and UI 2026-04-14 23:36:44 +08:00
mlogclub e6df473664 feat: refactor log detail display into MetaStrip component for improved readability 2026-04-14 23:31:58 +08:00
mlogclub 1ccdd182b4 feat: implement agent run log detail dialog and refactor log detail handling 2026-04-14 23:30:58 +08:00
mlogclub 7ab8d4fac6 feat: enhance user message display with HTML rendering and preview functionality 2026-04-14 23:26:20 +08:00
mlogclub 12fd382abb feat: add customer online status to conversation response and update UI accordingly 2026-04-14 20:28:48 +08:00
mlogclub 2d5f229828 feat: add realtime connection status handling and display in conversations page 2026-04-14 20:19:16 +08:00
mlogclub 0f3d110018 feat: implement websocket URL creation and enhance websocket connection logging 2026-04-14 19:59:49 +08:00
mlogclub 2222256f5a feat: update styling for pending conversation messages to center content 2026-04-14 19:48:21 +08:00
mlogclub 3ff940c6f3 feat: simplify styling for closed and pending conversation messages 2026-04-14 19:41:23 +08:00
mlogclub 3cdd31786a feat: enhance event consumption logic and add success reply handling 2026-04-14 19:05:05 +08:00
mlogclub 1f894ef7f0 feat: update MessageItem component styles for improved readability 2026-04-14 18:54:18 +08:00
mlogclub c159bbd373 feat: update styling for MessageEditor and ChatShell components 2026-04-14 18:51:20 +08:00
mlogclub fcecf77640 feat: enhance SkillRow component layout and improve description display 2026-04-14 18:37:58 +08:00
mlogclub c13d2a9468 feat: refine ticket handling rules and response examples in buildSeedItems function 2026-04-14 18:30:05 +08:00
mlogclub 1766eadcf1 feat: implement buildResumeTargets function and update resume handling logic 2026-04-14 18:27:45 +08:00
mlogclub e4cec52661 feat: remove priority field from SkillDefinition and related services 2026-04-14 17:50:33 +08:00
mlogclub d32e65bf68 chore: update subproject commit reference in documentation 2026-04-14 17:45:02 +08:00
mlogclub ccdb04e9aa feat: remove priority field from skill definition and related services 2026-04-14 17:44:06 +08:00
mlogclub 2369a5a9a1 feat: update default skill to AfterSalesEscalation and adjust related service logic 2026-04-14 17:43:58 +08:00
mlogclub f8a3c03213 feat: improve layout and styling of EditDialog with enhanced field organization 2026-04-14 17:28:35 +08:00
mlogclub 5b6a654b90 feat: enhance EditDialog with service strategy and dialogue configuration sections 2026-04-14 16:53:37 +08:00
mlogclub d30cf5f234 feat: integrate MarkdownIt for rendering messages and update styles in message components 2026-04-14 15:11:00 +08:00
mlogclub aa7f94e08f feat: add support for Graph Tools in AIAgent model and related services 2026-04-14 15:10:50 +08:00
mlogclub 8d560bb6bd feat: introduce ToolSourceType enum and refactor related code to use it 2026-04-14 15:05:38 +08:00
mlogclub 0ea493e536 feat: add test to ensure BuildMCPTools skips graph and builtin tools 2026-04-14 14:59:44 +08:00
mlogclub 9503a5c6d6 refactor: remove unused fields from buildSeedItems in aiagent and update prompt to instruction in skill 2026-04-14 14:28:50 +08:00
mlogclub 9cda0ff20a fix: set default backendBaseUrl in next.config.ts and remove .env.development from .gitignore 2026-04-14 13:48:10 +08:00
mlogclub 794a38b5cb feat: add .env.development file and update .gitignore to include it 2026-04-14 13:46:19 +08:00
mlogclub eef67a436e refactor: update GetCustomerSourceTypeLabel to use ExternalSource and remove CustomerSourceType alias 2026-04-14 12:14:13 +08:00
mlogclub fcb2e11998 feat: refactor runtime to use application runtime executor and update related types 2026-04-14 12:13:33 +08:00
mlogclub c79d508177 update 2026-04-14 12:01:38 +08:00
mlogclub 03fc405e4e feat: implement instruction assembly and project instruction providers with tests 2026-04-14 12:00:03 +08:00
mlogclub 9c7d70741a feat: refactor MCP tool definitions to use a new tooling package and update related references 2026-04-14 11:55:32 +08:00
mlogclub 2cb4866fce feat: update ResumeData type from map[string]any to map[string]string for consistency 2026-04-14 11:47:13 +08:00
mlogclub 48ad418f06 feat: enhance handoff reason extraction and improve trace data handling in run log service 2026-04-14 11:45:55 +08:00
mlogclub 13903baf61 feat: add structured types for graph tool outcomes and enhance candidate extraction logic 2026-04-14 11:15:07 +08:00
mlogclub 974f8a788b feat: remove unused helper functions for string and int64 value extraction 2026-04-14 11:13:19 +08:00
mlogclub a5b0ddc760 feat: refactor HandoffGraph to use structured arguments and add unit tests for buildReason method 2026-04-14 11:08:02 +08:00
mlogclub 2211f29da7 feat: remove deprecated service and types, and refactor tool search request handling 2026-04-14 11:07:26 +08:00
mlogclub c12e75b6a1 feat: add unit tests for AgentHandlerService and buildInstructionTraceSummary 2026-04-14 10:51:10 +08:00
mlogclub 7bdd462ed5 feat: refactor agent factory to use AgentHandlerService and add buildInstructionTraceSummary helper 2026-04-14 10:43:26 +08:00
mlogclub 5ebdf1cc8e feat: implement SkillMiddlewareService and helper functions for skill handling 2026-04-14 10:41:16 +08:00
mlogclub d0e2efab65 feat: remove unused buildInstructionAppendices function from tool_helpers 2026-04-14 10:40:56 +08:00