@just-every/ensemble 0.2.144 → 0.2.145
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.
- package/README.md +3 -17
- package/dist/cjs/tsconfig.cjs.tsbuildinfo +1 -1
- package/dist/cjs/utils/tool_result_processor.cjs +1 -1
- package/dist/cjs/utils/tool_result_processor.d.ts.map +1 -1
- package/dist/cjs/utils/tool_result_processor.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/utils/tool_result_processor.d.ts.map +1 -1
- package/dist/utils/tool_result_processor.js +1 -1
- package/dist/utils/tool_result_processor.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,25 +16,11 @@ npm run demo
|
|
|
16
16
|
This opens a unified demo interface at http://localhost:3000 with all demos:
|
|
17
17
|
|
|
18
18
|
### Demo Interface
|
|
19
|
-

|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
Navigate to http://localhost:3000 to access all demos through a unified interface.
|
|
22
22
|
|
|
23
|
-
|
|
24
|
-
Streaming AI responses with tool calling and multi-model support
|
|
25
|
-

|
|
26
|
-
|
|
27
|
-
#### 📊 Text Embeddings Demo
|
|
28
|
-
Generate vector embeddings and perform similarity search
|
|
29
|
-

|
|
30
|
-
|
|
31
|
-
#### 🎤 Voice Generation Demo
|
|
32
|
-
Convert text to natural-sounding speech with multiple providers
|
|
33
|
-

|
|
34
|
-
|
|
35
|
-
#### 🎧 Live Transcription Demo
|
|
36
|
-
Real-time speech-to-text with streaming audio processing
|
|
37
|
-

|
|
23
|
+
See the [demo README](demo/README.md) for detailed information about each demo.
|
|
38
24
|
|
|
39
25
|
## Features
|
|
40
26
|
|