add logging config to audio server

add audio client
change delimiter for mcp tools from "::" to ":" to save tokens
This commit is contained in:
milan
2026-04-09 16:21:58 +02:00
parent 5def79b4ca
commit 5bf98a1efc
17 changed files with 776 additions and 35 deletions
+1
View File
@@ -1,3 +1,4 @@
pub mod mcp;
pub mod audio;
pub use mcp::chat::AgentChat;