autotouch-cli 0.2.102__tar.gz → 0.2.103__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.102 → autotouch_cli-0.2.103}/PKG-INFO +2 -2
  2. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/README.md +1 -1
  3. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/commands/agents.py +17 -2
  4. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/data/CLI_REFERENCE.md +3 -3
  5. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/data/cli-manifest.json +3 -3
  6. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/templates.py +2 -1
  7. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/workflows/registry.py +3 -2
  8. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli.egg-info/PKG-INFO +2 -2
  9. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/pyproject.toml +1 -1
  10. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/MANIFEST.in +0 -0
  11. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/__init__.py +0 -0
  12. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/cli.py +0 -0
  13. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/cli_contracts.py +0 -0
  14. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/commands/__init__.py +0 -0
  15. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/commands/auth.py +0 -0
  16. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/commands/cells.py +0 -0
  17. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/commands/columns.py +0 -0
  18. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/commands/integrations.py +0 -0
  19. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/commands/jobs.py +0 -0
  20. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/commands/leads.py +0 -0
  21. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/commands/linkedin.py +0 -0
  22. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/commands/list_build.py +0 -0
  23. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/commands/prompts.py +0 -0
  24. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/commands/rows.py +0 -0
  25. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/commands/search.py +0 -0
  26. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/commands/sequences.py +0 -0
  27. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/commands/tables.py +0 -0
  28. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/commands/tasks.py +0 -0
  29. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/commands/webhooks.py +0 -0
  30. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/commands/workspace_secrets.py +0 -0
  31. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/core/__init__.py +0 -0
  32. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/core/auth.py +0 -0
  33. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/core/config.py +0 -0
  34. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/core/csv_import.py +0 -0
  35. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/core/http.py +0 -0
  36. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/core/io.py +0 -0
  37. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/core/output.py +0 -0
  38. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/core/polling.py +0 -0
  39. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/core/run.py +0 -0
  40. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/core/validation.py +0 -0
  41. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/exceptions.py +0 -0
  42. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/mongo_status.py +0 -0
  43. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/parser.py +0 -0
  44. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/parser_groups.py +0 -0
  45. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/sequence_support.py +0 -0
  46. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli/workflows/__init__.py +0 -0
  47. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli.egg-info/SOURCES.txt +0 -0
  48. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli.egg-info/dependency_links.txt +0 -0
  49. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli.egg-info/entry_points.txt +0 -0
  50. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli.egg-info/requires.txt +0 -0
  51. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_cli.egg-info/top_level.txt +0 -0
  52. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_shared/__init__.py +0 -0
  53. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_shared/linkedin_contract.py +0 -0
  54. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_shared/linkedin_filters.py +0 -0
  55. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_shared/list_build_contract.py +0 -0
  56. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_shared/provider_registry.py +0 -0
  57. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/autotouch_shared/search_contract.py +0 -0
  58. {autotouch_cli-0.2.102 → autotouch_cli-0.2.103}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: autotouch-cli
3
- Version: 0.2.102
3
+ Version: 0.2.103
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
@@ -273,7 +273,7 @@ For automation or agent-driven setup, use:
273
273
  - `autotouch cli-manifest --output json` for the local machine-readable command contract
274
274
  - `autotouch cli-reference` for the shipped parser-generated reference
275
275
  - `autotouch capabilities --output json` for provider/workflow contracts
276
- - `autotouch --version` should be `0.2.102` 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`, `agents signals --target`, the `agent-to-sequence` workflow scaffold, 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
276
+ - `autotouch --version` should be `0.2.103` 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`, `agents signals --target`, the `agent-to-sequence` workflow scaffold, 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, website visitor/external intent webhook workflow guidance, and create-time agent assignment defaults
277
277
  - `autotouch capabilities --output json --select list_builds` for documented list-build inputs such as geography IDs, company size buckets, profile language, and company IDs
278
278
  - `autotouch integrations list` and `autotouch integrations status --provider <provider>` before choosing source/destination workflows
