feat: 添加realtime_dialog和realtime_dialog_external_rag_test项目,更新test2项目

This commit is contained in:
User
2026-03-13 13:06:46 +08:00
parent 9dab61345c
commit 5521b673f5
215 changed files with 7626 additions and 1876 deletions

View File

@@ -0,0 +1,3 @@
artifactId=realtime-dialog-external-rag-test
groupId=com.bigwo
version=1.0.0

View File

@@ -0,0 +1,28 @@
com\bigwo\realtimerag\Config.class
com\bigwo\realtimerag\Protocol$MsgType.class
com\bigwo\realtimerag\NetClient$2.class
com\bigwo\realtimerag\RequestPayloads$ChatTTSTextPayload.class
com\bigwo\realtimerag\RequestPayloads$ASRPayload.class
com\bigwo\realtimerag\RequestPayloads$ChatRAGTextPayload.class
com\bigwo\realtimerag\RequestPayloads$SayHelloPayload.class
com\bigwo\realtimerag\AudioCapture.class
com\bigwo\realtimerag\RequestPayloads$ChatTextQueryPayload.class
com\bigwo\realtimerag\Main.class
com\bigwo\realtimerag\AudioCapture$1.class
com\bigwo\realtimerag\CallManager$3.class
com\bigwo\realtimerag\ServerResponseHandler$1.class
com\bigwo\realtimerag\RequestPayloads.class
com\bigwo\realtimerag\Main$1.class
com\bigwo\realtimerag\ServerResponseHandler.class
com\bigwo\realtimerag\CallManager$1.class
com\bigwo\realtimerag\RequestPayloads$AudioConfig.class
com\bigwo\realtimerag\Protocol$Message.class
com\bigwo\realtimerag\RequestPayloads$TTSPayload.class
com\bigwo\realtimerag\NetClient.class
com\bigwo\realtimerag\RequestPayloads$StartSessionPayload.class
com\bigwo\realtimerag\RequestPayloads$DialogPayload.class
com\bigwo\realtimerag\Protocol.class
com\bigwo\realtimerag\CallManager$4.class
com\bigwo\realtimerag\CallManager$2.class
com\bigwo\realtimerag\CallManager.class
com\bigwo\realtimerag\NetClient$1.class

View File

@@ -0,0 +1,9 @@
C:\Users\UI\Desktop\bigwo\realtime_dialog_external_rag_test\java\src\main\java\com\bigwo\realtimerag\AudioCapture.java
C:\Users\UI\Desktop\bigwo\realtime_dialog_external_rag_test\java\src\main\java\com\bigwo\realtimerag\BackendApi.java
C:\Users\UI\Desktop\bigwo\realtime_dialog_external_rag_test\java\src\main\java\com\bigwo\realtimerag\CallManager.java
C:\Users\UI\Desktop\bigwo\realtime_dialog_external_rag_test\java\src\main\java\com\bigwo\realtimerag\Config.java
C:\Users\UI\Desktop\bigwo\realtime_dialog_external_rag_test\java\src\main\java\com\bigwo\realtimerag\Main.java
C:\Users\UI\Desktop\bigwo\realtime_dialog_external_rag_test\java\src\main\java\com\bigwo\realtimerag\NetClient.java
C:\Users\UI\Desktop\bigwo\realtime_dialog_external_rag_test\java\src\main\java\com\bigwo\realtimerag\Protocol.java
C:\Users\UI\Desktop\bigwo\realtime_dialog_external_rag_test\java\src\main\java\com\bigwo\realtimerag\RequestPayloads.java
C:\Users\UI\Desktop\bigwo\realtime_dialog_external_rag_test\java\src\main\java\com\bigwo\realtimerag\ServerResponseHandler.java