feat(partnerctl): implement interactive WebSocket chat client with live event rendering

This commit is contained in:
2026-05-08 23:16:49 +08:00
parent e6e0eef161
commit a8e3a84db8
9 changed files with 541 additions and 43 deletions

View File

@@ -41,6 +41,12 @@
<artifactId>kotlinx-serialization-json</artifactId>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>work.slhaf.partner</groupId>
<artifactId>partner-interaction-api</artifactId>
<version>0.5.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>