Skip to content

Commit d91c1b3

Browse files
committed
Feat: Add A2A Remote Client Agent
1 parent 44b76d5 commit d91c1b3

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

spring-ai-alibaba-graph-core/pom.xml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@
4343
<a2a-sdk.version>0.2.5</a2a-sdk.version>
4444
</properties>
4545

46-
47-
4846
<dependencies>
47+
<!-- A2A SDK 依赖 -->
4948
<dependency>
5049
<groupId>io.github.a2asdk</groupId>
5150
<artifactId>a2a-java-reference-server</artifactId>
@@ -252,25 +251,6 @@
252251

253252
</dependencies>
254253

255-
<build>
256-
<plugins>
257-
<plugin>
258-
<groupId>org.springframework.boot</groupId>
259-
<artifactId>spring-boot-maven-plugin</artifactId>
260-
<version>${spring-boot.version}</version>
261-
</plugin>
262-
<plugin>
263-
<groupId>org.apache.maven.plugins</groupId>
264-
<artifactId>maven-compiler-plugin</artifactId>
265-
<version>3.11.0</version>
266-
<configuration>
267-
<source>17</source>
268-
<target>17</target>
269-
</configuration>
270-
</plugin>
271-
</plugins>
272-
</build>
273-
274254
<reporting>
275255
<plugins>
276256
<plugin>

spring-ai-alibaba-graph-core/src/test/java/com/alibaba/cloud/ai/graph/agent/RemoteAgentTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ void setUp() {
4848
}
4949

5050
@Test
51-
public void testSequentialAgent() throws Exception {
51+
public void testRemoteAgent() throws Exception {
5252
KeyStrategyFactory stateFactory = () -> {
5353
HashMap<String, KeyStrategy> keyStrategyHashMap = new HashMap<>();
5454
keyStrategyHashMap.put("input", new ReplaceStrategy());

0 commit comments

Comments
 (0)