autotouch-cli 0.2.80__tar.gz → 0.2.81__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.80 → autotouch_cli-0.2.81}/PKG-INFO +7 -5
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/README.md +6 -4
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/data/CLI_REFERENCE.md +1 -1
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/data/cli-manifest.json +1 -1
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli.egg-info/PKG-INFO +7 -5
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_shared/list_build_contract.py +13 -2
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/pyproject.toml +1 -1
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/MANIFEST.in +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/__init__.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/cli.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/cli_contracts.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/commands/__init__.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/commands/agents.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/commands/auth.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/commands/cells.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/commands/columns.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/commands/jobs.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/commands/leads.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/commands/linkedin.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/commands/list_build.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/commands/prompts.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/commands/rows.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/commands/search.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/commands/sequences.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/commands/tables.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/commands/tasks.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/commands/webhooks.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/commands/workspace_secrets.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/core/__init__.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/core/auth.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/core/config.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/core/csv_import.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/core/http.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/core/io.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/core/output.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/core/polling.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/core/run.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/core/validation.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/exceptions.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/mongo_status.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/parser.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/parser_groups.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/sequence_support.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli/templates.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli.egg-info/SOURCES.txt +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli.egg-info/dependency_links.txt +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli.egg-info/entry_points.txt +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli.egg-info/requires.txt +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_cli.egg-info/top_level.txt +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_shared/__init__.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_shared/linkedin_contract.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_shared/linkedin_filters.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_shared/provider_registry.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/autotouch_shared/search_contract.py +0 -0
- {autotouch_cli-0.2.80 → autotouch_cli-0.2.81}/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.81
|
|
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
|
|
@@ -146,11 +146,13 @@ autotouch rows get --table-id "$TABLE_ID" --row-id "$ROW_ID" --output json
|
|
|
146
146
|
|
|
147
147
|
Autotouch has two different company/people discovery paths.
|
|
148
148
|
|
|
149
|
-
Use `autotouch search companies` and `autotouch search people` for neural search when the target is niche, semantic, or hard to express with structured filters. Examples: "
|
|
149
|
+
Use `autotouch search companies` and `autotouch search people` for neural search when the target is niche, semantic, or hard to express with structured filters. Examples: "AI workflow platforms for healthcare", "AI workflow startups selling to law firms", or "RevOps operators at PLG SaaS companies". Neural company/people search returns at most 10 results per API call and costs 1 credit per API call.
|
|
150
150
|
|
|
151
|
-
Use `autotouch list-build companies` and `autotouch list-build leads` for structured, repeatable list construction. This is the default path for larger company and lead lists using filters like geography IDs, company size, industry IDs, title/persona, and current company IDs. Durable list builds run as background jobs with status/results endpoints and cost 1 credit per successful non-empty result page.
|
|
151
|
+
Use `autotouch list-build companies` and `autotouch list-build leads` for structured, repeatable list construction. Treat list builds as the sourcing step for the Smart Table research workspace: build company/account records first by default, add the records to a research table, then enrich, score, segment, find related leads, attach signals/notes, and continue downstream workflows from that table. Use lead builds directly when the request is explicitly person/contact focused. This is the default path for larger LinkedIn-sourced company and lead lists using filters like geography IDs, company size, industry IDs, title/persona, and current company IDs. Durable list builds run as background jobs with status/results endpoints and cost 1 credit per successful non-empty result page.
|
|
152
152
|
|
|
153
|
-
For
|
|
153
|
+
For structured company builds, start with industry IDs plus geo/company-size filters. Company builds still need a broad `keywords` anchor (for example, `software`), but keywords are less reliable because they depend on company/profile text; use them to refine, disambiguate, or recover hard-to-classify targets instead of carrying the whole target definition.
|
|
154
|
+
|
|
155
|
+
For account-first prospecting, build companies/accounts first, inspect the returned company IDs, then pass those IDs to `autotouch list-build leads --current-company-id ...`. Do not use neural search as a default pre-step for every list build; use it when the user's target is genuinely semantic or niche.
|
|
154
156
|
|
|
155
157
|
## More
|
|
156
158
|
|
|
@@ -158,7 +160,7 @@ For automation or agent-driven setup, use:
|
|
|
158
160
|
- `autotouch cli-manifest --output json` for the local machine-readable command contract
|
|
159
161
|
- `autotouch cli-reference` for the shipped parser-generated reference
|
|
160
162
|
- `autotouch capabilities --output json` for provider/workflow contracts
|
|
161
|
-
- `autotouch --version` should be `0.2.
|
|
163
|
+
- `autotouch --version` should be `0.2.81` or newer for the research-workspace list-build guidance, 10-result neural search cap, and provider-hidden `autotouch list-build ...`; older CLIs may still show the removed `autotouch linkedin list-build` surface
|
|
162
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
|
|
163
165
|
- `autotouch list-build companies` and `autotouch list-build leads` for durable provider-hidden company and lead list builds with Smart Table-owned background workers, visible progress, and no user-owned network connection requirement
|
|
164
166
|
- `autotouch linkedin search` for one-page LinkedIn/Sales Navigator replay/debug searches; it is not the recommended path for large lists
|
|
@@ -121,11 +121,13 @@ autotouch rows get --table-id "$TABLE_ID" --row-id "$ROW_ID" --output json
|
|
|
121
121
|
|
|
122
122
|
Autotouch has two different company/people discovery paths.
|
|
123
123
|
|
|
124
|
-
Use `autotouch search companies` and `autotouch search people` for neural search when the target is niche, semantic, or hard to express with structured filters. Examples: "
|
|
124
|
+
Use `autotouch search companies` and `autotouch search people` for neural search when the target is niche, semantic, or hard to express with structured filters. Examples: "AI workflow platforms for healthcare", "AI workflow startups selling to law firms", or "RevOps operators at PLG SaaS companies". Neural company/people search returns at most 10 results per API call and costs 1 credit per API call.
|
|
125
125
|
|
|
126
|
-
Use `autotouch list-build companies` and `autotouch list-build leads` for structured, repeatable list construction. This is the default path for larger company and lead lists using filters like geography IDs, company size, industry IDs, title/persona, and current company IDs. Durable list builds run as background jobs with status/results endpoints and cost 1 credit per successful non-empty result page.
|
|
126
|
+
Use `autotouch list-build companies` and `autotouch list-build leads` for structured, repeatable list construction. Treat list builds as the sourcing step for the Smart Table research workspace: build company/account records first by default, add the records to a research table, then enrich, score, segment, find related leads, attach signals/notes, and continue downstream workflows from that table. Use lead builds directly when the request is explicitly person/contact focused. This is the default path for larger LinkedIn-sourced company and lead lists using filters like geography IDs, company size, industry IDs, title/persona, and current company IDs. Durable list builds run as background jobs with status/results endpoints and cost 1 credit per successful non-empty result page.
|
|
127
127
|
|
|
128
|
-
For
|
|
128
|
+
For structured company builds, start with industry IDs plus geo/company-size filters. Company builds still need a broad `keywords` anchor (for example, `software`), but keywords are less reliable because they depend on company/profile text; use them to refine, disambiguate, or recover hard-to-classify targets instead of carrying the whole target definition.
|
|
129
|
+
|
|
130
|
+
For account-first prospecting, build companies/accounts first, inspect the returned company IDs, then pass those IDs to `autotouch list-build leads --current-company-id ...`. Do not use neural search as a default pre-step for every list build; use it when the user's target is genuinely semantic or niche.
|
|
129
131
|
|
|
130
132
|
## More
|
|
131
133
|
|
|
@@ -133,7 +135,7 @@ For automation or agent-driven setup, use:
|
|
|
133
135
|
- `autotouch cli-manifest --output json` for the local machine-readable command contract
|
|
134
136
|
- `autotouch cli-reference` for the shipped parser-generated reference
|
|
135
137
|
- `autotouch capabilities --output json` for provider/workflow contracts
|
|
136
|
-
- `autotouch --version` should be `0.2.
|
|
138
|
+
- `autotouch --version` should be `0.2.81` or newer for the research-workspace list-build guidance, 10-result neural search cap, and provider-hidden `autotouch list-build ...`; older CLIs may still show the removed `autotouch linkedin list-build` surface
|
|
137
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
|
|
138
140
|
- `autotouch list-build companies` and `autotouch list-build leads` for durable provider-hidden company and lead list builds with Smart Table-owned background workers, visible progress, and no user-owned network connection requirement
|
|
139
141
|
- `autotouch linkedin search` for one-page LinkedIn/Sales Navigator replay/debug searches; it is not the recommended path for large lists
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: autotouch-cli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.81
|
|
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
|
|
@@ -146,11 +146,13 @@ autotouch rows get --table-id "$TABLE_ID" --row-id "$ROW_ID" --output json
|
|
|
146
146
|
|
|
147
147
|
Autotouch has two different company/people discovery paths.
|
|
148
148
|
|
|
149
|
-
Use `autotouch search companies` and `autotouch search people` for neural search when the target is niche, semantic, or hard to express with structured filters. Examples: "
|
|
149
|
+
Use `autotouch search companies` and `autotouch search people` for neural search when the target is niche, semantic, or hard to express with structured filters. Examples: "AI workflow platforms for healthcare", "AI workflow startups selling to law firms", or "RevOps operators at PLG SaaS companies". Neural company/people search returns at most 10 results per API call and costs 1 credit per API call.
|
|
150
150
|
|
|
151
|
-
Use `autotouch list-build companies` and `autotouch list-build leads` for structured, repeatable list construction. This is the default path for larger company and lead lists using filters like geography IDs, company size, industry IDs, title/persona, and current company IDs. Durable list builds run as background jobs with status/results endpoints and cost 1 credit per successful non-empty result page.
|
|
151
|
+
Use `autotouch list-build companies` and `autotouch list-build leads` for structured, repeatable list construction. Treat list builds as the sourcing step for the Smart Table research workspace: build company/account records first by default, add the records to a research table, then enrich, score, segment, find related leads, attach signals/notes, and continue downstream workflows from that table. Use lead builds directly when the request is explicitly person/contact focused. This is the default path for larger LinkedIn-sourced company and lead lists using filters like geography IDs, company size, industry IDs, title/persona, and current company IDs. Durable list builds run as background jobs with status/results endpoints and cost 1 credit per successful non-empty result page.
|
|
152
152
|
|
|
153
|
-
For
|
|
153
|
+
For structured company builds, start with industry IDs plus geo/company-size filters. Company builds still need a broad `keywords` anchor (for example, `software`), but keywords are less reliable because they depend on company/profile text; use them to refine, disambiguate, or recover hard-to-classify targets instead of carrying the whole target definition.
|
|
154
|
+
|
|
155
|
+
For account-first prospecting, build companies/accounts first, inspect the returned company IDs, then pass those IDs to `autotouch list-build leads --current-company-id ...`. Do not use neural search as a default pre-step for every list build; use it when the user's target is genuinely semantic or niche.
|
|
154
156
|
|
|
155
157
|
## More
|
|
156
158
|
|
|
@@ -158,7 +160,7 @@ For automation or agent-driven setup, use:
|
|
|
158
160
|
- `autotouch cli-manifest --output json` for the local machine-readable command contract
|
|
159
161
|
- `autotouch cli-reference` for the shipped parser-generated reference
|
|
160
162
|
- `autotouch capabilities --output json` for provider/workflow contracts
|
|
161
|
-
- `autotouch --version` should be `0.2.
|
|
163
|
+
- `autotouch --version` should be `0.2.81` or newer for the research-workspace list-build guidance, 10-result neural search cap, and provider-hidden `autotouch list-build ...`; older CLIs may still show the removed `autotouch linkedin list-build` surface
|
|
162
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
|
|
163
165
|
- `autotouch list-build companies` and `autotouch list-build leads` for durable provider-hidden company and lead list builds with Smart Table-owned background workers, visible progress, and no user-owned network connection requirement
|
|
164
166
|
- `autotouch linkedin search` for one-page LinkedIn/Sales Navigator replay/debug searches; it is not the recommended path for large lists
|
|
@@ -16,7 +16,7 @@ _LIST_BUILD_ENDPOINTS: Dict[str, Dict[str, Any]] = {
|
|
|
16
16
|
"body": {
|
|
17
17
|
"kind": "required companies|leads",
|
|
18
18
|
"list_name": "optional display name",
|
|
19
|
-
"keywords": "company
|
|
19
|
+
"keywords": "required broad anchor for company builds; optional lead keywords; use with structured filters, not as the sole targeting definition",
|
|
20
20
|
"title": "optional lead title/persona query",
|
|
21
21
|
"num_results": "optional 1-10000 target result count",
|
|
22
22
|
"page_size": "optional provider page size; leads capped to 50",
|
|
@@ -29,7 +29,7 @@ _LIST_BUILD_ENDPOINTS: Dict[str, Dict[str, Any]] = {
|
|
|
29
29
|
"profile_language": "optional language code such as en",
|
|
30
30
|
},
|
|
31
31
|
},
|
|
32
|
-
"notes": "Provider-hidden durable list build. Does not require a user-owned professional-network connection.",
|
|
32
|
+
"notes": "Provider-hidden durable list build. Does not require a user-owned professional-network connection. Use it to source company/account or lead records for the Smart Table research workspace.",
|
|
33
33
|
},
|
|
34
34
|
"list_build_status": {
|
|
35
35
|
"method": "GET",
|
|
@@ -67,13 +67,24 @@ _LIST_BUILD_CAPABILITIES: Dict[str, Any] = {
|
|
|
67
67
|
"requires_connected_account": False,
|
|
68
68
|
"recommended_scope": LIST_BUILD_SCOPE,
|
|
69
69
|
"public_modes": ["companies", "leads"],
|
|
70
|
+
"workspace_model": {
|
|
71
|
+
"role": "List builds source company/account or lead records for the Smart Table research workspace.",
|
|
72
|
+
"default_flow": "Build company/account records first, add them to a research table, then enrich, score, segment, find related leads, attach signals/notes, and continue downstream workflows.",
|
|
73
|
+
"lead_flow": "Use lead builds directly when the request is explicitly person/contact focused; otherwise derive leads from company/account results.",
|
|
74
|
+
},
|
|
70
75
|
"known_input_ids": {
|
|
71
76
|
"geo_ids": {"United States": "103644278"},
|
|
72
77
|
"company_size_buckets": ["1-10", "11-50", "51-200", "201-500", "501-1000", "1001-5000", "5001-10,000", "10,001+"],
|
|
73
78
|
"profile_language_examples": ["en"],
|
|
74
79
|
},
|
|
80
|
+
"targeting_guidance": [
|
|
81
|
+
"Start company/account targeting with industry_ids, geo_ids, and company_sizes.",
|
|
82
|
+
"Company builds still require a broad keywords anchor, but keywords are less reliable because they depend on company/profile text.",
|
|
83
|
+
"Use keywords to refine, disambiguate, or recover hard-to-classify targets; avoid keywords-only list builds except for exploratory searches.",
|
|
84
|
+
],
|
|
75
85
|
"workflow": [
|
|
76
86
|
"Build companies first when the account universe is unknown.",
|
|
87
|
+
"Add company/account results to a Smart Table research workspace before enrichment, scoring, lead discovery, or downstream workflows.",
|
|
77
88
|
"Use returned company IDs as current_company_ids for targeted lead lists.",
|
|
78
89
|
"Run separate focused jobs for different markets, company sizes, or personas.",
|
|
79
90
|
],
|
|
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
|