autotouch-cli 0.2.44__tar.gz → 0.2.45__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.
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/PKG-INFO +12 -28
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/README.md +11 -27
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/data/CLI_REFERENCE.md +1 -1
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/data/cli-manifest.json +1 -1
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli.egg-info/PKG-INFO +12 -28
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/pyproject.toml +1 -1
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/MANIFEST.in +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/__init__.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/cli.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/cli_contracts.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/__init__.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/auth.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/cells.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/columns.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/jobs.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/leads.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/linkedin.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/prompts.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/rows.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/search.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/sequences.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/tables.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/tasks.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/webhooks.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/commands/workspace_secrets.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/core/__init__.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/core/auth.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/core/config.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/core/http.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/core/io.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/core/output.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/core/polling.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/mongo_status.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/parser_groups.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/sequence_support.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli/templates.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli.egg-info/SOURCES.txt +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli.egg-info/dependency_links.txt +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli.egg-info/entry_points.txt +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli.egg-info/requires.txt +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_cli.egg-info/top_level.txt +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_shared/__init__.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_shared/linkedin_contract.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_shared/provider_registry.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/autotouch_shared/search_contract.py +0 -0
- {autotouch_cli-0.2.44 → autotouch_cli-0.2.45}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: autotouch-cli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.45
|
|
4
4
|
Summary: Autotouch Smart Table CLI
|
|
5
5
|
Requires-Python: >=3.9
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -110,34 +110,18 @@ autotouch rows get --table-id "$TABLE_ID" --row-id "$ROW_ID" --output json
|
|
|
110
110
|
- Create/activate sequences: `autotouch sequences recipe`, `autotouch sequences create`, `autotouch sequences activate`
|
|
111
111
|
- Query leads: `autotouch leads query`
|
|
112
112
|
|
|
113
|
-
##
|
|
113
|
+
## More
|
|
114
114
|
|
|
115
|
-
For automation or agent-driven setup,
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
autotouch capabilities --output json
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
Important sections:
|
|
122
|
-
|
|
123
|
-
- `cli-manifest`: local command grammar, flags, aliases, and output contracts shipped with the CLI
|
|
124
|
-
- `automation.providers`: provider setup contracts
|
|
125
|
-
- `automation.workflow_blueprints`: common multi-step workflow patterns
|
|
126
|
-
- `inspection.research_table`: exact row/cell audit endpoints and audit loop
|
|
127
|
-
|
|
128
|
-
## Local Backend
|
|
129
|
-
|
|
130
|
-
Point the CLI at a local backend when you want fast iteration against `run_local.sh` or another local stack:
|
|
131
|
-
|
|
132
|
-
```bash
|
|
133
|
-
autotouch capabilities --base-url http://localhost:8005 --output json
|
|
134
|
-
```
|
|
135
|
-
|
|
136
|
-
Use a dedicated `AUTOTOUCH_CONFIG_PATH` if you want a clean local account instead of your saved config.
|
|
115
|
+
For automation or agent-driven setup, use:
|
|
116
|
+
- `autotouch cli-manifest --output json` for the local machine-readable command contract
|
|
117
|
+
- `autotouch cli-reference` for the shipped parser-generated reference
|
|
118
|
+
- `autotouch capabilities --output json` for provider/workflow contracts
|
|
119
|
+
- `autotouch rows list` / `autotouch rows get` / `autotouch cells get` for read-back and audit
|
|
120
|
+
- `autotouch sequences ...` and `autotouch tasks ...` for sequence/task workflows
|
|
137
121
|
|
|
138
122
|
## Docs
|
|
139
123
|
|
|
140
|
-
- Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
141
|
-
- Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
142
|
-
- Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
143
|
-
- Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
124
|
+
- Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.45/docs/research-table/reference/autotouch-cli.md
|
|
125
|
+
- Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.45/docs/research-table/guides/autotouch-cli-agent-playbook.md
|
|
126
|
+
- Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.45/docs/research-table/reference/tables-api.md
|
|
127
|
+
- Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.45/docs/platform/authentication.md
|
|
@@ -101,34 +101,18 @@ autotouch rows get --table-id "$TABLE_ID" --row-id "$ROW_ID" --output json
|
|
|
101
101
|
- Create/activate sequences: `autotouch sequences recipe`, `autotouch sequences create`, `autotouch sequences activate`
|
|
102
102
|
- Query leads: `autotouch leads query`
|
|
103
103
|
|
|
104
|
-
##
|
|
104
|
+
## More
|
|
105
105
|
|
|
106
|
-
For automation or agent-driven setup,
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
autotouch capabilities --output json
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
Important sections:
|
|
113
|
-
|
|
114
|
-
- `cli-manifest`: local command grammar, flags, aliases, and output contracts shipped with the CLI
|
|
115
|
-
- `automation.providers`: provider setup contracts
|
|
116
|
-
- `automation.workflow_blueprints`: common multi-step workflow patterns
|
|
117
|
-
- `inspection.research_table`: exact row/cell audit endpoints and audit loop
|
|
118
|
-
|
|
119
|
-
## Local Backend
|
|
120
|
-
|
|
121
|
-
Point the CLI at a local backend when you want fast iteration against `run_local.sh` or another local stack:
|
|
122
|
-
|
|
123
|
-
```bash
|
|
124
|
-
autotouch capabilities --base-url http://localhost:8005 --output json
|
|
125
|
-
```
|
|
126
|
-
|
|
127
|
-
Use a dedicated `AUTOTOUCH_CONFIG_PATH` if you want a clean local account instead of your saved config.
|
|
106
|
+
For automation or agent-driven setup, use:
|
|
107
|
+
- `autotouch cli-manifest --output json` for the local machine-readable command contract
|
|
108
|
+
- `autotouch cli-reference` for the shipped parser-generated reference
|
|
109
|
+
- `autotouch capabilities --output json` for provider/workflow contracts
|
|
110
|
+
- `autotouch rows list` / `autotouch rows get` / `autotouch cells get` for read-back and audit
|
|
111
|
+
- `autotouch sequences ...` and `autotouch tasks ...` for sequence/task workflows
|
|
128
112
|
|
|
129
113
|
## Docs
|
|
130
114
|
|
|
131
|
-
- Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
132
|
-
- Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
133
|
-
- Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
134
|
-
- Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
115
|
+
- Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.45/docs/research-table/reference/autotouch-cli.md
|
|
116
|
+
- Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.45/docs/research-table/guides/autotouch-cli-agent-playbook.md
|
|
117
|
+
- Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.45/docs/research-table/reference/tables-api.md
|
|
118
|
+
- Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.45/docs/platform/authentication.md
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: autotouch-cli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.45
|
|
4
4
|
Summary: Autotouch Smart Table CLI
|
|
5
5
|
Requires-Python: >=3.9
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -110,34 +110,18 @@ autotouch rows get --table-id "$TABLE_ID" --row-id "$ROW_ID" --output json
|
|
|
110
110
|
- Create/activate sequences: `autotouch sequences recipe`, `autotouch sequences create`, `autotouch sequences activate`
|
|
111
111
|
- Query leads: `autotouch leads query`
|
|
112
112
|
|
|
113
|
-
##
|
|
113
|
+
## More
|
|
114
114
|
|
|
115
|
-
For automation or agent-driven setup,
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
autotouch capabilities --output json
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
Important sections:
|
|
122
|
-
|
|
123
|
-
- `cli-manifest`: local command grammar, flags, aliases, and output contracts shipped with the CLI
|
|
124
|
-
- `automation.providers`: provider setup contracts
|
|
125
|
-
- `automation.workflow_blueprints`: common multi-step workflow patterns
|
|
126
|
-
- `inspection.research_table`: exact row/cell audit endpoints and audit loop
|
|
127
|
-
|
|
128
|
-
## Local Backend
|
|
129
|
-
|
|
130
|
-
Point the CLI at a local backend when you want fast iteration against `run_local.sh` or another local stack:
|
|
131
|
-
|
|
132
|
-
```bash
|
|
133
|
-
autotouch capabilities --base-url http://localhost:8005 --output json
|
|
134
|
-
```
|
|
135
|
-
|
|
136
|
-
Use a dedicated `AUTOTOUCH_CONFIG_PATH` if you want a clean local account instead of your saved config.
|
|
115
|
+
For automation or agent-driven setup, use:
|
|
116
|
+
- `autotouch cli-manifest --output json` for the local machine-readable command contract
|
|
117
|
+
- `autotouch cli-reference` for the shipped parser-generated reference
|
|
118
|
+
- `autotouch capabilities --output json` for provider/workflow contracts
|
|
119
|
+
- `autotouch rows list` / `autotouch rows get` / `autotouch cells get` for read-back and audit
|
|
120
|
+
- `autotouch sequences ...` and `autotouch tasks ...` for sequence/task workflows
|
|
137
121
|
|
|
138
122
|
## Docs
|
|
139
123
|
|
|
140
|
-
- Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
141
|
-
- Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
142
|
-
- Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
143
|
-
- Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
124
|
+
- Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.45/docs/research-table/reference/autotouch-cli.md
|
|
125
|
+
- Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.45/docs/research-table/guides/autotouch-cli-agent-playbook.md
|
|
126
|
+
- Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.45/docs/research-table/reference/tables-api.md
|
|
127
|
+
- Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.45/docs/platform/authentication.md
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|