From 787ca328f96791509eb33bfde990f49ac9f5d7b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=AD=90=E9=BB=98?= <925456043@qq.com> Date: Mon, 18 May 2026 11:29:57 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A2=9E=E5=8A=A0=20agent-runtime=20?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=EF=BC=8C=E5=87=86=E5=A4=87agent=20=E5=BA=95?= =?UTF-8?q?=E5=BA=A7=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- easy-agents-agent-runtime/pom.xml | 33 +++++++++++++++++++++++++++++++ easy-agents-bom/pom.xml | 7 +++++++ pom.xml | 14 +++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 easy-agents-agent-runtime/pom.xml diff --git a/easy-agents-agent-runtime/pom.xml b/easy-agents-agent-runtime/pom.xml new file mode 100644 index 0000000..37ade97 --- /dev/null +++ b/easy-agents-agent-runtime/pom.xml @@ -0,0 +1,33 @@ + + + 4.0.0 + + com.easyagents + easy-agents + ${revision} + + + easy-agents-agent-runtime + easy-agents-agent-runtime + + + 17 + UTF-8 + + + + + io.agentscope + agentscope + + + + junit + junit + test + + + + diff --git a/easy-agents-bom/pom.xml b/easy-agents-bom/pom.xml index 439d3fa..4911bcc 100644 --- a/easy-agents-bom/pom.xml +++ b/easy-agents-bom/pom.xml @@ -255,6 +255,13 @@ + + + com.easyagents + easy-agents-agent-runtime + + + com.easyagents diff --git a/pom.xml b/pom.xml index f3836d5..a22c3b9 100644 --- a/pom.xml +++ b/pom.xml @@ -27,6 +27,7 @@ easy-agents-embedding easy-agents-tool easy-agents-mcp + easy-agents-agent-runtime easy-agents-flow easy-agents-support @@ -44,6 +45,7 @@ 2.7.18 1.8.22 1.51.0 + 1.0.12 @@ -428,6 +430,18 @@ ${revision} + + com.easyagents + easy-agents-agent-runtime + ${revision} + + + + io.agentscope + agentscope + ${agentscope.version} + +