simplai-sdk 0.1.0__tar.gz → 0.2.1__tar.gz

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.
Files changed (54) hide show
  1. {simplai_sdk-0.1.0/src/simplai_sdk.egg-info → simplai_sdk-0.2.1}/PKG-INFO +18 -18
  2. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/README.md +17 -17
  3. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/pyproject.toml +1 -1
  4. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1/src/simplai_sdk.egg-info}/PKG-INFO +18 -18
  5. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/ENV_SETUP.md +0 -0
  6. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/LICENSE +0 -0
  7. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/MANIFEST.in +0 -0
  8. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/requirements.txt +0 -0
  9. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/setup.cfg +0 -0
  10. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/billing/__init__.py +0 -0
  11. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/billing/api.py +0 -0
  12. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/billing/client.py +0 -0
  13. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/billing/schema.py +0 -0
  14. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/constants/__init__.py +0 -0
  15. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/core/__init__.py +0 -0
  16. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/core/agents/__init__.py +0 -0
  17. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/core/agents/execution/__init__.py +0 -0
  18. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/core/agents/execution/api.py +0 -0
  19. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/core/agents/execution/client.py +0 -0
  20. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/core/agents/models.py +0 -0
  21. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/core/workflows/WORKFLOW_ARCHITECTURE.md +0 -0
  22. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/core/workflows/__init__.py +0 -0
  23. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/core/workflows/bulk/__init__.py +0 -0
  24. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/core/workflows/bulk/api.py +0 -0
  25. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/core/workflows/bulk/client.py +0 -0
  26. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/core/workflows/bulk/schema.py +0 -0
  27. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/core/workflows/models.py +0 -0
  28. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/core/workflows/scheduling/__init__.py +0 -0
  29. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/core/workflows/scheduling/api.py +0 -0
  30. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/core/workflows/scheduling/client.py +0 -0
  31. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/core/workflows/scheduling/schema.py +0 -0
  32. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/core/workflows/tool_execution/__init__.py +0 -0
  33. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/core/workflows/tool_execution/api.py +0 -0
  34. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/core/workflows/tool_execution/client.py +0 -0
  35. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/core/workflows/tool_execution/schema.py +0 -0
  36. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/exceptions/__init__.py +0 -0
  37. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/simplai_sdk/__init__.py +0 -0
  38. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/simplai_sdk/simplai.py +0 -0
  39. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/simplai_sdk.egg-info/SOURCES.txt +0 -0
  40. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/simplai_sdk.egg-info/dependency_links.txt +0 -0
  41. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/simplai_sdk.egg-info/requires.txt +0 -0
  42. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/simplai_sdk.egg-info/top_level.txt +0 -0
  43. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/traces/__init__.py +0 -0
  44. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/traces/agents/__init__.py +0 -0
  45. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/traces/agents/api.py +0 -0
  46. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/traces/agents/client.py +0 -0
  47. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/traces/agents/models.py +0 -0
  48. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/traces/workflows/__init__.py +0 -0
  49. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/utils/__init__.py +0 -0
  50. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/src/utils/config.py +0 -0
  51. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/tests/test_agent_chat.py +0 -0
  52. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/tests/test_agent_chat_stream.py +0 -0
  53. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/tests/test_execution.py +0 -0
  54. {simplai_sdk-0.1.0 → simplai_sdk-0.2.1}/tests/test_traces.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: simplai_sdk
3
- Version: 0.1.0
3
+ Version: 0.2.1
4
4
  Summary: SimplAI Python SDK for agents, workflows, and traces
5
5
  Author-email: SimplAI <support@simplai.ai>
6
6
  License: MIT License
@@ -56,7 +56,7 @@ Python SDK for interacting with SimplAI's agents, workflows, and traces.
56
56
  Install the SDK in editable mode for development:
57
57
 
58
58
  ```bash
59
- pip install simplai
59
+ pip install simplai-sdk
60
60
  ```
61
61
 
62
62
  ### Install Dependencies
@@ -70,7 +70,7 @@ pip install -r requirements.txt
70
70
  ### Using the SimplAI Class
71
71
 
72
72
  ```python
73
- from simplai import SimplAI
73
+ from simplai_sdk import SimplAI
74
74
  import asyncio
75
75
 
76
76
 
@@ -99,7 +99,7 @@ asyncio.run(main())
99
99
  Stream responses and optionally use `on_chunk` to handle each chunk. The first chunk may contain `trace_id` and `node_id` (in a `role: "trace"` message); the final `AgentResult` also has `trace_id` and `node_id`.
100
100
 
101
101
  ```python
