autotouch-cli 0.2.100__tar.gz → 0.2.101__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.
Files changed (58) hide show
  1. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/PKG-INFO +2 -2
  2. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/README.md +1 -1
  3. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/data/CLI_REFERENCE.md +1 -1
  4. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/data/cli-manifest.json +1 -1
  5. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/templates.py +3 -0
  6. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli.egg-info/PKG-INFO +2 -2
  7. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_shared/provider_registry.py +2 -0
  8. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/pyproject.toml +1 -1
  9. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/MANIFEST.in +0 -0
  10. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/__init__.py +0 -0
  11. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/cli.py +0 -0
  12. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/cli_contracts.py +0 -0
  13. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/commands/__init__.py +0 -0
  14. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/commands/agents.py +0 -0
  15. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/commands/auth.py +0 -0
  16. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/commands/cells.py +0 -0
  17. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/commands/columns.py +0 -0
  18. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/commands/integrations.py +0 -0
  19. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/commands/jobs.py +0 -0
  20. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/commands/leads.py +0 -0
  21. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/commands/linkedin.py +0 -0
  22. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/commands/list_build.py +0 -0
  23. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/commands/prompts.py +0 -0
  24. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/commands/rows.py +0 -0
  25. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/commands/search.py +0 -0
  26. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/commands/sequences.py +0 -0
  27. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/commands/tables.py +0 -0
  28. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/commands/tasks.py +0 -0
  29. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/commands/webhooks.py +0 -0
  30. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/commands/workspace_secrets.py +0 -0
  31. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/core/__init__.py +0 -0
  32. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/core/auth.py +0 -0
  33. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/core/config.py +0 -0
  34. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/core/csv_import.py +0 -0
  35. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/core/http.py +0 -0
  36. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/core/io.py +0 -0
  37. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/core/output.py +0 -0
  38. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/core/polling.py +0 -0
  39. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/core/run.py +0 -0
  40. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/core/validation.py +0 -0
  41. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/exceptions.py +0 -0
  42. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/mongo_status.py +0 -0
  43. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/parser.py +0 -0
  44. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/parser_groups.py +0 -0
  45. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/sequence_support.py +0 -0
  46. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/workflows/__init__.py +0 -0
  47. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli/workflows/registry.py +0 -0
  48. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli.egg-info/SOURCES.txt +0 -0
  49. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli.egg-info/dependency_links.txt +0 -0
  50. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli.egg-info/entry_points.txt +0 -0
  51. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli.egg-info/requires.txt +0 -0
  52. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_cli.egg-info/top_level.txt +0 -0
  53. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_shared/__init__.py +0 -0
  54. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_shared/linkedin_contract.py +0 -0
  55. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_shared/linkedin_filters.py +0 -0
  56. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_shared/list_build_contract.py +0 -0
  57. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/autotouch_shared/search_contract.py +0 -0
  58. {autotouch_cli-0.2.100 → autotouch_cli-0.2.101}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: autotouch-cli
3
- Version: 0.2.100
3
+ Version: 0.2.101
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
@@ -268,7 +268,7 @@ For automation or agent-driven setup, use:
268
268
  - `autotouch cli-manifest --output json` for the local machine-readable command contract
269
269
  - `autotouch cli-reference` for the shipped parser-generated reference
270
270
  - `autotouch capabilities --output json` for provider/workflow contracts
271
- - `autotouch --version` should be `0.2.100` 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, goal-level workflow plans, and website visitor/external intent webhook workflow guidance
271
+ - `autotouch --version` should be `0.2.101` 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 and active-sequence-conflict guard config, backend-owned directional source/destination helpers, goal-level workflow plans, and website visitor/external intent webhook workflow guidance
272
272
  - `autotouch capabilities --output json --select list_builds` for documented list-build inputs such as geography IDs, company size buckets, profile language, and company IDs
273
273
  - `autotouch integrations list` and `autotouch integrations status --provider <provider>` before choosing source/destination workflows
274
274
  - `autotouch workflows plan --type bulk-outreach` and `autotouch workflows scaffold --type bulk-outreach --out-dir workflow` for goal-level workflow planning
@@ -243,7 +243,7 @@ For automation or agent-driven setup, use:
243
243
  - `autotouch cli-manifest --output json` for the local machine-readable command contract
244
244
  - `autotouch cli-reference` for the shipped parser-generated reference
245
245
  - `autotouch capabilities --output json` for provider/workflow contracts
246
- - `autotouch --version` should be `0.2.100` 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, goal-level workflow plans, and website visitor/external intent webhook workflow guidance
246
+ - `autotouch --version` should be `0.2.101` 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 and active-sequence-conflict guard config, backend-owned directional source/destination helpers, goal-level workflow plans, and website visitor/external intent webhook workflow guidance
247
247
  - `autotouch capabilities --output json --select list_builds` for documented list-build inputs such as geography IDs, company size buckets, profile language, and company IDs
