From 4de03866f49b6d09a91c49dd677a4e7c82865105 Mon Sep 17 00:00:00 2001 From: ViperEkura <3081035982@qq.com> Date: Thu, 16 Apr 2026 21:21:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=9D=E6=AD=A5=E5=AE=9E=E7=8E=B0tas?= =?UTF-8?q?k?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src/components/ProcessBlock.vue | 82 +++++ dashboard/src/views/ConversationView.vue | 31 +- luxx/agent/agent.py | 8 +- luxx/agent/task.py | 132 +++---- luxx/routes/agent.py | 9 +- luxx/services/chat.py | 1 - luxx/tools/builtin/__init__.py | 3 +- luxx/tools/builtin/task.py | 429 ++++++++++++++++++++++ 8 files changed, 603 insertions(+), 92 deletions(-) create mode 100644 luxx/tools/builtin/task.py diff --git a/dashboard/src/components/ProcessBlock.vue b/dashboard/src/components/ProcessBlock.vue index c516f5a..613a8a2 100644 --- a/dashboard/src/components/ProcessBlock.vue +++ b/dashboard/src/components/ProcessBlock.vue @@ -55,6 +55,49 @@ + +