everyrow 0.1.5__py3-none-any.whl → 0.1.7__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.7
|
|
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
|
|
@@ -280,11 +280,41 @@ df = await fetch_task_data("12345678-1234-1234-1234-123456789abc")
|
|
|
280
280
|
```
|
|
281
281
|
|
|
282
282
|
### Claude Code plugin
|
|
283
|
-
|
|
283
|
+
#### Claude Code
|
|
284
284
|
```sh
|
|
285
285
|
claude plugin marketplace add futuresearch/everyrow-sdk
|
|
286
286
|
claude plugin install everyrow@futuresearch
|
|
287
287
|
```
|
|
288
|
+
|
|
289
|
+
#### Gemini CLI
|
|
290
|
+
Ensure that you're using version >= 0.25.0
|
|
291
|
+
```sh
|
|
292
|
+
gemini --version
|
|
293
|
+
gemini extensions install https://github.com/futuresearch/everyrow-sdk
|
|
294
|
+
gemini extensions enable everyrow [--scope <user or workspace>]
|
|
295
|
+
```
|
|
296
|
+
Then within the CLI
|
|
297
|
+
```sh
|
|
298
|
+
/settings > Preview Features > Enable
|
|
299
|
+
/settings > Agent Skills > Enable
|
|
300
|
+
/skills enable everyrow-sdk
|
|
301
|
+
/skills reload
|
|
302
|
+
/model > Manual > gemini-3-pro-preview > (Optionally Remember model, tab)
|
|
303
|
+
```
|
|
304
|
+
|
|
305
|
+
#### Codex CLI
|
|
306
|
+
Install from GitHub using the built-in skill installer, requested via natural language:
|
|
307
|
+
```sh
|
|
308
|
+
codex
|
|
309
|
+
> install the everyrow-sdk skill from futuresearch/everyrow-sdk
|
|
310
|
+
```
|
|
311
|
+
Or install directly:
|
|
312
|
+
```sh
|
|
313
|
+
python ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py \
|
|
314
|
+
--repo futuresearch/everyrow-sdk --path skills/everyrow-sdk
|
|
315
|
+
```
|
|
316
|
+
Restart Codex to pick up the new skill.
|
|
317
|
+
|
|
288
318
|
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.
|
|
289
319
|
|
|
290
320
|
---
|
|
@@ -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.7.dist-info/METADATA,sha256=6wLSXcLDgjfuCTyx827esgUA3rKMSGWk77eJ69R07BU,11838
|
|
181
|
+
everyrow-0.1.7.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
182
|
+
everyrow-0.1.7.dist-info/licenses/LICENSE.txt,sha256=8gN2nA06HyReyL7Mfu9nsBIpUF-B6wL5SJenlMRN8ac,1070
|
|
183
|
+
everyrow-0.1.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|