102
- from simplai import SimplAI
102
+ from simplai_sdk import SimplAI
103
103
  import asyncio
104
104
  import json
105
105
 
@@ -140,7 +140,7 @@ asyncio.run(main())
140
140
  Fetch a trace sub-tree by `tree_id` (same as `trace_id`) and `node_id`. This is synchronous.
141
141
 
142
142
  ```python
143
- from simplai import SimplAI
143
+ from simplai_sdk import SimplAI
144
144
 
145
145
  simplai = SimplAI()
146
146
 
@@ -163,7 +163,7 @@ The SDK provides several functions for executing workflows and managing their ex
163
163
  Execute a workflow and get the execution ID immediately without waiting for completion.
164
164
 
165
165
  ```python
166
- from simplai import SimplAI
166
+ from simplai_sdk import SimplAI
167
167
  import asyncio
168
168
 
169
169
 
@@ -191,7 +191,7 @@ asyncio.run(main())
191
191
  Get the execution result and status by execution ID. Use this to check the status of a previously started execution.
192
192
 
193
193
  ```python
194
- from simplai import SimplAI
194
+ from simplai_sdk import SimplAI
195
195
  import asyncio
196
196
 
197
197
 
@@ -222,7 +222,7 @@ asyncio.run(main())
222
222
  Execute a workflow and automatically poll until completion. This is a convenience function that combines `execute_workflow` and `get_tool_result` with polling logic.
223
223
 
224
224
  ```python
225
- from simplai import SimplAI
225
+ from simplai_sdk import SimplAI
226
226
  import asyncio
227
227
 
228
228
 
@@ -265,7 +265,7 @@ asyncio.run(main())
265
265
  Cancel a running or pending workflow execution.
266
266
 
267
267
  ```python
268
- from simplai import SimplAI
268
+ from simplai_sdk import SimplAI
269
269
  import asyncio
270
270
 
271
271
 
@@ -299,7 +299,7 @@ The SDK provides functions for executing workflows in bulk using CSV files. Bulk
299
299
  Trigger a bulk run to process multiple records from a CSV file. The file should be accessible via a URL (e.g., S3, HTTP, etc.).
300
300
 
301
301
  ```python
302
- from simplai import SimplAI
302
+ from simplai_sdk import SimplAI
303
303
  import asyncio
304
304
 
305
305
 
@@ -344,7 +344,7 @@ asyncio.run(main())
344
344
  Get the current status and progress of a bulk run by bulk run ID.
345
345
 
346
346
  ```python
347
- from simplai import SimplAI
347
+ from simplai_sdk import SimplAI
348
348
  import asyncio
349
349
 
350
350
 
@@ -380,7 +380,7 @@ asyncio.run(main())
380
380
  Cancel a running or pending bulk run.
381
381
 
382
382
  ```python
383
- from simplai import SimplAI
383
+ from simplai_sdk import SimplAI
384
384
  import asyncio
385
385
 
386
386
 
@@ -412,7 +412,7 @@ asyncio.run(main())
412
412
  Download the results of a completed bulk run as CSV text.
413
413
 
414
414
  ```python
415
- from simplai import SimplAI
415
+ from simplai_sdk import SimplAI
416
416
  import asyncio
417
417
 
418
418
 
@@ -454,7 +454,7 @@ Schedule a workflow to run automatically based on a cron expression. Supports bo
454
454
  Processes data from a CSV file on a schedule. Requires a file URL and batch size.
455
455
 
456
456
  ```python
457
- from simplai import SimplAI
457
+ from simplai_sdk import SimplAI
458
458
  import asyncio
459
459
 
460
460
 
@@ -491,7 +491,7 @@ asyncio.run(main())
491
491
  Runs a workflow with static input values on a schedule. No file URL required.
492
492
 
493
493
  ```python
494
- from simplai import SimplAI
494
+ from simplai_sdk import SimplAI
495
495
  import asyncio
496
496
 
497
497
 
@@ -553,7 +553,7 @@ asyncio.run(main())
553
553
  Cancel a scheduled run using the `job_master_id` and `unique_id` returned from `schedule_run()`.
554
554
 
555
555
  ```python
