autotouch-cli 0.2.82__tar.gz → 0.2.83__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.82 → autotouch_cli-0.2.83}/PKG-INFO +3 -3
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/README.md +2 -2
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/data/CLI_REFERENCE.md +1 -1
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/data/cli-manifest.json +1 -1
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli.egg-info/PKG-INFO +3 -3
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_shared/linkedin_contract.py +1 -2
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/pyproject.toml +1 -1
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/MANIFEST.in +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/__init__.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/cli.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/cli_contracts.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/commands/__init__.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/commands/agents.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/commands/auth.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/commands/cells.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/commands/columns.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/commands/jobs.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/commands/leads.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/commands/linkedin.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/commands/list_build.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/commands/prompts.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/commands/rows.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/commands/search.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/commands/sequences.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/commands/tables.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/commands/tasks.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/commands/webhooks.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/commands/workspace_secrets.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/core/__init__.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/core/auth.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/core/config.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/core/csv_import.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/core/http.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/core/io.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/core/output.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/core/polling.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/core/run.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/core/validation.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/exceptions.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/mongo_status.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/parser.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/parser_groups.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/sequence_support.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli/templates.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli.egg-info/SOURCES.txt +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli.egg-info/dependency_links.txt +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli.egg-info/entry_points.txt +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli.egg-info/requires.txt +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_cli.egg-info/top_level.txt +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_shared/__init__.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_shared/linkedin_filters.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_shared/list_build_contract.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_shared/provider_registry.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/autotouch_shared/search_contract.py +0 -0
- {autotouch_cli-0.2.82 → autotouch_cli-0.2.83}/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.83
|
|
4
4
|
Summary: Autotouch Smart Table CLI
|
|
5
5
|
Project-URL: Homepage, https://app.autotouch.ai
|
|
6
6
|
Project-URL: Documentation, https://github.com/nicolonic/autotouch_main/tree/main/docs/research-table/reference
|
|
@@ -160,11 +160,11 @@ For automation or agent-driven setup, use:
|
|
|
160
160
|
- `autotouch cli-manifest --output json` for the local machine-readable command contract
|
|
161
161
|
- `autotouch cli-reference` for the shipped parser-generated reference
|
|
162
162
|
- `autotouch capabilities --output json` for provider/workflow contracts
|
|
163
|
-
- `autotouch --version` should be `0.2.
|
|
163
|
+
- `autotouch --version` should be `0.2.83` or newer for the cleaned single LinkedIn-sourced list-build path, `list-build inputs/pricing`, research-workspace list-build guidance, and 10-result neural search cap
|
|
164
164
|
- `autotouch capabilities --output json --select list_builds` for documented list-build inputs such as geography IDs, company size buckets, profile language, and company IDs
|
|
165
165
|
- `autotouch list-build inputs` and `autotouch list-build pricing` before creating durable list-build jobs
|
|
166
166
|
- `autotouch list-build companies` and `autotouch list-build leads` for durable LinkedIn-sourced company and lead list builds with Smart Table-owned background workers, visible progress, and no user-owned LinkedIn connection requirement
|
|
167
|
-
- `autotouch linkedin status` and `autotouch linkedin limits` for connected-account diagnostics
|
|
167
|
+
- `autotouch linkedin status` and `autotouch linkedin limits` for connected-account diagnostics
|
|
168
168
|
- `autotouch rows list` / `autotouch rows get` / `autotouch cells get` for read-back and audit
|
|
169
169
|
- `autotouch sequences ...` and `autotouch tasks ...` for sequence/task workflows
|
|
170
170
|
- `pip install 'autotouch-cli[mongo]'` if you need the Mongo-backed `status` / `watch` commands
|
|
@@ -135,11 +135,11 @@ For automation or agent-driven setup, use:
|
|
|
135
135
|
- `autotouch cli-manifest --output json` for the local machine-readable command contract
|
|
136
136
|
- `autotouch cli-reference` for the shipped parser-generated reference
|
|
137
137
|
- `autotouch capabilities --output json` for provider/workflow contracts
|
|
138
|
-
- `autotouch --version` should be `0.2.
|
|
138
|
+
- `autotouch --version` should be `0.2.83` or newer for the cleaned single LinkedIn-sourced list-build path, `list-build inputs/pricing`, research-workspace list-build guidance, and 10-result neural search cap
|
|
139
139
|
- `autotouch capabilities --output json --select list_builds` for documented list-build inputs such as geography IDs, company size buckets, profile language, and company IDs
|
|
140
140
|
- `autotouch list-build inputs` and `autotouch list-build pricing` before creating durable list-build jobs
|
|
141
141
|
- `autotouch list-build companies` and `autotouch list-build leads` for durable LinkedIn-sourced company and lead list builds with Smart Table-owned background workers, visible progress, and no user-owned LinkedIn connection requirement
|
|
142
|
-
- `autotouch linkedin status` and `autotouch linkedin limits` for connected-account diagnostics
|
|
142
|
+
- `autotouch linkedin status` and `autotouch linkedin limits` for connected-account diagnostics
|
|
143
143
|
- `autotouch rows list` / `autotouch rows get` / `autotouch cells get` for read-back and audit
|
|
144
144
|
- `autotouch sequences ...` and `autotouch tasks ...` for sequence/task workflows
|
|
145
145
|
- `pip install 'autotouch-cli[mongo]'` if you need the Mongo-backed `status` / `watch` commands
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: autotouch-cli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.83
|
|
4
4
|
Summary: Autotouch Smart Table CLI
|
|
5
5
|
Project-URL: Homepage, https://app.autotouch.ai
|
|
6
6
|
Project-URL: Documentation, https://github.com/nicolonic/autotouch_main/tree/main/docs/research-table/reference
|
|
@@ -160,11 +160,11 @@ For automation or agent-driven setup, use:
|
|
|
160
160
|
- `autotouch cli-manifest --output json` for the local machine-readable command contract
|
|
161
161
|
- `autotouch cli-reference` for the shipped parser-generated reference
|
|
162
162
|
- `autotouch capabilities --output json` for provider/workflow contracts
|
|
163
|
-
- `autotouch --version` should be `0.2.
|
|
163
|
+
- `autotouch --version` should be `0.2.83` or newer for the cleaned single LinkedIn-sourced list-build path, `list-build inputs/pricing`, research-workspace list-build guidance, and 10-result neural search cap
|
|
164
164
|
- `autotouch capabilities --output json --select list_builds` for documented list-build inputs such as geography IDs, company size buckets, profile language, and company IDs
|
|
165
165
|
- `autotouch list-build inputs` and `autotouch list-build pricing` before creating durable list-build jobs
|
|
166
166
|
- `autotouch list-build companies` and `autotouch list-build leads` for durable LinkedIn-sourced company and lead list builds with Smart Table-owned background workers, visible progress, and no user-owned LinkedIn connection requirement
|
|
167
|
-
- `autotouch linkedin status` and `autotouch linkedin limits` for connected-account diagnostics
|
|
167
|
+
- `autotouch linkedin status` and `autotouch linkedin limits` for connected-account diagnostics
|
|
168
168
|
- `autotouch rows list` / `autotouch rows get` / `autotouch cells get` for read-back and audit
|
|
169
169
|
- `autotouch sequences ...` and `autotouch tasks ...` for sequence/task workflows
|
|
170
170
|
- `pip install 'autotouch-cli[mongo]'` if you need the Mongo-backed `status` / `watch` commands
|
|
@@ -31,7 +31,6 @@ _LINKEDIN_CAPABILITIES: Dict[str, Any] = {
|
|
|
31
31
|
"recommendation_summary": [
|
|
32
32
|
"Use `autotouch linkedin status` and `autotouch linkedin limits` for connected-account diagnostics.",
|
|
33
33
|
"Use `autotouch list-build` commands for all LinkedIn-sourced company and lead list building.",
|
|
34
|
-
"Do not use connected LinkedIn search or search-params for list building.",
|
|
35
34
|
],
|
|
36
35
|
"best_for": [
|
|
37
36
|
"checking whether a user's LinkedIn account is connected",
|
|
@@ -42,7 +41,7 @@ _LINKEDIN_CAPABILITIES: Dict[str, Any] = {
|
|
|
42
41
|
"company list building",
|
|
43
42
|
"lead list building",
|
|
44
43
|
"resolving list-build filter IDs",
|
|
45
|
-
"
|
|
44
|
+
"prospecting list execution",
|
|
46
45
|
],
|
|
47
46
|
"chooser_guidance": {
|
|
48
47
|
"use_list_build_when": [
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|