File tree Expand file tree Collapse file tree 2 files changed +2
-22
lines changed
spring-ai-alibaba-graph-core
src/test/java/com/alibaba/cloud/ai/graph/agent Expand file tree Collapse file tree 2 files changed +2
-22
lines changed Original file line number Diff line number Diff line change 43
43
<a2a-sdk .version>0.2.5</a2a-sdk .version>
44
44
</properties >
45
45
46
-
47
-
48
46
<dependencies >
47
+ <!-- A2A SDK 依赖 -->
49
48
<dependency >
50
49
<groupId >io.github.a2asdk</groupId >
51
50
<artifactId >a2a-java-reference-server</artifactId >
252
251
253
252
</dependencies >
254
253
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
-
274
254
<reporting >
275
255
<plugins >
276
256
<plugin >
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ void setUp() {
48
48
}
49
49
50
50
@ Test
51
- public void testSequentialAgent () throws Exception {
51
+ public void testRemoteAgent () throws Exception {
52
52
KeyStrategyFactory stateFactory = () -> {
53
53
HashMap <String , KeyStrategy > keyStrategyHashMap = new HashMap <>();
54
54
keyStrategyHashMap .put ("input" , new ReplaceStrategy ());
You can’t perform that action at this time.
0 commit comments