mlogclub
ef73cf7e61
fix: guard runtime answers with knowledge retrieval
2026-04-15 14:57:14 +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
fcb2e11998
feat: refactor runtime to use application runtime executor and update related types
2026-04-14 12:13:33 +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
13903baf61
feat: add structured types for graph tool outcomes and enhance candidate extraction logic
2026-04-14 11:15:07 +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
mlogclub
519d5fe1e1
feat: introduce InstructionService for improved instruction assembly and refactor AgentFactory
2026-04-14 10:24:35 +08:00
mlogclub
1683ed6ed5
feat: add governance and skill instruction providers, update instruction assembly logic
2026-04-14 10:24:13 +08:00
mlogclub
bea080d23c
feat: enhance ProjectInstructionProvider to read from AGENTS.md and update default instruction logic
2026-04-14 10:05:31 +08:00
mlogclub
65e65bd137
feat: add ProjectInstructionProvider and ToolAppendixProvider for enhanced instruction handling
2026-04-14 10:03:52 +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
f66b337016
feat: add StaticToolMetadata to ToolSet and update related logic for improved tool metadata handling
2026-04-13 19:23:53 +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
37a713f3b8
feat: enhance graph tool handling by adding recommended action, risk level, and ticket draft readiness
2026-04-12 13:43: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
5484384d89
feat: enhance tool result handling by adding reduction info parsing and updating trace item structure
2026-04-12 11:40:05 +08:00
mlogclub
fb42101c10
feat: refactor tool result summary handling by introducing BuildReducedToolResultSummary and updating related methods
2026-04-12 11:36:36 +08:00
mlogclub
0db5f0d663
feat: enhance knowledge retrieval by adding MaxContextItems support and refactoring related methods
2026-04-12 11:02:08 +08:00
mlogclub
0b77d91dfe
feat: enhance retriever trace summary by adding policies support and refactoring related methods
2026-04-12 10:59:59 +08:00
mlogclub
7f70614739
feat: enhance retriever summary handling by adding SetRetrieverSummary method and updating trace summary in knowledge retrieval
2026-04-12 10:49:43 +08:00
mlogclub
9ee3f3abbd
feat: enhance knowledge retrieval by introducing RetrieveContextByOptions method and streamline context handling
2026-04-12 10:45:11 +08:00
mlogclub
cf84693421
feat: refactor knowledge retrieval to introduce RetrieveContext method and streamline context handling
2026-04-12 10:34:24 +08:00
mlogclub
560ebdbf13
feat: implement skill middleware and enhance tool handling for selected skills
2026-04-12 10:11:17 +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
294ad772de
feat: remove project root dependency and introduce DefaultProjectInstruction constant
2026-04-12 09:56:38 +08:00
mlogclub
f1f213420d
feat: add instruction summary handling in RuntimeTraceCollector and enhance instruction assembly process
2026-04-11 23:02:09 +08:00
mlogclub
be17807152
feat: enhance tooling management with static and dynamic tool code handling
2026-04-11 22:50:35 +08:00
mlogclub
a8a33ec6e0
feat: refactor BuildCustomerServiceAgent to use structured input for improved clarity and extensibility
2026-04-11 22:40:04 +08:00
mlogclub
15afa10c7d
feat: implement Handoff Graph Tool for managing AI to human transitions
2026-04-10 16:00:10 +08:00
mlogclub
d953625a2b
feat: add Graph Tool tracing and logging support in agent run logs
2026-04-10 15:47:58 +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
31337fa714
feat: enhance tool search functionality and streamline tool management in AI agent
2026-04-10 15:40:21 +08:00
mlogclub
4722caab37
feat: implement tool search tracing and logging in agent run logs
2026-04-10 15:04: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
mlogclub
03c1131006
Enhance skill debugging and response structure by adding skill name and allowed tool codes, and refactor related data handling
2026-04-09 13:38:34 +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