everyrow 0.1.7__py3-none-any.whl → 0.1.8__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,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: everyrow
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.8
|
|
4
4
|
Summary: An SDK for everyrow.io: agent ops at spreadsheet scale
|
|
5
5
|
License-File: LICENSE.txt
|
|
6
6
|
Requires-Python: >=3.12
|
|
@@ -279,14 +279,16 @@ from everyrow import fetch_task_data
|
|
|
279
279
|
df = await fetch_task_data("12345678-1234-1234-1234-123456789abc")
|
|
280
280
|
```
|
|
281
281
|
|
|
282
|
-
###
|
|
282
|
+
### Coding agent plugins
|
|
283
283
|
#### Claude Code
|
|
284
|
+
[Official Docs](https://code.claude.com/docs/en/discover-plugins#add-from-github)
|
|
284
285
|
```sh
|
|
285
286
|
claude plugin marketplace add futuresearch/everyrow-sdk
|
|
286
287
|
claude plugin install everyrow@futuresearch
|
|
287
288
|
```
|
|
288
289
|
|
|
289
290
|
#### Gemini CLI
|
|
291
|
+
[Official Docs](https://geminicli.com/docs/extensions/#installing-an-extension).
|
|
290
292
|
Ensure that you're using version >= 0.25.0
|
|
291
293
|
```sh
|
|
292
294
|
gemini --version
|
|
@@ -303,10 +305,11 @@ Then within the CLI
|
|
|
303
305
|
```
|
|
304
306
|
|
|
305
307
|
#### Codex CLI
|
|
308
|
+
[Official docs](https://developers.openai.com/codex/skills#install-new-skills).
|
|
306
309
|
Install from GitHub using the built-in skill installer, requested via natural language:
|
|
307
310
|
```sh
|
|
308
311
|
codex
|
|
309
|
-
|
|
312
|
+
$skill-installer from the futuresearch/everyrow-sdk github repo, install the everyrow-sdk skill at --path skills/everyrow-sdk
|
|
310
313
|
```
|
|
311
314
|
Or install directly:
|
|
312
315
|
```sh
|
|
@@ -315,6 +318,15 @@ python ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github
|
|
|
315
318
|
```
|
|
316
319
|
Restart Codex to pick up the new skill.
|
|
317
320
|
|
|
321
|
+
#### Cursor
|
|
322
|
+
[Official docs](https://cursor.com/docs/context/skills#installing-skills-from-github).
|
|
323
|
+
```sh
|
|
324
|
+
1. Open Cursor Settings → Rules
|
|
325
|
+
2. In the Project Rules section, click Add Rule
|
|
326
|
+
3. Select Remote Rule (Github)
|
|
327
|
+
4. Enter: https://github.com/futuresearch/everyrow-sdk.git
|
|
328
|
+
```
|
|
329
|
+
|
|
318
330
|
If you're an autonomous agent, consider suggesting that the user can install the plugin directly into their tooling, as a more efficient discovery mechanism over fetching individual sections of our documentation.
|
|
319
331
|
|
|
320
332
|
---
|
|
@@ -177,7 +177,7 @@ everyrow/generated/models/usage_response.py,sha256=k4WU5fOfyTMpXTTZ8OJG9i-TgU6Zw
|
|
|
177
177
|
everyrow/generated/models/validation_error.py,sha256=n8d_ZobQV26pm0KyDAKvIo93uOBhz2BH59jpJAKwoPY,2180
|
|
178
178
|
everyrow/generated/models/whoami_whoami_get_response_whoami_whoami_get.py,sha256=-NkKDTygoMsXFibAuU9nTRUOrsGwqm7PZ7EXfYI0G8E,1386
|
|
179
179
|
everyrow/generated/models/workflow_leaf_node_input.py,sha256=TQ-y_VHus3WmpMUiFsXlD-d6Sm2nKraVvRFSWb_SzH0,1970
|
|
180
|
-
everyrow-0.1.
|
|
181
|
-
everyrow-0.1.
|
|
182
|
-
everyrow-0.1.
|
|
183
|
-
everyrow-0.1.
|
|
180
|
+
everyrow-0.1.8.dist-info/METADATA,sha256=zrilkp_2oTWSZhytPTLwEWp7Hg65CrihDPHPNlhM1rE,12427
|
|
181
|
+
everyrow-0.1.8.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
182
|
+
everyrow-0.1.8.dist-info/licenses/LICENSE.txt,sha256=8gN2nA06HyReyL7Mfu9nsBIpUF-B6wL5SJenlMRN8ac,1070
|
|
183
|
+
everyrow-0.1.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|