248
248
  - `autotouch integrations list` and `autotouch integrations status --provider <provider>` before choosing source/destination workflows
249
249
  - `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
  # Autotouch CLI Reference
2
2
 
3
- Generated from the installed parser for `autotouch-cli` `0.2.100`.
3
+ Generated from the installed parser for `autotouch-cli` `0.2.101`.
4
4
  Manifest schema version: `2`.
5
5
 
6
6
  ## Output Modes
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.100",
2
+ "version": "0.2.101",
3
3
  "manifest_schema_version": 2,
4
4
  "entry_points": {
5
5
  "autotouch": "autotouch_cli.cli:main",
@@ -51,6 +51,7 @@ COLUMN_RECIPE_ALIASES: Dict[str, Dict[str, Any]] = {
51
51
  "Directional alias: Autotouch Leads -> Autotouch Sequence.",
52
52
  "Use this after leads exist and the user wants Autotouch sequence enrollment.",
53
53
  "Set config.assignedToUserId so generated sequence tasks are assigned to the intended user.",
54
+ "Keep config.skipActiveSequenceConflicts=true unless the user explicitly wants parallel enrollment for people already active in another sequence.",
54
55
  ],
55
56
  },
56
57
  "to_crm": {
@@ -1649,6 +1650,7 @@ def _to_sequence_payload(*, source_lead_column: str = "sync_to_leads") -> Dict[s
1649
1650
  "sequenceId": "<SEQUENCE_ID>",
1650
1651
  "sourceLeadColumn": source_lead_column,
1651
1652
  "assignedToUserId": "<USER_ID>",
1653
+ "skipActiveSequenceConflicts": True,
1652
1654
  }
1653
1655
  return payload
1654
1656
 
@@ -1737,6 +1739,7 @@ def _workflow_scaffold_research_to_sequence() -> Dict[str, Any]:
1737
1739
  table_scope="source",
1738
1740
  notes=[
1739
1741
  "Set sequenceId and assignedToUserId before creating the column.",
1742
+ "Keep skipActiveSequenceConflicts=true unless the user explicitly wants parallel enrollment for people already active in another sequence.",
1740
1743
  "AI-draft sequence steps should default to manual review until users trust the outputs.",
1741
1744
  ],
1742
1745
  ),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: autotouch-cli
3
- Version: 0.2.100
3
+ Version: 0.2.101
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
@@ -268,7 +268,7 @@ For automation or agent-driven setup, use:
268
268
  - `autotouch cli-manifest --output json` for the local machine-readable command contract
269
269
  - `autotouch cli-reference` for the shipped parser-generated reference
270
270
  - `autotouch capabilities --output json` for provider/workflow contracts
271
- - `autotouch --version` should be `0.2.100` 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, goal-level workflow plans, and website visitor/external intent webhook workflow guidance
271
+ - `autotouch --version` should be `0.2.101` 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 and active-sequence-conflict guard config, backend-owned directional source/destination helpers, goal-level workflow plans, and website visitor/external intent webhook workflow guidance
272
272
  - `autotouch capabilities --output json --select list_builds` for documented list-build inputs such as geography IDs, company size buckets, profile language, and company IDs
273
273
  - `autotouch integrations list` and `autotouch integrations status --provider <provider>` before choosing source/destination workflows
274
274
  - `autotouch workflows plan --type bulk-outreach` and `autotouch workflows scaffold --type bulk-outreach --out-dir workflow` for goal-level workflow planning
@@ -1017,12 +1017,14 @@ _PROVIDER_CONTRACTS: Tuple[ResearchTableProviderContract, ...] = (
1017
1017
  "sequenceId": "<SEQUENCE_ID>",
1018
1018
  "sourceLeadColumn": "sync_to_leads",
1019
1019
  "assignedToUserId": "<USER_ID>",
1020
+ "skipActiveSequenceConflicts": True,
1020
1021
  },
1021
1022
  },
1022
1023
  recipe_notes=(
1023
1024
  "sourceLeadColumn should reference the source column key that stores lead IDs (for example sync_to_leads), not the provider name add_to_crm.",
1024
1025
  "Set sequenceId to the target workflow sequence ID.",
1025
1026
  "Set assignedToUserId to choose who owns the generated sequence tasks.",
1027
+ "skipActiveSequenceConflicts defaults to true for table-driven sequence handoffs so people already active in another sequence are skipped. Set it false only when the user explicitly wants parallel sequence enrollment.",
1026
1028
  "The target sequence must already be ACTIVE for real enrollment.",
1027
1029
  "Common tail order after contact rows or lead IDs exist is email_finder -> Sync to Leads (`add_to_crm`) -> create/activate sequence -> add_to_sequence.",
1028
1030
  "Creating add_to_sequence after lead IDs already exist does not replay those older updates; run add_to_sequence explicitly or rerun the lead-id source column.",
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "autotouch-cli"
7
- version = "0.2.100"
7
+ version = "0.2.101"
8
8
  description = "Autotouch Smart Table CLI"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"