autotouch-cli 0.2.64__tar.gz → 0.2.65__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 (52) hide show
  1. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/PKG-INFO +1 -1
  2. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/commands/agents.py +4 -4
  3. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/data/cli-manifest.json +9 -13
  4. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli.egg-info/PKG-INFO +1 -1
  5. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/pyproject.toml +1 -1
  6. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/MANIFEST.in +0 -0
  7. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/README.md +0 -0
  8. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/__init__.py +0 -0
  9. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/cli.py +0 -0
  10. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/cli_contracts.py +0 -0
  11. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/commands/__init__.py +0 -0
  12. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/commands/auth.py +0 -0
  13. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/commands/cells.py +0 -0
  14. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/commands/columns.py +0 -0
  15. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/commands/jobs.py +0 -0
  16. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/commands/leads.py +0 -0
  17. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/commands/linkedin.py +0 -0
  18. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/commands/prompts.py +0 -0
  19. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/commands/rows.py +0 -0
  20. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/commands/search.py +0 -0
  21. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/commands/sequences.py +0 -0
  22. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/commands/tables.py +0 -0
  23. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/commands/tasks.py +0 -0
  24. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/commands/webhooks.py +0 -0
  25. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/commands/workspace_secrets.py +0 -0
  26. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/core/__init__.py +0 -0
  27. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/core/auth.py +0 -0
  28. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/core/config.py +0 -0
  29. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/core/csv_import.py +0 -0
  30. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/core/http.py +0 -0
  31. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/core/io.py +0 -0
  32. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/core/output.py +0 -0
  33. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/core/polling.py +0 -0
  34. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/core/run.py +0 -0
  35. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/core/validation.py +0 -0
  36. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/data/CLI_REFERENCE.md +0 -0
  37. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/exceptions.py +0 -0
  38. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/mongo_status.py +0 -0
  39. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/parser.py +0 -0
  40. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/parser_groups.py +0 -0
  41. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/sequence_support.py +0 -0
  42. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli/templates.py +0 -0
  43. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli.egg-info/SOURCES.txt +0 -0
  44. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli.egg-info/dependency_links.txt +0 -0
  45. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli.egg-info/entry_points.txt +0 -0
  46. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli.egg-info/requires.txt +0 -0
  47. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_cli.egg-info/top_level.txt +0 -0
  48. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_shared/__init__.py +0 -0
  49. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_shared/linkedin_contract.py +0 -0
  50. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_shared/provider_registry.py +0 -0
  51. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/autotouch_shared/search_contract.py +0 -0
  52. {autotouch_cli-0.2.64 → autotouch_cli-0.2.65}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: autotouch-cli
