File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/main/java/io/github/vishalmysore/a2ui Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >io.github.vishalmysore</groupId >
88 <artifactId >a2ajava</artifactId >
9- <version >1.0.1 </version >
9+ <version >1.0.2 </version >
1010 <name >A2A Protocol Implementation for Java</name >
1111 <description >
1212 Java implementation of the A2A protocol v1.0, which allows for the exchange of data between different AI systems.
8080 <dependency >
8181 <groupId >io.github.vishalmysore</groupId >
8282 <artifactId >tools4ai</artifactId >
83- <version >1.1.6.2 </version >
83+ <version >1.1.8 </version >
8484 </dependency >
8585
8686 <dependency >
Original file line number Diff line number Diff line change 11package io .github .vishalmysore .a2ui ;
22
33import com .t4a .detect .ActionCallback ;
4+ import com .t4a .processor .ActionCallbackAware ;
45import io .github .vishalmysore .common .CallBackType ;
56
67import java .util .*;
910 * Utility interface for creating A2UI display components
1011 * Provides reusable methods for building A2UI surface updates, components, and rendering messages
1112 */
12- public interface A2UIDisplay {
13+ public interface A2UIAware extends ActionCallbackAware {
1314
1415 /**
1516 * Creates a surface update map with the given surface ID
You can’t perform that action at this time.
0 commit comments