279
279
  - `autotouch workflows plan --type bulk-outreach` and `autotouch workflows scaffold --type bulk-outreach --out-dir workflow` for goal-level workflow planning
@@ -248,7 +248,7 @@ For automation or agent-driven setup, use:
248
248
  - `autotouch cli-manifest --output json` for the local machine-readable command contract
249
249
  - `autotouch cli-reference` for the shipped parser-generated reference
250
250
  - `autotouch capabilities --output json` for provider/workflow contracts
251
- - `autotouch --version` should be `0.2.102` 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`, `agents signals --target`, the `agent-to-sequence` workflow scaffold, 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
251
+ - `autotouch --version` should be `0.2.103` 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`, `agents signals --target`, the `agent-to-sequence` workflow scaffold, 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, website visitor/external intent webhook workflow guidance, and create-time agent assignment defaults
252
252
  - `autotouch capabilities --output json --select list_builds` for documented list-build inputs such as geography IDs, company size buckets, profile language, and company IDs
253
253
  - `autotouch integrations list` and `autotouch integrations status --provider <provider>` before choosing source/destination workflows
254
254
  - `autotouch workflows plan --type bulk-outreach` and `autotouch workflows scaffold --type bulk-outreach --out-dir workflow` for goal-level workflow planning
@@ -150,6 +150,8 @@ def cmd_agents_create(args: argparse.Namespace, *, runtime: AgentCommandRuntime)
150
150
  context="agent",
151
151
  default={},
152
152
  )
153
+ if getattr(args, "assigned_user", None):
154
+ payload["assignedUserId"] = args.assigned_user
153
155
  else:
154
156
  payload: Dict[str, Any] = {}
155
157
  if args.name:
@@ -293,6 +295,8 @@ def cmd_agents_update(args: argparse.Namespace, *, runtime: AgentCommandRuntime)
293
295
  context="agent",
294
296
  default={},
295
297
  )
298
+ if getattr(args, "assigned_user", None):
299
+ payload["assignedUserId"] = args.assigned_user
296
300
  else:
297
301
  payload: Dict[str, Any] = {}
298
302
  if getattr(args, "name", None):