556
- from simplai import SimplAI
556
+ from simplai_sdk import SimplAI
557
557
  import asyncio
558
558
 
559
559
 
@@ -591,7 +591,7 @@ The SDK provides functions for accessing billing and usage information for workf
591
591
  Get billing details (consumption, app name, app type) for a specific trace ID. This is useful for tracking costs and usage associated with a particular execution.
592
592
 
593
593
  ```python
594
- from simplai import SimplAI
594
+ from simplai_sdk import SimplAI
595
595
  import asyncio
596
596
 
597
597
 
@@ -629,7 +629,7 @@ asyncio.run(main())
629
629
  ### Using Core Functions Directly
630
630
 
631
631
  ```python
632
- from simplai import SimplAI
632
+ from simplai_sdk import SimplAI
633
633
  import asyncio
634
634
 
635
635
 
@@ -9,7 +9,7 @@ Python SDK for interacting with SimplAI's agents, workflows, and traces.
9
9
  Install the SDK in editable mode for development:
10
10
 
11
11
  ```bash
12
- pip install simplai
12
+ pip install simplai-sdk
13
13
  ```
14
14
 
15
15
  ### Install Dependencies
@@ -23,7 +23,7 @@ pip install -r requirements.txt
23
23
  ### Using the SimplAI Class
24
24
 
25
25
  ```python
26
- from simplai import SimplAI
26
+ from simplai_sdk import SimplAI
27
27
  import asyncio
28
28
 
29
29
 
@@ -52,7 +52,7 @@ asyncio.run(main())
52
52
  Stream responses and optionally use `on_chunk` to handle each chunk. The first chunk may contain `trace_id` and `node_id` (in a `role: "trace"` message); the final `AgentResult` also has `trace_id` and `node_id`.
53
53
 
54
54
  ```python
55
- from simplai import SimplAI
55
+ from simplai_sdk import SimplAI
56
56
  import asyncio
57
57
  import json
58
58
 
@@ -93,7 +93,7 @@ asyncio.run(main())
93
93
  Fetch a trace sub-tree by `tree_id` (same as `trace_id`) and `node_id`. This is synchronous.
94
94
 
95
95
  ```python
96
- from simplai import SimplAI
96
+ from simplai_sdk import SimplAI
97
97
 
98
98
  simplai = SimplAI()
99
99
 
@@ -116,7 +116,7 @@ The SDK provides several functions for executing workflows and managing their ex
116
116
  Execute a workflow and get the execution ID immediately without waiting for completion.
117
117
 
118
118
  ```python
119
- from simplai import SimplAI
119
+ from simplai_sdk import SimplAI
120
120
  import asyncio
121
121
 
122
122
 
@@ -144,7 +144,7 @@ asyncio.run(main())
144
144
  Get the execution result and status by execution ID. Use this to check the status of a previously started execution.
145
145
 
146
146
  ```python
147
- from simplai import SimplAI
147
+ from simplai_sdk import SimplAI
148
148
  import asyncio
149
149
 
150
150
 
@@ -175,7 +175,7 @@ asyncio.run(main())
175
175
  Execute a workflow and automatically poll until completion. This is a convenience function that combines `execute_workflow` and `get_tool_result` with polling logic.
176
176
 
177
177
  ```python
178
- from simplai import SimplAI
178
+ from simplai_sdk import SimplAI
179
179
  import asyncio
180
180
 
181
181
 
@@ -218,7 +218,7 @@ asyncio.run(main())
218
218
  Cancel a running or pending workflow execution.
219
219
 
220
220
  ```python
221
- from simplai import SimplAI
221
+ from simplai_sdk import SimplAI
222
222
  import asyncio
223
223
 
224
224
 
@@ -252,7 +252,7 @@ The SDK provides functions for executing workflows in bulk using CSV files. Bulk
252
252
  Trigger a bulk run to process multiple records from a CSV file. The file should be accessible via a URL (e.g., S3, HTTP, etc.).
253
253
 
254
254
  ```python
255
- from simplai import SimplAI
255
+ from simplai_sdk import SimplAI
256
256
  import asyncio
257
257
 
258
258
 
@@ -297,7 +297,7 @@ asyncio.run(main())
297
297
  Get the current status and progress of a bulk run by bulk run ID.
298
298
 
