grasp_agents 0.2.5__py3-none-any.whl → 0.2.6__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.
- {grasp_agents-0.2.5.dist-info → grasp_agents-0.2.6.dist-info}/METADATA +3 -3
- {grasp_agents-0.2.5.dist-info → grasp_agents-0.2.6.dist-info}/RECORD +4 -4
- {grasp_agents-0.2.5.dist-info → grasp_agents-0.2.6.dist-info}/WHEEL +0 -0
- {grasp_agents-0.2.5.dist-info → grasp_agents-0.2.6.dist-info}/licenses/LICENSE.md +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: grasp_agents
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.6
|
4
4
|
Summary: Grasp Agents Library
|
5
5
|
License-File: LICENSE.md
|
6
6
|
Requires-Python: <4,>=3.11.4
|
@@ -66,7 +66,7 @@ Description-Content-Type: text/markdown
|
|
66
66
|
|
67
67
|
## Quickstart & Installation Variants (UV Package manager)
|
68
68
|
|
69
|
-
> **Note:** You can check this sample project code in the [src/grasp_agents/examples/demo/uv](src/grasp_agents/examples/demo/uv) folder. Feel free to copy and paste the code from there to a separate project. There are also [examples](src/grasp_agents/examples/demo/) for other package managers.
|
69
|
+
> **Note:** You can check this sample project code in the [src/grasp_agents/examples/demo/uv](https://github.com/grasp-technologies/grasp-agents/tree/master/src/grasp_agents/examples/demo/uv) folder. Feel free to copy and paste the code from there to a separate project. There are also [examples](https://github.com/grasp-technologies/grasp-agents/tree/master/src/grasp_agents/examples/demo/) for other package managers.
|
70
70
|
|
71
71
|
#### 1. Prerequisites
|
72
72
|
|
@@ -212,4 +212,4 @@ Run your script:
|
|
212
212
|
uv run problem_recommender.py
|
213
213
|
```
|
214
214
|
|
215
|
-
You can find more examples in [src/grasp_agents/examples/notebooks/agents_demo.ipynb](src/grasp_agents/examples/notebooks/agents_demo.ipynb).
|
215
|
+
You can find more examples in [src/grasp_agents/examples/notebooks/agents_demo.ipynb](https://github.com/grasp-technologies/grasp-agents/tree/master/src/grasp_agents/examples/notebooks/agents_demo.ipynb).
|
@@ -40,7 +40,7 @@ grasp_agents/workflow/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3h
|
|
40
40
|
grasp_agents/workflow/looped_agent.py,sha256=5tvlkPyhPdNGVSEaxTNPX0QQfPwP01OpZrvmv4bWXsA,4046
|
41
41
|
grasp_agents/workflow/sequential_agent.py,sha256=SbeAKHCbhMy-2CmQWs1f5VMSRj88MLiAQc76g_ivGvA,2131
|
42
42
|
grasp_agents/workflow/workflow_agent.py,sha256=E6jzfFmdUfCoYehH9ZsAa_MTICjEaP4NGwNxhc3NR_E,2436
|
43
|
-
grasp_agents-0.2.
|
44
|
-
grasp_agents-0.2.
|
45
|
-
grasp_agents-0.2.
|
46
|
-
grasp_agents-0.2.
|
43
|
+
grasp_agents-0.2.6.dist-info/METADATA,sha256=zsggPOLnbP5O-ab0SqYwAF33BhU8P9SjNbp_3XlsxJ4,7187
|
44
|
+
grasp_agents-0.2.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
45
|
+
grasp_agents-0.2.6.dist-info/licenses/LICENSE.md,sha256=-nNNdWqGB8gJ2O-peFQ2Irshv5tW5pHKyTcYkwvH7CE,1201
|
46
|
+
grasp_agents-0.2.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|