omnimind-sdk 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,17 @@
1
+ /*
2
+ * @Author: Ceoifung
3
+ * @Date: 2026-02-27 14:30:05
4
+ * @LastEditors: Ceoifung
5
+ * @LastEditTime: 2026-02-27 14:41:40
6
+ * @Description: XiaoRGEEK All Rights Reserved. Powered By Ceoifung
7
+ */
8
+ const OmniMindClient = require('./client');
9
+ const omnimind_pb = require('./generated/omnimind_pb');
10
+
11
+ module.exports = {
12
+ OmniMindClient,
13
+ omnimind_pb,
14
+ // Export types/enums for convenience
15
+ MessageType: omnimind_pb.omnimind.MessageType,
16
+ AudioCodec: omnimind_pb.omnimind.AudioCodec
17
+ };