299
299
  ```python
300
- from simplai import SimplAI
300
+ from simplai_sdk import SimplAI
301
301
  import asyncio
302
302
 
303
303
 
@@ -333,7 +333,7 @@ asyncio.run(main())
333
333
  Cancel a running or pending bulk run.
334
334
 
335
335
  ```python
336
- from simplai import SimplAI
336
+ from simplai_sdk import SimplAI
337
337
  import asyncio
338
338
 
339
339
 
@@ -365,7 +365,7 @@ asyncio.run(main())
365
365
  Download the results of a completed bulk run as CSV text.
366
366
 
367
367
  ```python
368
- from simplai import SimplAI
368
+ from simplai_sdk import SimplAI
369
369
  import asyncio
370
370
 
371
371
 
@@ -407,7 +407,7 @@ Schedule a workflow to run automatically based on a cron expression. Supports bo
407
407
  Processes data from a CSV file on a schedule. Requires a file URL and batch size.
408
408
 
409
409
  ```python
410
- from simplai import SimplAI
410
+ from simplai_sdk import SimplAI
411
411
  import asyncio
412
412
 
413
413
 
@@ -444,7 +444,7 @@ asyncio.run(main())
444
444
  Runs a workflow with static input values on a schedule. No file URL required.
445
445
 
446
446
  ```python
447
- from simplai import SimplAI
447
+ from simplai_sdk import SimplAI
448
448
  import asyncio
449
449
 
450
450
 
@@ -506,7 +506,7 @@ asyncio.run(main())
506
506
  Cancel a scheduled run using the `job_master_id` and `unique_id` returned from `schedule_run()`.
507
507
 
508
508
  ```python
509
- from simplai import SimplAI
509
+ from simplai_sdk import SimplAI
510
510
  import asyncio
511
511
 
512
512
 
@@ -544,7 +544,7 @@ The SDK provides functions for accessing billing and usage information for workf
544
544
  Get billing details (consumption, app name, app type) for a specific trace ID. This is useful for tracking costs and usage associated with a particular execution.
545
545
 
546
546
  ```python
547
- from simplai import SimplAI
547
+ from simplai_sdk import SimplAI
548
548
  import asyncio
549
549
 
550
550
 
@@ -582,7 +582,7 @@ asyncio.run(main())
582
582
  ### Using Core Functions Directly
583
583
 
584
584
  ```python
585
- from simplai import SimplAI
585
+ from simplai_sdk import SimplAI
586
586
  import asyncio
587
587
 
588
588
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "simplai_sdk"
7
- version = "0.1.0"
7
+ version = "0.2.1"
8
8
  description = "SimplAI Python SDK for agents, workflows, and traces"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: simplai_sdk
3
- Version: 0.1.0
3
+ Version: 0.2.1
4
4
  Summary: SimplAI Python SDK for agents, workflows, and traces
5
5
  Author-email: SimplAI <support@simplai.ai>
6
6
  License: MIT License
@@ -56,7 +56,7 @@ Python SDK for interacting with SimplAI's agents, workflows, and traces.
56
56
  Install the SDK in editable mode for development:
57
57
 
58
58
  ```bash
59
- pip install simplai
59
+ pip install simplai-sdk
60
60
  ```
61
61
 
62
62
  ### Install Dependencies
@@ -70,7 +70,7 @@ pip install -r requirements.txt
70
70
  ### Using the SimplAI Class
71
71
 
72
72
  ```python
73
- from simplai import SimplAI
73
+ from simplai_sdk import SimplAI
74
74
  import asyncio
75
75
 
76
76
 
@@ -99,7 +99,7 @@ asyncio.run(main())
99
99
  Stream responses and optionally use `on_chunk` to handle each chunk. The first chunk may contain `trace_id` and `node_id` (in a `role: "trace"` message); the final `AgentResult` also has `trace_id` and `node_id`.
100
100
 
101
101
  ```python
102
- from simplai import SimplAI
102
+ from simplai_sdk import SimplAI
103
103
  import asyncio
104
104
  import json
105
105
 
@@ -140,7 +140,7 @@ asyncio.run(main())
140
140
  Fetch a trace sub-tree by `tree_id` (same as `trace_id`) and `node_id`. This is synchronous.
141
141
 
142
142
  ```python
143
- from simplai import SimplAI
143
+ from simplai_sdk import SimplAI
144
144
 
145
145
  simplai = SimplAI()
146
146
 
@@ -163,7 +163,7 @@ The SDK provides several functions for executing workflows and managing their ex
163
163
  Execute a workflow and get the execution ID immediately without waiting for completion.
164
164
 
165
165
  ```python
