grasp_agents 0.1.12__py3-none-any.whl → 0.1.13__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.
@@ -1,8 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: grasp_agents
3
- Version: 0.1.12
3
+ Version: 0.1.13
4
4
  Summary: Grasp Agents Library
5
- License-File: LICENSE
6
5
  License-File: LICENSE.md
7
6
  Requires-Python: <3.12,>=3.11.4
8
7
  Requires-Dist: dotenv>=0.9.9
@@ -21,9 +20,11 @@ Description-Content-Type: text/markdown
21
20
  <br/>
22
21
  <br/>
23
22
 
24
- [![PyPI version](https://badge.fury.io/py/grasp_agents.svg)](https://badge.fury.io/py/grasp_agents)
25
- [![Python Versions](https://img.shields.io/pypi/pyversions/grasp_agents?style=flat-square)](https://pypi.org/project/grasp_agents/)
23
+ [![PyPI version](https://badge.fury.io/py/grasp_agents.svg)](https://badge.fury.io/py/grasp-agents)
26
24
  [![License: MIT](https://img.shields.io/badge/license-MIT-yellow?style=flat-square)](https://mit-license.org/)
25
+ [![PyPI downloads](https://img.shields.io/pypi/dm/grasp-agents?style=flat-square)](https://pypi.org/project/grasp-agents/)
26
+ [![GitHub Stars](https://img.shields.io/github/stars/grasp-technologies/grasp-agents?style=social)](https://github.com/grasp-technologies/grasp-agents/stargazers)
27
+ [![GitHub Forks](https://img.shields.io/github/forks/grasp-technologies/grasp-agents?style=social)](https://github.com/grasp-technologies/grasp-agents/network/members)
27
28
 
28
29
  ## Overview
29
30
 
@@ -149,68 +150,3 @@ Run your script:
149
150
  ```bash
150
151
  uv run hello.py
151
152
  ```
152
-
153
- ## Development
154
-
155
- To develop and test the library locally, follow these steps:
156
-
157
- ### 1. Install UV Package Manager
158
-
159
- Make sure [UV](https://github.com/astral-sh/uv) is installed on your system:
160
-
161
- ```bash
162
- curl -LsSf https://astral.sh/uv/install.sh | sh
163
- ```
164
-
165
- ### 2. Install Dependencies
166
-
167
- Create a new virtual environment and install dependencies:
168
-
169
- ```bash
170
- uv venv
171
- source .venv/bin/activate
172
- uv sync
173
- ```
174
-
175
- ### 3. Test Example for VS Code
176
-
177
- - Install the [Jupyter Notebook extension](https://marketplace.visualstudio.com/items/?itemName=ms-toolsai.jupyter).
178
-
179
- - Ensure you have a `.env` file with your OpenAI and Google AI Studio API keys set (see [.env.example](.env.example)).
180
-
181
- ```
182
- OPENAI_API_KEY=your_openai_api_key
183
- GOOGLE_AI_STUDIO_API_KEY=your_google_ai_studio_api_key
184
- ```
185
-
186
- - Open [src/grasp_agents/examples/notebooks/agents_demo.ipynb](src/grasp_agents/examples/notebooks/agents_demo.ipynb).
187
-
188
- You're now ready to run and experiment with the example notebook.
189
-
190
- ### 4. Recommended VS Code Extensions
191
-
192
- - [Ruff](https://marketplace.visualstudio.com/items/?itemName=charliermarsh.ruff) -- for formatting and code analysis
193
- - [Pylint](https://marketplace.visualstudio.com/items/?itemName=ms-python.pylint) -- for linting
194
- - [Pylance](https://marketplace.visualstudio.com/items/?itemName=ms-python.vscode-pylance) -- for type checking
195
-
196
- ### Releasing: Maintainers Only
197
-
198
- To release a new version of the package, follow these steps:
199
-
200
- 1. Create a new branch for the release: `git checkout -b release-X.Y.Z`.
201
-
202
- 2. Update the version in `pyproject.toml`.
203
-
204
- 3. Commit the changes with a message like "Bump version to X.Y.Z". `git commit -m "Bump version to X.Y.Z"`.
205
-
206
- 4. Make a pull request to the `master` branch.
207
-
208
- 5. Once the pull request is approved and merged, checkout the `master` branch: `git checkout master`.
209
-
210
- 6. Pull the latest changes: `git pull origin master`.
211
-
212
- 7. Tag the release: `git tag vX.Y.Z`. Note that a tag name should be in the format `vX.Y.Z`.
213
-
214
- 8. Push the tag to the remote repository: `git push --tags`.
215
-
216
- 9. This will trigger the [release workflow](.github/workflows/workflow.yml), which will build and publish the package to PyPI.
@@ -38,8 +38,7 @@ grasp_agents/workflow/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3h
38
38
  grasp_agents/workflow/looped_agent.py,sha256=YBOgOIvy3_NwKvEoGgzQJ2fY9SNG66MQk6obSBGWvCc,3896
39
39
  grasp_agents/workflow/sequential_agent.py,sha256=yDt2nA-b1leVByD8jsKrWD6bHe0o9z33jrOJGOLwbyk,2004
40
40
  grasp_agents/workflow/workflow_agent.py,sha256=9U94IQ39Vb1W_5u8aoqHb65ikdarEhEJkexDz8xwHD4,2294
41
- grasp_agents-0.1.12.dist-info/METADATA,sha256=93QgmIVstmYfBgGI1WH4zgmEX4Gwd85yucmXPKn-l5c,6104
42
- grasp_agents-0.1.12.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
43
- grasp_agents-0.1.12.dist-info/licenses/LICENSE,sha256=GRDob7--af0SOT8BRgu7Ds1NqhunPyxGjyETcCk-o7s,1062
44
- grasp_agents-0.1.12.dist-info/licenses/LICENSE.md,sha256=Kfeo0gdlLS6tLQiWwO9UWhjp9-f93a5kShSiBp2FG-c,1201
45
- grasp_agents-0.1.12.dist-info/RECORD,,
41
+ grasp_agents-0.1.13.dist-info/METADATA,sha256=oIAw7WeZopDvWOFIQLo-PmSsnlDtHYVtSceKI0J5GEU,4272
42
+ grasp_agents-0.1.13.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
43
+ grasp_agents-0.1.13.dist-info/licenses/LICENSE.md,sha256=Kfeo0gdlLS6tLQiWwO9UWhjp9-f93a5kShSiBp2FG-c,1201
44
+ grasp_agents-0.1.13.dist-info/RECORD,,
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 Grasp
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.