soprano-sdk 0.1.92__py3-none-any.whl → 0.1.93__py3-none-any.whl
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.
- {soprano_sdk-0.1.92.dist-info → soprano_sdk-0.1.93.dist-info}/METADATA +8 -8
- soprano_sdk-0.1.93.dist-info/RECORD +4 -0
- soprano_sdk-0.1.92.dist-info/RECORD +0 -4
- {soprano_sdk-0.1.92.dist-info → soprano_sdk-0.1.93.dist-info}/WHEEL +0 -0
- {soprano_sdk-0.1.92.dist-info → soprano_sdk-0.1.93.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: soprano-sdk
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.93
|
|
4
4
|
Summary: YAML-driven workflow engine with AI agent integration for building conversational SOPs
|
|
5
5
|
Author: Arvind Thangamani
|
|
6
6
|
License: MIT
|
|
@@ -125,7 +125,7 @@ outcomes:
|
|
|
125
125
|
### 2. Load and Execute the Workflow
|
|
126
126
|
|
|
127
127
|
```python
|
|
128
|
-
from
|
|
128
|
+
from soprano_sdk import load_workflow
|
|
129
129
|
from langgraph.types import Command
|
|
130
130
|
import uuid
|
|
131
131
|
|
|
@@ -187,7 +187,7 @@ graph, engine = load_workflow("workflow.yaml")
|
|
|
187
187
|
#### MongoDB Persistence
|
|
188
188
|
|
|
189
189
|
```python
|
|
190
|
-
from
|
|
190
|
+
from soprano_sdk import load_workflow
|
|
191
191
|
from langgraph.checkpoint.mongodb import MongoDBSaver
|
|
192
192
|
from pymongo import MongoClient
|
|
193
193
|
|
|
@@ -334,8 +334,8 @@ python scripts/visualize_workflow.py examples/greeting_workflow.yaml
|
|
|
334
334
|
### Setup
|
|
335
335
|
|
|
336
336
|
```bash
|
|
337
|
-
git clone https://github.com/dnivra26/
|
|
338
|
-
cd
|
|
337
|
+
git clone https://github.com/dnivra26/soprano_sdk_framework.git
|
|
338
|
+
cd soprano_sdk_framework
|
|
339
339
|
uv sync --dev
|
|
340
340
|
```
|
|
341
341
|
|
|
@@ -347,7 +347,7 @@ python tests/test_external_values.py
|
|
|
347
347
|
|
|
348
348
|
## Architecture
|
|
349
349
|
|
|
350
|
-
- **
|
|
350
|
+
- **soprano_sdk/**: Core library package
|
|
351
351
|
- `engine.py`: Workflow engine implementation
|
|
352
352
|
- `__init__.py`: Public API exports
|
|
353
353
|
|
|
@@ -415,5 +415,5 @@ Contributions are welcome! Please open an issue or submit a pull request.
|
|
|
415
415
|
|
|
416
416
|
## Links
|
|
417
417
|
|
|
418
|
-
- [GitHub Repository](https://github.com/dnivra26/
|
|
419
|
-
- [Issues](https://github.com/dnivra26/
|
|
418
|
+
- [GitHub Repository](https://github.com/dnivra26/soprano_sdk_framework)
|
|
419
|
+
- [Issues](https://github.com/dnivra26/soprano_sdk_framework/issues)
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
soprano_sdk-0.1.93.dist-info/METADATA,sha256=TmMcHnMXPkO1WEYt75D3N8I3ev5TtXZJKqDTWj8zRiY,11269
|
|
2
|
+
soprano_sdk-0.1.93.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
3
|
+
soprano_sdk-0.1.93.dist-info/licenses/LICENSE,sha256=A1aBauSjPNtVehOXJe3WuvdU2xvM9H8XmigFMm6665s,1073
|
|
4
|
+
soprano_sdk-0.1.93.dist-info/RECORD,,
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
soprano_sdk-0.1.92.dist-info/METADATA,sha256=M7Qd_OCp1HwILC72i4YuGrQT4V4aowwEOtSLHM_lAxQ,11318
|
|
2
|
-
soprano_sdk-0.1.92.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
3
|
-
soprano_sdk-0.1.92.dist-info/licenses/LICENSE,sha256=A1aBauSjPNtVehOXJe3WuvdU2xvM9H8XmigFMm6665s,1073
|
|
4
|
-
soprano_sdk-0.1.92.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|