166
- from simplai import SimplAI
166
+ from simplai_sdk import SimplAI
167
167
  import asyncio
168
168
 
169
169
 
@@ -191,7 +191,7 @@ asyncio.run(main())
191
191
  Get the execution result and status by execution ID. Use this to check the status of a previously started execution.
192
192
 
193
193
  ```python
194
- from simplai import SimplAI
194
+ from simplai_sdk import SimplAI
195
195
  import asyncio
196
196
 
197
197
 
@@ -222,7 +222,7 @@ asyncio.run(main())
222
222
  Execute a workflow and automatically poll until completion. This is a convenience function that combines `execute_workflow` and `get_tool_result` with polling logic.
223
223
 
224
224
  ```python
225
- from simplai import SimplAI
225
+ from simplai_sdk import SimplAI
226
226
  import asyncio
227
227
 
228
228
 
@@ -265,7 +265,7 @@ asyncio.run(main())
265
265
  Cancel a running or pending workflow execution.
266
266
 
267
267
  ```python
268
- from simplai import SimplAI
268
+ from simplai_sdk import SimplAI
269
269
  import asyncio
270
270
 
271
271
 
@@ -299,7 +299,7 @@ The SDK provides functions for executing workflows in bulk using CSV files. Bulk
299
299
  Trigger a bulk run to process multiple records from a CSV file. The file should be accessible via a URL (e.g., S3, HTTP, etc.).
300
300
 
301
301
  ```python
302
- from simplai import SimplAI
302
+ from simplai_sdk import SimplAI
303
303
  import asyncio
304
304
 
305
305
 
@@ -344,7 +344,7 @@ asyncio.run(main())
344
344
  Get the current status and progress of a bulk run by bulk run ID.
345
345
 
346
346
  ```python
347
- from simplai import SimplAI
347
+ from simplai_sdk import SimplAI
348
348
  import asyncio
349
349
 
350
350
 
@@ -380,7 +380,7 @@ asyncio.run(main())
380
380
  Cancel a running or pending bulk run.
381
381
 
382
382
  ```python
383
- from simplai import SimplAI
383
+ from simplai_sdk import SimplAI
384
384
  import asyncio
385
385
 
386
386
 
@@ -412,7 +412,7 @@ asyncio.run(main())
412
412
  Download the results of a completed bulk run as CSV text.
413
413
 
414
414
  ```python
415
- from simplai import SimplAI
415
+ from simplai_sdk import SimplAI
416
416
  import asyncio
417
417
 
418
418
 
@@ -454,7 +454,7 @@ Schedule a workflow to run automatically based on a cron expression. Supports bo
454
454
  Processes data from a CSV file on a schedule. Requires a file URL and batch size.
455
455
 
456
456
  ```python
457
- from simplai import SimplAI
457
+ from simplai_sdk import SimplAI
458
458
  import asyncio
459
459
 
460
460
 
@@ -491,7 +491,7 @@ asyncio.run(main())
491
491
  Runs a workflow with static input values on a schedule. No file URL required.
492
492
 
493
493
  ```python
494
- from simplai import SimplAI
494
+ from simplai_sdk import SimplAI
495
495
  import asyncio
496
496
 
497
497
 
@@ -553,7 +553,7 @@ asyncio.run(main())
553
553
  Cancel a scheduled run using the `job_master_id` and `unique_id` returned from `schedule_run()`.
554
554
 
555
555
  ```python
556
- from simplai import SimplAI
556
+ from simplai_sdk import SimplAI
557
557
  import asyncio
558
558
 
559
559
 
@@ -591,7 +591,7 @@ The SDK provides functions for accessing billing and usage information for workf
591
591
  Get billing details (consumption, app name, app type) for a specific trace ID. This is useful for tracking costs and usage associated with a particular execution.
592
592
 
593
593
  ```python
594
- from simplai import SimplAI
594
+ from simplai_sdk import SimplAI
595
595
  import asyncio
596
596
 
597
597
 
@@ -629,7 +629,7 @@ asyncio.run(main())
629
629
  ### Using Core Functions Directly
630
630
 
631
631
  ```python
632
- from simplai import SimplAI
632
+ from simplai_sdk import SimplAI
633
633
  import asyncio
634
634
 
635
635
 
File without changes
File without changes
File without changes
File without changes