mlogclub
61192193b2
fix(skill): update normalizeSkillIDs to skip disabled skills instead of returning an error
2026-04-17 16:20:58 +08:00
mlogclub
48564ec384
feat(content): enhance ContentChunk structure with Provider and StorageKey fields
2026-04-17 13:40:16 +08:00
mlogclub
0037b97f29
feat(asset): add AssetID to ContentChunk and update image handling in HTML content
2026-04-17 13:35:00 +08:00
mlogclub
f4761d768c
feat(message): enhance HTML asset normalization with error handling and validation
2026-04-17 13:34:36 +08:00
mlogclub
2631689958
feat(message): enhance message normalization and asset handling in HTML content
2026-04-17 12:50:06 +08:00
mlogclub
9efec4d379
feat(utils): implement message rendering utilities and enhance message handling in services
2026-04-17 12:40:47 +08:00
mlogclub
9d76d5d505
feat(message): enhance message rendering and payload handling with signed URLs
2026-04-17 11:53:25 +08:00
mlogclub
2464bbe428
feat(asset): remove URL field from Asset model and related functions
2026-04-17 11:19:13 +08:00
mlogclub
c4aeea5581
feat(storage): implement provider caching and error logging in asset builder
2026-04-17 11:14:59 +08:00
mlogclub
62416baabc
Refactor API endpoints to use /api/dashboard instead of /api/console
...
- Updated all relevant API functions in agent.ts, company.ts, customer-contact.ts, customer.ts, dashboard.ts, ticket-config.ts, and ticket.ts to point to the new /api/dashboard paths.
- Ensured that all request methods and payload structures remain unchanged to maintain existing functionality.
2026-04-15 17:12:30 +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
12fd382abb
feat: add customer online status to conversation response and update UI accordingly
2026-04-14 20:28:48 +08:00
mlogclub
3cdd31786a
feat: enhance event consumption logic and add success reply handling
2026-04-14 19:05:05 +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
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
ef6815a3c6
feat: refactor tool metadata resolution to utilize ToolSpec and enhance tool catalog service
2026-04-12 22:30:00 +08:00
mlogclub
11252d31da
feat: refactor tool definitions to use structured ToolSpec and update related references
2026-04-12 22:27:09 +08:00
mlogclub
c3ac4c3e28
feat: add AgentRunGraphSummary and related functionality for graph summary retrieval
2026-04-12 14:08:16 +08:00
mlogclub
44b20813fe
feat: rename AllowedToolCodes to ToolWhitelist across skill-related models and requests for consistency
2026-04-12 10:16:03 +08:00
mlogclub
06abbbeeb6
feat: rename Content field to Instruction across skill-related models and requests for consistency
2026-04-12 10:00:47 +08:00
mlogclub
fb4078fc75
feat: add AI serving status to conversation management and update related components
2026-04-11 13:55:11 +08:00
mlogclub
97f0df17b6
feat: implement skill debug resume functionality and related API endpoints
2026-04-10 17:27:44 +08:00
mlogclub
eac3d87cc2
feat: add HITL status filtering and options to agent run logs
2026-04-10 16:46:18 +08:00
mlogclub
c1d42be1fc
feat: remove fallback mode and max AI reply rounds from AIAgent model and related components
2026-04-10 16:08:17 +08:00
mlogclub
15afa10c7d
feat: implement Handoff Graph Tool for managing AI to human transitions
2026-04-10 16:00:10 +08:00
mlogclub
3db7bec662
feat: refactor ticket creation process to use Graph Tool for confirmation and state management
2026-04-10 15:45:51 +08:00
mlogclub
e7a600b7d5
feat: add auto-injection flag for tools and filter auto-injected tools in UI
2026-04-10 15:41:02 +08:00
mlogclub
8961ec4342
feat: add tool search functionality and enhance tool management in AI agent
2026-04-10 14:57:46 +08:00
mlogclub
1370e4b675
feat: enhance AI agent functionality with tool management and logging improvements
...
- Added AllowedToolCodes field to Context for managing tool access.
- Introduced ResumeSource in aiReplyTraceData to track resume points.
- Enhanced logging with additional fields: PlannedSkillName, SkillRouteTrace, InterruptType, ResumeSource, and FinalStatus.
- Implemented functions to parse and resolve allowed tool codes for agents and skills.
- Refactored skill definition creation and update logic to streamline request handling.
- Updated MCP tool catalog to include source type and integrated built-in tools.
- Improved UI components to display additional tool information and enhance user experience.
2026-04-10 14:43:57 +08:00
mlogclub
92490d7faf
Add MCP tool catalog functionality and validation
...
- Implement AnyCatalog method in MCPController to list MCP tools with detailed information.
- Introduce MCPToolCatalogResponse struct for tool catalog responses.
- Create ToolCatalogService to handle tool listing and validation of tool codes.
- Enhance skill definition validation to include tool code validation against the catalog.
2026-04-09 15:24:34 +08:00
mlogclub
dbd1c5fe66
Refactor MCP tool handling by introducing tool code normalization and parsing, enhancing request and response structures for AIAgentMCPTool
2026-04-09 13:49:03 +08:00
mlogclub
28d18ab6c0
Implement skill debugging functionality and refactor skill execution flow
2026-04-09 11:58:04 +08:00
mlogclub
efe801b8bf
Init
2026-04-09 10:01:23 +08:00