@@ -593,7 +597,14 @@ def register_agents_subcommands(
593
597
  pac = agents_sub.add_parser("create", help="Create a new agent")
594
598
  pac.add_argument("--name", help="Agent name")
595
599
  pac.add_argument("--target", choices=AGENT_TARGET_CHOICES, help="Target type")
596
- pac.add_argument("--assigned-user", dest="assigned_user", help="Assigned user ID")
600
+ pac.add_argument(
601
+ "--assigned-user",
602
+ dest="assigned_user",
603
+ help=(
604
+ "Assigned user ID. Optional on create; if omitted, the API resolves "
605
+ "a real active user in the target organization."
606
+ ),
607
+ )
597
608
  pac.add_argument("--schedule-time", dest="schedule_time", help="Time of day (HH:MM) — used by daily/weekly")
598
609
  pac.add_argument("--schedule-tz", dest="schedule_tz", help="Timezone (default: UTC)")
599
610
  pac.add_argument(
@@ -653,7 +664,11 @@ def register_agents_subcommands(
653
664
  pau = agents_sub.add_parser("update", help="Update an existing agent")
654
665
  pau.add_argument("agent_id", help="Agent ID")
655
666
  pau.add_argument("--name", help="New agent name")
656
- pau.add_argument("--assigned-user", dest="assigned_user", help="Assigned user ID")
667
+ pau.add_argument(
668
+ "--assigned-user",
669
+ dest="assigned_user",
670
+ help="Assigned user ID. Use this to move ownership or force a specific user-scoped connected context.",
671
+ )
657
672
  pau.add_argument("--status", choices=["DRAFT", "ACTIVE", "PAUSED"], help="New status")
658
673
  pau.add_argument("--auto-find-email", dest="auto_find_email", type=_bool_arg, default=None, help="Enable/disable auto email finder")
659
674
  pau.add_argument("--auto-find-phone", dest="auto_find_phone", type=_bool_arg, default=None, help="Enable/disable auto phone finder")
@@ -1,6 +1,6 @@
1
1
  # Autotouch CLI Reference
2
2
 
3
- Generated from the installed parser for `autotouch-cli` `0.2.102`.
3
+ Generated from the installed parser for `autotouch-cli` `0.2.103`.
4
4
  Manifest schema version: `2`.
5
5
 
6
6
  ## Output Modes
@@ -57,7 +57,7 @@ Create a new agent
57
57
  - Options:
58
58
  - `--name` (kind=string): Agent name
59
59
  - `--target` (kind=string; choices=LEADS,ACCOUNTS): Target type
60
- - `--assigned-user` (kind=string): Assigned user ID
60
+ - `--assigned-user` (kind=string): Assigned user ID. Optional on create; if omitted, the API resolves a real active user in the target organization.
61
61
  - `--schedule-time` (kind=string): Time of day (HH:MM) — used by daily/weekly
62
62
  - `--schedule-tz` (kind=string): Timezone (default: UTC)
63
63
  - `--schedule-frequency` (kind=string; choices=hourly,every_6h,every_12h,daily,weekly): Run cadence (default: daily)
@@ -404,7 +404,7 @@ Update an existing agent
404
404
  agent_id`
405
405
  - Options:
406
406
  - `--name` (kind=string): New agent name
407
- - `--assigned-user` (kind=string): Assigned user ID
407
+ - `--assigned-user` (kind=string): Assigned user ID. Use this to move ownership or force a specific user-scoped connected context.
408
408
  - `--status` (kind=string; choices=DRAFT,ACTIVE,PAUSED): New status
409
409
  - `--auto-find-email` (kind=string): Enable/disable auto email finder
410
410
  - `--auto-find-phone` (kind=string): Enable/disable auto phone finder
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.102",
2
+ "version": "0.2.103",
3
3
  "manifest_schema_version": 2,
4
4
  "entry_points": {
5
5
  "autotouch": "autotouch_cli.cli:main",
@@ -35894,7 +35894,7 @@
35894
35894
  {
35895
35895
  "dest": "assigned_user",
35896
35896
  "required": false,
35897
- "help": "Assigned user ID",
35897
+ "help": "Assigned user ID. Optional on create; if omitted, the API resolves a real active user in the target organization.",
35898
35898
  "kind": "string",
35899
35899
  "action": "store",
35900
35900
  "flags": [
@@ -36307,7 +36307,7 @@
36307
36307
  {
36308
36308
  "dest": "assigned_user",
36309
36309
  "required": false,
36310
- "help": "Assigned user ID",
36310
+ "help": "Assigned user ID. Use this to move ownership or force a specific user-scoped connected context.",
36311
36311
  "kind": "string",
36312
36312
  "action": "store",
36313
36313
  "flags": [
@@ -1848,7 +1848,7 @@ def _workflow_scaffold_agent_to_sequence() -> Dict[str, Any]:
1848
1848
  "autotouch agents signals --target LEADS --output json",
1849
1849
  "autotouch sequences list --status ACTIVE --include-stats --output json",
1850
1850
  "autotouch sequences get --sequence-id <SEQUENCE_ID> --output json",
1851
- "autotouch agents create --name '<AGENT_NAME>' --target LEADS --assigned-user <USER_ID> --generate --auto-find-email --auto-create-lead-mode qualified_only --auto-sequence-id <SEQUENCE_ID> --status ACTIVE --output json",
1851
+ "autotouch agents create --name '<AGENT_NAME>' --target LEADS --generate --auto-find-email --auto-create-lead-mode qualified_only --auto-sequence-id <SEQUENCE_ID> --status ACTIVE --output json",
1852
1852
  "autotouch agents update <AGENT_ID> --assigned-user <USER_ID> --auto-find-email true --auto-create-lead-mode qualified_only --auto-sequence-id <SEQUENCE_ID> --status ACTIVE --output json",
1853
1853
  "autotouch agents watch <AGENT_ID> --interval 10 --max-wait 900 --output json",
1854
1854
  "autotouch agents runs <AGENT_ID> --limit 5 --output json",
@@ -1858,6 +1858,7 @@ def _workflow_scaffold_agent_to_sequence() -> Dict[str, Any]:
1858
1858
  "notes": [
1859
1859
  "Use an existing ACTIVE Autotouch Sequence. The sequence's own step settings control manual review versus automated execution.",
1860
1860
  "For demos, prefer manual-review or AI-draft manual sequence steps so the created tasks are visible before any send/execute action.",
1861
+ "Pass --assigned-user <USER_ID> on create only when impersonating or when a specific user's connected context matters; otherwise the API assigns a real active user in the target organization.",
1861
1862
  "Use the --generate create command for a fast demo path, or edit 01-agent-to-sequence.json when the signal/persona config must be deterministic.",
1862
1863
  "Do not default to LinkedIn signals unless the user asks for LinkedIn or the signal catalog indicates that LinkedIn is connected and appropriate.",
1863
1864
  ],
@@ -109,7 +109,8 @@ _GOAL_WORKFLOW_BLUEPRINTS: Dict[str, Dict[str, Any]] = {
109
109
  "default_safety": {
110
110
  "target_type": "LEADS",
111
111
  "auto_create_lead_mode": "qualified_only",
112
- "assigned_user_required": True,
112
+ "assigned_user_required": False,
113
+ "assigned_user_default": "api_resolved_active_target_org_user",
113
114
  "sequence_must_be_active": True,
114
115
  "ai_draft_steps": "manual_review",
115
116
  "skip_active_sequence_conflicts": True,
@@ -119,7 +120,7 @@ _GOAL_WORKFLOW_BLUEPRINTS: Dict[str, Dict[str, Any]] = {
119
120
  {"provider": "auth", "purpose": "confirm API key, organization, user, and remaining credits"},
120
121
  {"provider": "agents.signals", "purpose": "list lead-compatible signal packs for this organization"},
121
122
  {"provider": "sequences", "purpose": "choose an existing ACTIVE sequence with manual-review tasks for demos"},
122
- {"provider": "agents", "purpose": "create or update a LEADS agent with auto email, qualified-only lead creation, assignee, and autoSequenceId"},
123
+ {"provider": "agents", "purpose": "create or update a LEADS agent with auto email, qualified-only lead creation, optional explicit assignee, and autoSequenceId"},
123
124
  {"provider": "agents.watch", "purpose": "run the agent and wait for a terminal run state"},
124
125
  {"provider": "sequences|tasks", "purpose": "inspect sequence stats and visible assigned tasks"},
125
126
  ],
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: autotouch-cli
3
- Version: 0.2.102
3
+ Version: 0.2.103
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
@@ -273,7 +273,7 @@ For automation or agent-driven setup, use:
273
273
  - `autotouch cli-manifest --output json` for the local machine-readable command contract
274
274
  - `autotouch cli-reference` for the shipped parser-generated reference
275
275
  - `autotouch capabilities --output json` for provider/workflow contracts
276
- - `autotouch --version` should be `0.2.102` 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`, `agents signals --target`, the `agent-to-sequence` workflow scaffold, 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
276
+ - `autotouch --version` should be `0.2.103` 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`, `agents signals --target`, the `agent-to-sequence` workflow scaffold, 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, website visitor/external intent webhook workflow guidance, and create-time agent assignment defaults
277
277
  - `autotouch capabilities --output json --select list_builds` for documented list-build inputs such as geography IDs, company size buckets, profile language, and company IDs
278
278
  - `autotouch integrations list` and `autotouch integrations status --provider <provider>` before choosing source/destination workflows
279
279
  - `autotouch workflows plan --type bulk-outreach` and `autotouch workflows scaffold --type bulk-outreach --out-dir workflow` for goal-level workflow planning
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "autotouch-cli"
7
- version = "0.2.102"
7
+ version = "0.2.103"
8
8
  description = "Autotouch Smart Table CLI"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"