521729f5d3
feat: implement runtime service and types for application integration
mlogclub
2026-04-13 20:37:22 +08:00
2a5629b9f1
feat: refactor indexing logic by introducing runDocumentIndex and runFAQIndex helper methods
mlogclub
2026-04-13 20:10:50 +08:00
4cd31ce454
feat: add document and FAQ loading methods to streamline indexing logic
mlogclub
2026-04-13 20:03:28 +08:00
dd965e760c
feat: refactor retrieve logic to enhance trace handling and knowledge base preparation
mlogclub
2026-04-13 20:03:04 +08:00
a5cf31656e
feat: implement context handling methods for improved result selection and context building
mlogclub
2026-04-13 20:01:38 +08:00
02813a3f6a
feat: add CommitAIReply method to streamline reply handling and increment AI reply rounds
mlogclub
2026-04-13 19:50:48 +08:00
d843cfb79f
feat: refactor reply handling to streamline pending interrupt and execution logic
mlogclub
2026-04-13 19:48:58 +08:00
4b7c345d75
feat: refactor candidate loader to encapsulate skill definition retrieval and loading logic
mlogclub
2026-04-13 19:45:52 +08:00
1f0406ec91
feat: implement context loader for AI agent and refactor plan service to utilize it
mlogclub
2026-04-13 19:45:09 +08:00
6fa2a465ed
feat: implement tooling preparation and context building for enhanced execution flow
mlogclub
2026-04-13 19:42:32 +08:00
f66b337016
feat: add StaticToolMetadata to ToolSet and update related logic for improved tool metadata handling
mlogclub
2026-04-13 19:23:53 +08:00
1ebbdadc1b
feat: refactor prepare service to use toolCatalog for tool resolution and add unit tests for tool catalog functionality
mlogclub
2026-04-13 19:20:14 +08:00
102271ac84
feat: introduce prepare and plan services for improved skill execution handling
mlogclub
2026-04-13 19:15:12 +08:00
e5448e00b3
Refactor execution logic into a new executor package
mlogclub
2026-04-13 18:49:05 +08:00
5f41522597
feat: add unit tests for FAQ chunk content and model, including context normalization and graph plan reasoning
mlogclub
2026-04-13 18:41:29 +08:00
229282f558
feat: refactor document and FAQ index removal logic, introducing cleanup helper functions for improved structure and readability
mlogclub
2026-04-13 18:17:29 +08:00
227ccedee6
feat: refactor document and FAQ indexing logic, introducing helper functions for improved structure and readability
mlogclub
2026-04-13 18:11:47 +08:00
5c944a28c2
feat: refactor logging and execution plan handling, introducing RunLogService for improved structure
mlogclub
2026-04-13 17:27:32 +08:00
03021d5f69
feat: refactor skill matching and execution services, introducing RuntimeService for improved structure
mlogclub
2026-04-13 17:23:05 +08:00
3c0abaaedc
Refactor AI skill routing and introduce reply handling services
mlogclub
2026-04-13 17:17:13 +08:00
93cda6ae82
feat: implement runtime reply service and refactor related components
mlogclub
2026-04-12 23:37:52 +08:00
c5941e91e0
feat: enhance ToolSpec with Appendix field and refactor agent instruction assembly
mlogclub
2026-04-12 23:14:27 +08:00
ef6815a3c6
feat: refactor tool metadata resolution to utilize ToolSpec and enhance tool catalog service
mlogclub
2026-04-12 22:30:00 +08:00
11252d31da
feat: refactor tool definitions to use structured ToolSpec and update related references
mlogclub
2026-04-12 22:27:09 +08:00
54f5a684c3
feat: add recommended action, risk level, and ticket draft readiness to AgentRunLogResponse and related components
mlogclub
2026-04-12 14:12:04 +08:00
c3ac4c3e28
feat: add AgentRunGraphSummary and related functionality for graph summary retrieval
mlogclub
2026-04-12 14:08:16 +08:00
37a713f3b8
feat: enhance graph tool handling by adding recommended action, risk level, and ticket draft readiness
mlogclub
2026-04-12 13:43:09 +08:00
89227c02c4
feat: add TriageServiceRequest tool and related graph for analyzing service requests and drafting tickets
mlogclub
2026-04-12 13:39:16 +08:00
e42c77c8ae
feat: add AnalyzeConversation tool and related graph for analyzing conversation risks and summaries
mlogclub
2026-04-12 13:36:01 +08:00
a66b78eecc
feat: add PrepareTicketDraft tool and related graph for drafting ticket information
mlogclub
2026-04-12 13:32:07 +08:00
5484384d89
feat: enhance tool result handling by adding reduction info parsing and updating trace item structure
mlogclub
2026-04-12 11:40:05 +08:00
fb42101c10
feat: refactor tool result summary handling by introducing BuildReducedToolResultSummary and updating related methods
mlogclub
2026-04-12 11:36:36 +08:00
0db5f0d663
feat: enhance knowledge retrieval by adding MaxContextItems support and refactoring related methods
mlogclub
2026-04-12 11:02:08 +08:00
0b77d91dfe
feat: enhance retriever trace summary by adding policies support and refactoring related methods
mlogclub
2026-04-12 10:59:59 +08:00
7f70614739
feat: enhance retriever summary handling by adding SetRetrieverSummary method and updating trace summary in knowledge retrieval
mlogclub
2026-04-12 10:49:43 +08:00
9ee3f3abbd
feat: enhance knowledge retrieval by introducing RetrieveContextByOptions method and streamline context handling
mlogclub
2026-04-12 10:45:11 +08:00
cf84693421
feat: refactor knowledge retrieval to introduce RetrieveContext method and streamline context handling
mlogclub
2026-04-12 10:34:24 +08:00
22b2a08e13
feat: enhance SortableSkillRow to display tool whitelist and examples count
mlogclub
2026-04-12 10:19:07 +08:00
dce9c5eb25
feat: rename SkillAllowedToolCodes to ToolWhitelist and ToolCodes to ExposedToolCodes for consistency across responses
mlogclub
2026-04-12 10:17:27 +08:00
44b20813fe
feat: rename AllowedToolCodes to ToolWhitelist across skill-related models and requests for consistency
mlogclub
2026-04-12 10:16:03 +08:00
560ebdbf13
feat: implement skill middleware and enhance tool handling for selected skills
mlogclub
2026-04-12 10:11:17 +08:00
06abbbeeb6
feat: rename Content field to Instruction across skill-related models and requests for consistency
mlogclub
2026-04-12 10:00:47 +08:00