3
- Version: 0.2.64
3
+ Version: 0.2.65
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
@@ -374,7 +374,7 @@ def register_agents_subcommands(
374
374
  # -- create --
375
375
  pac = agents_sub.add_parser("create", help="Create a new agent")
376
376
  pac.add_argument("--name", help="Agent name")
377
- pac.add_argument("--target", choices=["LEADS", "COMPANIES"], help="Target type")
377
+ pac.add_argument("--target", choices=["LEADS"], help="Target type")
378
378
  pac.add_argument("--assigned-user", dest="assigned_user", help="Assigned user ID")
379
379
  pac.add_argument("--schedule-time", dest="schedule_time", help="Time of day (HH:MM)")
380
380
  pac.add_argument("--schedule-tz", dest="schedule_tz", help="Timezone (default: UTC)")
@@ -428,14 +428,14 @@ def register_agents_subcommands(
428
428
 
429
429
  # -- generate-persona --
430
430
  pagp = agents_sub.add_parser("generate-persona", help="Generate ICP persona config via AI")
431
- pagp.add_argument("--target", choices=["LEADS", "COMPANIES"], default="LEADS", help="Target type")
431
+ pagp.add_argument("--target", choices=["LEADS"], default="LEADS", help="Target type")
432
432
  pagp.add_argument("--current-config", dest="current_config", help="Path to current persona config JSON")
433
433
  add_api_common_arguments(pagp)
434
434
  pagp.set_defaults(func=handlers["generate_persona"])
435
435
 
436
436
  # -- generate-topics --
437
437
  pagt = agents_sub.add_parser("generate-topics", help="Generate signal topic suggestions via AI")
438
- pagt.add_argument("--target", choices=["LEADS", "COMPANIES"], default="LEADS", help="Target type")
438
+ pagt.add_argument("--target", choices=["LEADS"], default="LEADS", help="Target type")
439
439
  pagt.add_argument("--persona", help="Path to persona config JSON")
440
440
  pagt.add_argument("--current-topics", dest="current_topics", help="Comma-separated current topics")
441
441
  add_api_common_arguments(pagt)
@@ -443,7 +443,7 @@ def register_agents_subcommands(
443
443
 
444
444
  # -- generate-job-signal --
445
445
  pagj = agents_sub.add_parser("generate-job-signal", help="Generate job signal config via AI")
446
- pagj.add_argument("--target", choices=["LEADS", "COMPANIES"], default="LEADS", help="Target type")
446
+ pagj.add_argument("--target", choices=["LEADS"], default="LEADS", help="Target type")
447
447
  pagj.add_argument("--persona", help="Path to persona config JSON")
448
448
  pagj.add_argument("--current-titles", dest="current_titles", help="Comma-separated current job titles")
449
449
  pagj.add_argument("--current-keywords", dest="current_keywords", help="Comma-separated current keywords")
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.63",
2
+ "version": "0.2.65",
3
3
  "manifest_schema_version": 2,
4
4
  "entry_points": {
5
5
  "autotouch": "autotouch_cli.cli:main",
@@ -34695,8 +34695,7 @@
34695
34695
  "kind": "string",
34696
34696
  "action": "store",
34697
34697
  "choices": [
34698
- "LEADS",
34699
- "COMPANIES"
34698
+ "LEADS"
34700
34699
  ],
34701
34700
  "flags": [
34702
34701
  "--target"
@@ -34973,7 +34972,7 @@
34973
34972
  },
34974
34973
  "availability": null,
34975
34974
  "examples": [
34976
- "autotouch agents create [-h] [--name NAME] [--target {LEADS,COMPANIES}]\n [--assigned-user ASSIGNED_USER]\n [--schedule-time SCHEDULE_TIME]\n [--schedule-tz SCHEDULE_TZ] [--auto-find-email]\n [--auto-find-phone] [--auto-broaden]\n [--status {DRAFT,ACTIVE,PAUSED}]\n [--from-file FROM_FILE] [--generate]\n [--base-url BASE_URL] [--token TOKEN]\n [--use-x-api-key] [--timeout TIMEOUT]\n [--output {json,ndjson,human}] [--compact]\n [--select SELECT | --json-pointer JSON_POINTER]\n [--verbose]"
34975
+ "autotouch agents create [-h] [--name NAME] [--target {LEADS}]\n [--assigned-user ASSIGNED_USER]\n [--schedule-time SCHEDULE_TIME]\n [--schedule-tz SCHEDULE_TZ] [--auto-find-email]\n [--auto-find-phone] [--auto-broaden]\n [--status {DRAFT,ACTIVE,PAUSED}]\n [--from-file FROM_FILE] [--generate]\n [--base-url BASE_URL] [--token TOKEN]\n [--use-x-api-key] [--timeout TIMEOUT]\n [--output {json,ndjson,human}] [--compact]\n [--select SELECT | --json-pointer JSON_POINTER]\n [--verbose]"
34977
34976
  ],
34978
34977
  "stability": "stable",
34979
34978
  "handler": "_fn"
@@ -36020,8 +36019,7 @@
36020
36019
  "kind": "string",
36021
36020
  "action": "store",
36022
36021
  "choices": [
36023
- "LEADS",
36024
- "COMPANIES"
36022
+ "LEADS"
36025
36023
  ],
36026
36024
  "default_when_omitted": "LEADS",
36027
36025
  "default": "LEADS",
@@ -36194,7 +36192,7 @@
36194
36192
  },
36195
36193
  "availability": null,
36196
36194
  "examples": [
36197
- "autotouch agents generate-persona [-h] [--target {LEADS,COMPANIES}]\n [--current-config CURRENT_CONFIG]\n [--base-url BASE_URL] [--token TOKEN]\n [--use-x-api-key] [--timeout TIMEOUT]\n [--output {json,ndjson,human}]\n [--compact] [--select SELECT |\n --json-pointer JSON_POINTER]\n [--verbose]"
36195
+ "autotouch agents generate-persona [-h] [--target {LEADS}]\n [--current-config CURRENT_CONFIG]\n [--base-url BASE_URL] [--token TOKEN]\n [--use-x-api-key] [--timeout TIMEOUT]\n [--output {json,ndjson,human}]\n [--compact] [--select SELECT |\n --json-pointer JSON_POINTER]\n [--verbose]"
36198
36196
  ],
36199
36197
  "stability": "stable",
36200
36198
  "handler": "_fn"
@@ -36220,8 +36218,7 @@
36220
36218
  "kind": "string",
36221
36219
  "action": "store",
36222
36220
  "choices": [
36223
- "LEADS",
36224
- "COMPANIES"
36221
+ "LEADS"
36225
36222
  ],
36226
36223
  "default_when_omitted": "LEADS",
36227
36224
  "default": "LEADS",
@@ -36406,7 +36403,7 @@
36406
36403
  },
36407
36404
  "availability": null,
36408
36405
  "examples": [
36409
- "autotouch agents generate-topics [-h] [--target {LEADS,COMPANIES}]\n [--persona PERSONA]\n [--current-topics CURRENT_TOPICS]\n [--base-url BASE_URL] [--token TOKEN]\n [--use-x-api-key] [--timeout TIMEOUT]\n [--output {json,ndjson,human}]\n [--compact] [--select SELECT |\n --json-pointer JSON_POINTER]\n [--verbose]"
36406
+ "autotouch agents generate-topics [-h] [--target {LEADS}]\n [--persona PERSONA]\n [--current-topics CURRENT_TOPICS]\n [--base-url BASE_URL] [--token TOKEN]\n [--use-x-api-key] [--timeout TIMEOUT]\n [--output {json,ndjson,human}]\n [--compact] [--select SELECT |\n --json-pointer JSON_POINTER]\n [--verbose]"
36410
36407
  ],
36411
36408
  "stability": "stable",
36412
36409
  "handler": "_fn"
@@ -36432,8 +36429,7 @@
36432
36429
  "kind": "string",
36433
36430
  "action": "store",
36434
36431
  "choices": [
36435
- "LEADS",
36436
- "COMPANIES"
36432
+ "LEADS"
36437
36433
  ],
36438
36434
  "default_when_omitted": "LEADS",
36439
36435
  "default": "LEADS",
@@ -36630,7 +36626,7 @@
36630
36626
  },
36631
36627
  "availability": null,
36632
36628
  "examples": [
36633
- "autotouch agents generate-job-signal [-h] [--target {LEADS,COMPANIES}]\n [--persona PERSONA]\n [--current-titles CURRENT_TITLES]\n [--current-keywords CURRENT_KEYWORDS]\n [--base-url BASE_URL]\n [--token TOKEN] [--use-x-api-key]\n [--timeout TIMEOUT]\n [--output {json,ndjson,human}]\n [--compact] [--select SELECT |\n --json-pointer JSON_POINTER]\n [--verbose]"
36629
+ "autotouch agents generate-job-signal [-h] [--target {LEADS}]\n [--persona PERSONA]\n [--current-titles CURRENT_TITLES]\n [--current-keywords CURRENT_KEYWORDS]\n [--base-url BASE_URL]\n [--token TOKEN] [--use-x-api-key]\n [--timeout TIMEOUT]\n [--output {json,ndjson,human}]\n [--compact] [--select SELECT |\n --json-pointer JSON_POINTER]\n [--verbose]"
36634
36630
  ],
36635
36631
  "stability": "stable",
36636
36632
  "handler": "_fn"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: autotouch-cli
3
- Version: 0.2.64
3
+ Version: 0.2.65
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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "autotouch-cli"
7
- version = "0.2.64"
7
+ version = "0.2.65"
8
8
  description = "Autotouch Smart Table CLI"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
File without changes
File without changes