autotouch-cli 0.2.93__tar.gz → 0.2.94__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.93 → autotouch_cli-0.2.94}/PKG-INFO +2 -2
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/README.md +1 -1
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/data/CLI_REFERENCE.md +1 -1
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/data/cli-manifest.json +1 -1
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/templates.py +5 -5
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli.egg-info/PKG-INFO +2 -2
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/pyproject.toml +1 -1
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/MANIFEST.in +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/__init__.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/cli.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/cli_contracts.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/commands/__init__.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/commands/agents.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/commands/auth.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/commands/cells.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/commands/columns.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/commands/jobs.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/commands/leads.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/commands/linkedin.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/commands/list_build.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/commands/prompts.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/commands/rows.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/commands/search.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/commands/sequences.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/commands/tables.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/commands/tasks.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/commands/webhooks.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/commands/workspace_secrets.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/core/__init__.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/core/auth.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/core/config.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/core/csv_import.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/core/http.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/core/io.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/core/output.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/core/polling.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/core/run.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/core/validation.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/exceptions.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/mongo_status.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/parser.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/parser_groups.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli/sequence_support.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli.egg-info/SOURCES.txt +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli.egg-info/dependency_links.txt +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli.egg-info/entry_points.txt +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli.egg-info/requires.txt +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_cli.egg-info/top_level.txt +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_shared/__init__.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_shared/linkedin_contract.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_shared/linkedin_filters.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_shared/list_build_contract.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_shared/provider_registry.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/autotouch_shared/search_contract.py +0 -0
- {autotouch_cli-0.2.93 → autotouch_cli-0.2.94}/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.94
|
|
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
|
|
@@ -178,7 +178,7 @@ For automation or agent-driven setup, use:
|
|
|
178
178
|
- `autotouch cli-manifest --output json` for the local machine-readable command contract
|
|
179
179
|
- `autotouch cli-reference` for the shipped parser-generated reference
|
|
180
180
|
- `autotouch capabilities --output json` for provider/workflow contracts
|
|
181
|
-
- `autotouch --version` should be `0.2.
|
|
181
|
+
- `autotouch --version` should be `0.2.94` or newer for structured company list builds without user-supplied keywords, stored list-build input lookup, research-workspace list-build guidance, the cleaned single LinkedIn-sourced list-build path, Exa Company Search up to 100 results, scheduled agent `--target ACCOUNTS|LEADS`, paced HTTP Request column contracts, branch-aware LinkedIn sequence recipes, real agent soft-delete with associated-table handling, and research-table sequence handoff assignee config
|
|
182
182
|
- `autotouch capabilities --output json --select list_builds` for documented list-build inputs such as geography IDs, company size buckets, profile language, and company IDs
|
|
183
183
|
- `autotouch list-build inputs` and `autotouch list-build pricing` before creating durable list-build jobs
|
|
184
184
|
- `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
|
|
@@ -153,7 +153,7 @@ For automation or agent-driven setup, use:
|
|
|
153
153
|
- `autotouch cli-manifest --output json` for the local machine-readable command contract
|
|
154
154
|
- `autotouch cli-reference` for the shipped parser-generated reference
|
|
155
155
|
- `autotouch capabilities --output json` for provider/workflow contracts
|
|
156
|
-
- `autotouch --version` should be `0.2.
|
|
156
|
+
- `autotouch --version` should be `0.2.94` or newer for structured company list builds without user-supplied keywords, stored list-build input lookup, research-workspace list-build guidance, the cleaned single LinkedIn-sourced list-build path, Exa Company Search up to 100 results, scheduled agent `--target ACCOUNTS|LEADS`, paced HTTP Request column contracts, branch-aware LinkedIn sequence recipes, real agent soft-delete with associated-table handling, and research-table sequence handoff assignee config
|
|
157
157
|
- `autotouch capabilities --output json --select list_builds` for documented list-build inputs such as geography IDs, company size buckets, profile language, and company IDs
|
|
158
158
|
- `autotouch list-build inputs` and `autotouch list-build pricing` before creating durable list-build jobs
|
|
159
159
|
- `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
|
|
@@ -527,21 +527,21 @@ SEQUENCE_RECIPES: Dict[str, Dict[str, Any]] = {
|
|
|
527
527
|
|
|
528
528
|
SEQUENCE_RECIPE_NOTES: Dict[str, List[str]] = {
|
|
529
529
|
"create": [
|
|
530
|
-
"Recommended default:
|
|
531
|
-
"
|
|
530
|
+
"Recommended default: branch-aware sequence payload with personal delivery plus AUTOMATED email with aiDraft=true.",
|
|
531
|
+
"Keep steps aligned with graph action sourceStepId values.",
|
|
532
532
|
"AI draft generates subject + body at execution time.",
|
|
533
533
|
"AI draft for call generates a call script.",
|
|
534
534
|
"External sequence create/update requires sourceTableId.",
|
|
535
535
|
"Pass --actor-user-id on mutating commands when you need explicit actor resolution.",
|
|
536
536
|
],
|
|
537
537
|
"bulk_automated": [
|
|
538
|
-
"Emits a
|
|
538
|
+
"Emits a branch-aware sequence payload with two automated email actions.",
|
|
539
539
|
"Use this when the provider should send email automatically at scale.",
|
|
540
540
|
"Bulk delivery sequences cannot contain MANUAL email steps, so aiDraft does not apply to those email steps.",
|
|
541
541
|
"Activate only after provider readiness is configured (autotouch sequences delivery-status).",
|
|
542
542
|
],
|
|
543
543
|
"linkedin_outreach": [
|
|
544
|
-
"Emits
|
|
544
|
+
"Emits the standard LinkedIn branch sequence: visit profile, manual AI-drafted connect, wait for accepted connection, then branch to LinkedIn message or email.",
|
|
545
545
|
"Supported step kinds: LINKEDIN_VISIT_PROFILE, LINKEDIN_CONNECT, LINKEDIN_CHAT_MESSAGE, LINKEDIN_VOICE_MESSAGE.",
|
|
546
546
|
"LINKEDIN_VISIT_PROFILE is always AUTOMATED and visits the lead's profile (notifies by default).",
|
|
547
547
|
"For manual AI-drafted LinkedIn steps, set executionMode=MANUAL, aiDraft=true, and scriptTemplate=\"\".",
|
|
@@ -549,7 +549,7 @@ SEQUENCE_RECIPE_NOTES: Dict[str, List[str]] = {
|
|
|
549
549
|
"LINKEDIN_CHAT_MESSAGE creates a direct-message task after connection is accepted.",
|
|
550
550
|
"LINKEDIN_VOICE_MESSAGE sends a voice note; only works for 1st degree connections.",
|
|
551
551
|
"Connection degree (1st/2nd/3rd/out_of_network) is auto-detected from the LinkedIn profile.",
|
|
552
|
-
"Every branch must be explicit
|
|
552
|
+
"Every branch must be explicit and must route to the action that should run on that path.",
|
|
553
553
|
"Set stopOnLinkedInReply=true in exitRules to stop the sequence when the lead replies on LinkedIn.",
|
|
554
554
|
"Leads must have a linkedin_url field to be reachable for LinkedIn steps.",
|
|
555
555
|
],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: autotouch-cli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.94
|
|
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
|
|
@@ -178,7 +178,7 @@ For automation or agent-driven setup, use:
|
|
|
178
178
|
- `autotouch cli-manifest --output json` for the local machine-readable command contract
|
|
179
179
|
- `autotouch cli-reference` for the shipped parser-generated reference
|
|
180
180
|
- `autotouch capabilities --output json` for provider/workflow contracts
|
|
181
|
-
- `autotouch --version` should be `0.2.
|
|
181
|
+
- `autotouch --version` should be `0.2.94` or newer for structured company list builds without user-supplied keywords, stored list-build input lookup, research-workspace list-build guidance, the cleaned single LinkedIn-sourced list-build path, Exa Company Search up to 100 results, scheduled agent `--target ACCOUNTS|LEADS`, paced HTTP Request column contracts, branch-aware LinkedIn sequence recipes, real agent soft-delete with associated-table handling, and research-table sequence handoff assignee config
|
|
182
182
|
- `autotouch capabilities --output json --select list_builds` for documented list-build inputs such as geography IDs, company size buckets, profile language, and company IDs
|
|
183
183
|
- `autotouch list-build inputs` and `autotouch list-build pricing` before creating durable list-build jobs
|
|
184
184
|
- `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
|
|
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
|