autotouch-cli 0.2.51__tar.gz → 0.2.55__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.51 → autotouch_cli-0.2.55}/PKG-INFO +11 -5
  2. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/README.md +10 -4
  3. autotouch_cli-0.2.55/autotouch_cli/cli.py +2357 -0
  4. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/auth.py +9 -20
  5. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/cells.py +4 -5
  6. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/columns.py +15 -32
  7. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/jobs.py +5 -4
  8. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/leads.py +11 -25
  9. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/linkedin.py +4 -5
  10. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/prompts.py +9 -18
  11. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/rows.py +30 -29
  12. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/search.py +4 -5
  13. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/sequences.py +16 -26
  14. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/tables.py +5 -7
  15. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/tasks.py +3 -3
  16. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/webhooks.py +4 -8
  17. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/workspace_secrets.py +6 -12
  18. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/core/auth.py +20 -6
  19. autotouch_cli-0.2.55/autotouch_cli/core/csv_import.py +456 -0
  20. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/core/http.py +74 -10
  21. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/core/io.py +31 -24
  22. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/core/output.py +25 -18
  23. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/core/polling.py +20 -10
  24. autotouch_cli-0.2.55/autotouch_cli/core/run.py +699 -0
  25. autotouch_cli-0.2.55/autotouch_cli/core/validation.py +339 -0
  26. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/data/CLI_REFERENCE.md +1 -1
  27. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/data/cli-manifest.json +130 -130
  28. autotouch_cli-0.2.55/autotouch_cli/exceptions.py +77 -0
  29. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/mongo_status.py +4 -5
  30. autotouch_cli-0.2.55/autotouch_cli/parser.py +796 -0
  31. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/templates.py +25 -17
  32. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli.egg-info/PKG-INFO +11 -5
  33. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli.egg-info/SOURCES.txt +5 -0
  34. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_shared/provider_registry.py +4 -1
  35. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/pyproject.toml +1 -1
  36. autotouch_cli-0.2.51/autotouch_cli/cli.py +0 -4289
  37. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/MANIFEST.in +0 -0
  38. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/__init__.py +0 -0
  39. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/cli_contracts.py +0 -0
  40. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/__init__.py +0 -0
  41. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/core/__init__.py +0 -0
  42. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/core/config.py +0 -0
  43. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/parser_groups.py +0 -0
  44. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/sequence_support.py +0 -0
  45. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli.egg-info/dependency_links.txt +0 -0
  46. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli.egg-info/entry_points.txt +0 -0
  47. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli.egg-info/requires.txt +0 -0
  48. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli.egg-info/top_level.txt +0 -0
  49. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_shared/__init__.py +0 -0
  50. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_shared/linkedin_contract.py +0 -0
  51. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_shared/search_contract.py +0 -0
  52. {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: autotouch-cli
3
- Version: 0.2.51
3
+ Version: 0.2.55
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
@@ -155,9 +155,15 @@ For `llm_enrichment` in `agent` mode, the recommended path is:
155
155
 
156
156
  Only send `user_schema` / `response_schema` when you intentionally want to override the generated schema and keep it aligned yourself. The installed recipe surface at `autotouch columns recipe --type llm_enrichment` follows this contract.
157
157
 
158
+ Prompt variables in authored prompts support nested JSON access:
159
+ - Use flat row variables like `{{company_name}}` for scalar columns.
160
+ - Use dotted placeholders like `{{linkedin_lookup.linkedin_url}}` when the source column stores JSON or stringified JSON.
161
+ - For arrays, use numeric indexes such as `{{contacts.0.email}}`.
162
+ - This is different from config payload mappings, which use objects like `{ "column": "linkedin_lookup", "path": "linkedin_url" }`.
163
+
158
164
  ## Docs
159
165
 
160
- - Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.51/docs/research-table/reference/autotouch-cli.md
161
- - Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.51/docs/research-table/guides/autotouch-cli-agent-playbook.md
162
- - Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.51/docs/research-table/reference/tables-api.md
163
- - Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.51/docs/platform/authentication.md
166
+ - Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.54/docs/research-table/reference/autotouch-cli.md
167
+ - Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.54/docs/research-table/guides/autotouch-cli-agent-playbook.md
168
+ - Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.54/docs/research-table/reference/tables-api.md
169
+ - Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.54/docs/platform/authentication.md
@@ -130,9 +130,15 @@ For `llm_enrichment` in `agent` mode, the recommended path is:
130
130
 
131
131
  Only send `user_schema` / `response_schema` when you intentionally want to override the generated schema and keep it aligned yourself. The installed recipe surface at `autotouch columns recipe --type llm_enrichment` follows this contract.
132
132
 
133
+ Prompt variables in authored prompts support nested JSON access:
134
+ - Use flat row variables like `{{company_name}}` for scalar columns.
135
+ - Use dotted placeholders like `{{linkedin_lookup.linkedin_url}}` when the source column stores JSON or stringified JSON.
136
+ - For arrays, use numeric indexes such as `{{contacts.0.email}}`.
137
+ - This is different from config payload mappings, which use objects like `{ "column": "linkedin_lookup", "path": "linkedin_url" }`.
138
+
133
139
  ## Docs
134
140
 
135
- - Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.51/docs/research-table/reference/autotouch-cli.md
136
- - Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.51/docs/research-table/guides/autotouch-cli-agent-playbook.md
137
- - Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.51/docs/research-table/reference/tables-api.md
138
- - Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.51/docs/platform/authentication.md
141
+ - Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.54/docs/research-table/reference/autotouch-cli.md
142
+ - Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.54/docs/research-table/guides/autotouch-cli-agent-playbook.md
143
+ - Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.54/docs/research-table/reference/tables-api.md
144
+ - Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.54/docs/platform/authentication.md