From aed905efb7e8e8f0d3c557622ba47112fdea0ea5 Mon Sep 17 00:00:00 2001 From: matevip Date: Wed, 22 Apr 2026 21:00:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(agent):=20implement=20Lane=20E=20=E2=80=94?= =?UTF-8?q?=20JDK=2021=20virtual=20threads,=20Spring=20AI=20observability,?= =?UTF-8?q?=20BeanOutputConverter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 - mateclaw-server/pom.xml | 6 +++ .../agent/graph/NodeStreamingChatHelper.java | 4 ++ .../graph/plan/node/PlanGenerationNode.java | 54 ++++++++----------- .../vip/mate/config/AsyncSecurityConfig.java | 26 ++++----- .../src/main/resources/application.yml | 8 ++- 6 files changed, 54 insertions(+), 45 deletions(-) diff --git a/.gitignore b/.gitignore index 656cfe90..7ae1acfc 100644 --- a/.gitignore +++ b/.gitignore @@ -92,6 +92,5 @@ deploy/nginx/ssl/*.pem deploy/.env # Claude Code local settings -CLAUDE.md .claude/settings.local.json .claude/plans/ diff --git a/mateclaw-server/pom.xml b/mateclaw-server/pom.xml index 23f05608..303980ab 100644 --- a/mateclaw-server/pom.xml +++ b/mateclaw-server/pom.xml @@ -67,6 +67,12 @@ spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-actuator + +