mlogclub
3f85c7fc2c
feat: add unit tests for NewRuntimeStaticTool and ResolveToolMetadata functions
2026-04-14 09:58:08 +08:00
mlogclub
ceb5df87fd
feat: implement ResolveToolMetadata function and update tool metadata resolution across the codebase
2026-04-14 09:51:03 +08:00
mlogclub
d87253dddd
feat: refactor agent factory and introduce helper functions for tool metadata and instruction assembly
2026-04-14 09:47:42 +08:00
mlogclub
0ea113c621
feat: refactor tool catalog to build static tools dynamically and improve tool code normalization
2026-04-14 09:39:56 +08:00
mlogclub
6499126f40
feat: refactor tool metadata handling and simplify allowed tool code checks
2026-04-12 23:15:27 +08:00
mlogclub
c5941e91e0
feat: enhance ToolSpec with Appendix field and refactor agent instruction assembly
2026-04-12 23:14:27 +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
89227c02c4
feat: add TriageServiceRequest tool and related graph for analyzing service requests and drafting tickets
2026-04-12 13:39:16 +08:00
mlogclub
e42c77c8ae
feat: add AnalyzeConversation tool and related graph for analyzing conversation risks and summaries
2026-04-12 13:36:01 +08:00
mlogclub
a66b78eecc
feat: add PrepareTicketDraft tool and related graph for drafting ticket information
2026-04-12 13:32:07 +08:00
mlogclub
560ebdbf13
feat: implement skill middleware and enhance tool handling for selected skills
2026-04-12 10:11: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
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