Commit Graph

  • e4cec52661 feat: remove priority field from SkillDefinition and related services mlogclub 2026-04-14 17:50:33 +08:00
  • d32e65bf68 chore: update subproject commit reference in documentation mlogclub 2026-04-14 17:45:02 +08:00
  • ccdb04e9aa feat: remove priority field from skill definition and related services mlogclub 2026-04-14 17:44:06 +08:00
  • 2369a5a9a1 feat: update default skill to AfterSalesEscalation and adjust related service logic mlogclub 2026-04-14 17:43:58 +08:00
  • f8a3c03213 feat: improve layout and styling of EditDialog with enhanced field organization mlogclub 2026-04-14 17:28:35 +08:00
  • 5b6a654b90 feat: enhance EditDialog with service strategy and dialogue configuration sections mlogclub 2026-04-14 16:53:37 +08:00
  • d30cf5f234 feat: integrate MarkdownIt for rendering messages and update styles in message components mlogclub 2026-04-14 15:11:00 +08:00
  • aa7f94e08f feat: add support for Graph Tools in AIAgent model and related services mlogclub 2026-04-14 15:10:50 +08:00
  • 8d560bb6bd feat: introduce ToolSourceType enum and refactor related code to use it mlogclub 2026-04-14 15:05:38 +08:00
  • 0ea493e536 feat: add test to ensure BuildMCPTools skips graph and builtin tools mlogclub 2026-04-14 14:59:44 +08:00
  • 9503a5c6d6 refactor: remove unused fields from buildSeedItems in aiagent and update prompt to instruction in skill mlogclub 2026-04-14 14:28:50 +08:00
  • 9cda0ff20a fix: set default backendBaseUrl in next.config.ts and remove .env.development from .gitignore mlogclub 2026-04-14 13:48:10 +08:00
  • 794a38b5cb feat: add .env.development file and update .gitignore to include it mlogclub 2026-04-14 13:46:19 +08:00
  • eef67a436e refactor: update GetCustomerSourceTypeLabel to use ExternalSource and remove CustomerSourceType alias mlogclub 2026-04-14 12:14:13 +08:00
  • fcb2e11998 feat: refactor runtime to use application runtime executor and update related types mlogclub 2026-04-14 12:13:33 +08:00
  • c79d508177 update mlogclub 2026-04-14 12:01:38 +08:00
  • 03fc405e4e feat: implement instruction assembly and project instruction providers with tests mlogclub 2026-04-14 12:00:03 +08:00
  • 9c7d70741a feat: refactor MCP tool definitions to use a new tooling package and update related references mlogclub 2026-04-14 11:55:32 +08:00
  • 2cb4866fce feat: update ResumeData type from map[string]any to map[string]string for consistency mlogclub 2026-04-14 11:47:13 +08:00
  • 48ad418f06 feat: enhance handoff reason extraction and improve trace data handling in run log service mlogclub 2026-04-14 11:45:55 +08:00
  • 13903baf61 feat: add structured types for graph tool outcomes and enhance candidate extraction logic mlogclub 2026-04-14 11:15:07 +08:00
  • 974f8a788b feat: remove unused helper functions for string and int64 value extraction mlogclub 2026-04-14 11:13:19 +08:00
  • a5b0ddc760 feat: refactor HandoffGraph to use structured arguments and add unit tests for buildReason method mlogclub 2026-04-14 11:08:02 +08:00
  • 2211f29da7 feat: remove deprecated service and types, and refactor tool search request handling mlogclub 2026-04-14 11:07:26 +08:00
  • c12e75b6a1 feat: add unit tests for AgentHandlerService and buildInstructionTraceSummary mlogclub 2026-04-14 10:51:10 +08:00
  • 7bdd462ed5 feat: refactor agent factory to use AgentHandlerService and add buildInstructionTraceSummary helper mlogclub 2026-04-14 10:43:26 +08:00
  • 5ebdf1cc8e feat: implement SkillMiddlewareService and helper functions for skill handling mlogclub 2026-04-14 10:41:16 +08:00
  • d0e2efab65 feat: remove unused buildInstructionAppendices function from tool_helpers mlogclub 2026-04-14 10:40:56 +08:00
  • 519d5fe1e1 feat: introduce InstructionService for improved instruction assembly and refactor AgentFactory mlogclub 2026-04-14 10:24:35 +08:00
  • 1683ed6ed5 feat: add governance and skill instruction providers, update instruction assembly logic mlogclub 2026-04-14 10:24:13 +08:00
  • bea080d23c feat: enhance ProjectInstructionProvider to read from AGENTS.md and update default instruction logic mlogclub 2026-04-14 10:05:31 +08:00
  • 65e65bd137 feat: add ProjectInstructionProvider and ToolAppendixProvider for enhanced instruction handling mlogclub 2026-04-14 10:03:52 +08:00
  • 3f85c7fc2c feat: add unit tests for NewRuntimeStaticTool and ResolveToolMetadata functions mlogclub 2026-04-14 09:58:08 +08:00
  • 3254ba1bf4 feat: refactor tool catalog to use NewRuntimeStaticTool for dynamic tool creation mlogclub 2026-04-14 09:56:52 +08:00
  • 200631cc0b feat: implement Spec method for tools and update tool resolution logic in the registry mlogclub 2026-04-14 09:56:37 +08:00
  • e42b2b0f4d refactor: replace local tool name and code variables with direct references from toolx package mlogclub 2026-04-14 09:51:25 +08:00
  • ceb5df87fd feat: implement ResolveToolMetadata function and update tool metadata resolution across the codebase mlogclub 2026-04-14 09:51:03 +08:00
  • d87253dddd feat: refactor agent factory and introduce helper functions for tool metadata and instruction assembly mlogclub 2026-04-14 09:47:42 +08:00
  • 0ea113c621 feat: refactor tool catalog to build static tools dynamically and improve tool code normalization mlogclub 2026-04-14 09:39:56 +08:00
  • 3e5f5b7589 chore: update subproject commit reference in documentation mlogclub 2026-04-14 09:34:18 +08:00
  • 164121836d Refactor runtime executor integration and introduce eino package mlogclub 2026-04-14 09:33:49 +08:00
  • f5bbb0aaf2 refactor: remove obsolete service and tool catalog implementations mlogclub 2026-04-13 21:17:45 +08:00
  • 2e03ae7914 feat: refactor request types and service integration for improved runtime handling mlogclub 2026-04-13 21:15:56 +08:00
  • c44ffc0bdc feat: implement runtime service with tool catalog and skill selection logic mlogclub 2026-04-13 20:43:37 +08:00
  • 94e45b6439 chore: update subproject commit reference in documentation mlogclub 2026-04-13 20:39:06 +08:00
  • 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
  • 2effb35af3 chore: update subproject commit reference in docs mlogclub 2026-04-13 19:19:08 +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
  • 6499126f40 feat: refactor tool metadata handling and simplify allowed tool code checks mlogclub 2026-04-12 23:15:27 +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
  • e2d2a951a9 chore: update subproject commit reference in documentation mlogclub 2026-04-12 13:49:49 +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
  • 294ad772de feat: remove project root dependency and introduce DefaultProjectInstruction constant mlogclub 2026-04-12 09:56:38 +08:00
  • f1f213420d feat: add instruction summary handling in RuntimeTraceCollector and enhance instruction assembly process mlogclub 2026-04-11 23:02:09 +08:00
  • be17807152 feat: enhance tooling management with static and dynamic tool code handling mlogclub 2026-04-11 22:50:35 +08:00
  • e6d0fa2ba2 feat: refactor tool handling to use ToolSet for improved organization and clarity mlogclub 2026-04-11 22:46:47 +08:00
  • a8a33ec6e0 feat: refactor BuildCustomerServiceAgent to use structured input for improved clarity and extensibility mlogclub 2026-04-11 22:40:04 +08:00
  • a46103c00d feat: enhance message editor layout for improved responsiveness mlogclub 2026-04-11 14:29:16 +08:00
  • c3a1c1b469 feat: implement dynamic filter dropdown for conversation options mlogclub 2026-04-11 14:27:18 +08:00
  • e2a6274bd4 feat: adjust layout height for responsive design in ConversationsPage mlogclub 2026-04-11 14:19:03 +08:00
  • 349de4cd0b feat: simplify bottom panel layout and improve responsiveness in ChatPanel mlogclub 2026-04-11 14:14:06 +08:00
  • 945d0d38cf feat: reorder AI serving option in conversation filter options mlogclub 2026-04-11 14:02:09 +08:00