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.
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/PKG-INFO +11 -5
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/README.md +10 -4
- autotouch_cli-0.2.55/autotouch_cli/cli.py +2357 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/auth.py +9 -20
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/cells.py +4 -5
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/columns.py +15 -32
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/jobs.py +5 -4
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/leads.py +11 -25
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/linkedin.py +4 -5
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/prompts.py +9 -18
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/rows.py +30 -29
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/search.py +4 -5
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/sequences.py +16 -26
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/tables.py +5 -7
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/tasks.py +3 -3
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/webhooks.py +4 -8
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/workspace_secrets.py +6 -12
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/core/auth.py +20 -6
- autotouch_cli-0.2.55/autotouch_cli/core/csv_import.py +456 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/core/http.py +74 -10
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/core/io.py +31 -24
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/core/output.py +25 -18
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/core/polling.py +20 -10
- autotouch_cli-0.2.55/autotouch_cli/core/run.py +699 -0
- autotouch_cli-0.2.55/autotouch_cli/core/validation.py +339 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/data/CLI_REFERENCE.md +1 -1
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/data/cli-manifest.json +130 -130
- autotouch_cli-0.2.55/autotouch_cli/exceptions.py +77 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/mongo_status.py +4 -5
- autotouch_cli-0.2.55/autotouch_cli/parser.py +796 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/templates.py +25 -17
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli.egg-info/PKG-INFO +11 -5
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli.egg-info/SOURCES.txt +5 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_shared/provider_registry.py +4 -1
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/pyproject.toml +1 -1
- autotouch_cli-0.2.51/autotouch_cli/cli.py +0 -4289
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/MANIFEST.in +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/__init__.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/cli_contracts.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/commands/__init__.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/core/__init__.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/core/config.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/parser_groups.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli/sequence_support.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli.egg-info/dependency_links.txt +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli.egg-info/entry_points.txt +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli.egg-info/requires.txt +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_cli.egg-info/top_level.txt +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_shared/__init__.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_shared/linkedin_contract.py +0 -0
- {autotouch_cli-0.2.51 → autotouch_cli-0.2.55}/autotouch_shared/search_contract.py +0 -0
- {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.
|
|
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.
|
|
161
|
-
- Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
162
|
-
- Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
163
|
-
- Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
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.
|
|
136
|
-
- Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
137
|
-
- Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
138
|
-
- Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
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
|