autotouch-cli 0.2.97__tar.gz → 0.2.98__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.97 → autotouch_cli-0.2.98}/PKG-INFO +2 -2
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/README.md +1 -1
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/data/CLI_REFERENCE.md +1 -1
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/data/cli-manifest.json +1 -1
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli.egg-info/PKG-INFO +2 -2
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/pyproject.toml +1 -1
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/MANIFEST.in +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/__init__.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/cli.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/cli_contracts.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/commands/__init__.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/commands/agents.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/commands/auth.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/commands/cells.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/commands/columns.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/commands/integrations.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/commands/jobs.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/commands/leads.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/commands/linkedin.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/commands/list_build.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/commands/prompts.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/commands/rows.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/commands/search.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/commands/sequences.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/commands/tables.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/commands/tasks.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/commands/webhooks.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/commands/workspace_secrets.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/core/__init__.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/core/auth.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/core/config.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/core/csv_import.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/core/http.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/core/io.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/core/output.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/core/polling.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/core/run.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/core/validation.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/exceptions.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/mongo_status.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/parser.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/parser_groups.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/sequence_support.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/templates.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/workflows/__init__.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli/workflows/registry.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli.egg-info/SOURCES.txt +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli.egg-info/dependency_links.txt +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli.egg-info/entry_points.txt +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli.egg-info/requires.txt +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_cli.egg-info/top_level.txt +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_shared/__init__.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_shared/linkedin_contract.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_shared/linkedin_filters.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_shared/list_build_contract.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_shared/provider_registry.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/autotouch_shared/search_contract.py +0 -0
- {autotouch_cli-0.2.97 → autotouch_cli-0.2.98}/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.98
|
|
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
|
|
@@ -238,7 +238,7 @@ For automation or agent-driven setup, use:
|
|
|
238
238
|
- `autotouch cli-manifest --output json` for the local machine-readable command contract
|
|
239
239
|
- `autotouch cli-reference` for the shipped parser-generated reference
|
|
240
240
|
- `autotouch capabilities --output json` for provider/workflow contracts
|
|
241
|
-
- `autotouch --version` should be `0.2.
|
|
241
|
+
- `autotouch --version` should be `0.2.98` 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, research-table sequence handoff assignee config, backend-owned directional source/destination helpers, and goal-level workflow plans
|
|
242
242
|
- `autotouch capabilities --output json --select list_builds` for documented list-build inputs such as geography IDs, company size buckets, profile language, and company IDs
|
|
243
243
|
- `autotouch integrations list` and `autotouch integrations status --provider <provider>` before choosing source/destination workflows
|
|
244
244
|
- `autotouch workflows plan --type bulk-outreach` and `autotouch workflows scaffold --type bulk-outreach --out-dir workflow` for goal-level workflow planning
|
|
@@ -213,7 +213,7 @@ For automation or agent-driven setup, use:
|
|
|
213
213
|
- `autotouch cli-manifest --output json` for the local machine-readable command contract
|
|
214
214
|
- `autotouch cli-reference` for the shipped parser-generated reference
|
|
215
215
|
- `autotouch capabilities --output json` for provider/workflow contracts
|
|
216
|
-
- `autotouch --version` should be `0.2.
|
|
216
|
+
- `autotouch --version` should be `0.2.98` 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, research-table sequence handoff assignee config, backend-owned directional source/destination helpers, and goal-level workflow plans
|
|
217
217
|
- `autotouch capabilities --output json --select list_builds` for documented list-build inputs such as geography IDs, company size buckets, profile language, and company IDs
|
|
218
218
|
- `autotouch integrations list` and `autotouch integrations status --provider <provider>` before choosing source/destination workflows
|
|
219
219
|
- `autotouch workflows plan --type bulk-outreach` and `autotouch workflows scaffold --type bulk-outreach --out-dir workflow` for goal-level workflow planning
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: autotouch-cli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.98
|
|
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
|
|
@@ -238,7 +238,7 @@ For automation or agent-driven setup, use:
|
|
|
238
238
|
- `autotouch cli-manifest --output json` for the local machine-readable command contract
|
|
239
239
|
- `autotouch cli-reference` for the shipped parser-generated reference
|
|
240
240
|
- `autotouch capabilities --output json` for provider/workflow contracts
|
|
241
|
-
- `autotouch --version` should be `0.2.
|
|
241
|
+
- `autotouch --version` should be `0.2.98` 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, research-table sequence handoff assignee config, backend-owned directional source/destination helpers, and goal-level workflow plans
|
|
242
242
|
- `autotouch capabilities --output json --select list_builds` for documented list-build inputs such as geography IDs, company size buckets, profile language, and company IDs
|
|
243
243
|
- `autotouch integrations list` and `autotouch integrations status --provider <provider>` before choosing source/destination workflows
|
|
244
244
|
- `autotouch workflows plan --type bulk-outreach` and `autotouch workflows scaffold --type bulk-outreach --out-dir workflow` for goal-level workflow planning
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|