autotouch-cli 0.2.11__tar.gz → 0.2.12__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.11/autotouch_cli.egg-info → autotouch_cli-0.2.12}/PKG-INFO +24 -1
- autotouch_cli-0.2.11/docs/research-table/reference/autotouch-cli-pypi.md → autotouch_cli-0.2.12/autotouch_cli.egg-info/PKG-INFO +32 -0
- autotouch_cli-0.2.11/PKG-INFO → autotouch_cli-0.2.12/docs/research-table/reference/autotouch-cli-pypi.md +23 -9
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/pyproject.toml +1 -1
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/autotouch_cli.egg-info/SOURCES.txt +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/autotouch_cli.egg-info/dependency_links.txt +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/autotouch_cli.egg-info/entry_points.txt +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/autotouch_cli.egg-info/requires.txt +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/autotouch_cli.egg-info/top_level.txt +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/__init__.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/add_column_unique_index.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/attach_csv_import_leads_to_research_table.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/bundle_sequences_backend.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/check_agent_traces.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/check_column_mode.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/exit_terminal_leads_from_sequences.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/fetch_lead.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/fix_lead_titles_from_csv.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20250106_add_column_position.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20250108_fix_legacy_column_fields.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20250109_add_user_fields_to_tables.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20250117_add_call_logs_webhook_indexes.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20250117_rename_call_logs_collection.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20250119_create_leads_unique_email_index.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20250123_add_filter_indexes.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20250123_add_llm_responses_collection.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20250128_migrate_user_ids_to_objectid.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20250208_backfill_task_research_values.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20250604_add_origin_indexes.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20250608_cleanup_agent_metadata.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20250608_rename_agent_metadata_to_metadata.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20250922_add_activity_indexes.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20250926_migrate_single_to_arrays.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20250928_add_missing_timestamp_fields.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20250929_add_task_join_indexes.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20250929_add_task_join_indexes_safe.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20250929_create_shared_phone_cache.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20251007_add_rows_position_id_index.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20251109_add_ttl_for_llm_and_preview_traces.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20260113_normalize_table_filter_operators.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20260113_set_user_permissions_user_admin.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20260204_sync_lead_owner_from_tasks.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/migrate_org_user_credits.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/set_default_lead_status.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/update_lead_owner_from_tasks.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/reassign_sequence_owner.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/run_sidecar_orchestrator_demo.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/smart_table_cli.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/test_crm_company_policy.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/test_sequences_instantly_e2e.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/test_sequences_personal_e2e.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/test_task_error_logger.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/verify_azurite_voicemail.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/setup.cfg +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/tests/test_contactout_custom.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/tests/test_contactout_integration.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/tests/test_contactout_multi_titles.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/tests/test_contactout_pipeline.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/tests/test_contactout_simple.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/tests/test_contactout_v2_bulk.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/tests/test_lead_required_fields.py +0 -0
- {autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/tests/test_phone_provider_pipeline.py +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.12
|
|
4
4
|
Summary: Autotouch Smart Table CLI
|
|
5
5
|
Requires-Python: >=3.9
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -294,6 +294,10 @@ autotouch columns run-next \
|
|
|
294
294
|
|
|
295
295
|
- Treat a run as started only when you receive `job_id`.
|
|
296
296
|
- Treat a run as done only when `jobs get/watch` returns terminal status.
|
|
297
|
+
- `columns run --wait` now emits structured progress events and includes:
|
|
298
|
+
- `job_id`
|
|
299
|
+
- `job_status_url`
|
|
300
|
+
- `watch_command`
|
|
297
301
|
|
|
298
302
|
```bash
|
|
299
303
|
autotouch jobs get --job-id <JOB_ID> --output json
|
|
@@ -306,6 +310,25 @@ Terminal statuses:
|
|
|
306
310
|
- `error`
|
|
307
311
|
- `cancelled`
|
|
308
312
|
|
|
313
|
+
Non-terminal statuses:
|
|
314
|
+
- `queued`
|
|
315
|
+
- `distributing`
|
|
316
|
+
- `processing`
|
|
317
|
+
|
|
318
|
+
Recommended status fields to inspect while waiting:
|
|
319
|
+
- `processed_rows`
|
|
320
|
+
- `error_rows`
|
|
321
|
+
- `skipped_rows`
|
|
322
|
+
- `total_rows`
|
|
323
|
+
- `pending_batches`
|
|
324
|
+
- `terminal_reason`
|
|
325
|
+
|
|
326
|
+
CLI-protected failure statuses:
|
|
327
|
+
- `not_found`
|
|
328
|
+
- `unknown_not_found`
|
|
329
|
+
|
|
330
|
+
If either failure status appears, treat the run as unconfirmed/inconsistent, verify row state, and rerun.
|
|
331
|
+
|
|
309
332
|
## Troubleshooting
|
|
310
333
|
|
|
311
334
|
1. Import appears to run but rows are missing:
|
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: autotouch-cli
|
|
3
|
+
Version: 0.2.12
|
|
4
|
+
Summary: Autotouch Smart Table CLI
|
|
5
|
+
Requires-Python: >=3.9
|
|
6
|
+
Description-Content-Type: text/markdown
|
|
7
|
+
Requires-Dist: requests>=2.31.0
|
|
8
|
+
Requires-Dist: python-dotenv>=1.0.0
|
|
9
|
+
|
|
1
10
|
# Autotouch CLI Quickstart (`autotouch`)
|
|
2
11
|
|
|
3
12
|
This is the package-facing quickstart for agents and humans using the installable CLI.
|
|
@@ -285,6 +294,10 @@ autotouch columns run-next \
|
|
|
285
294
|
|
|
286
295
|
- Treat a run as started only when you receive `job_id`.
|
|
287
296
|
- Treat a run as done only when `jobs get/watch` returns terminal status.
|
|
297
|
+
- `columns run --wait` now emits structured progress events and includes:
|
|
298
|
+
- `job_id`
|
|
299
|
+
- `job_status_url`
|
|
300
|
+
- `watch_command`
|
|
288
301
|
|
|
289
302
|
```bash
|
|
290
303
|
autotouch jobs get --job-id <JOB_ID> --output json
|
|
@@ -297,6 +310,25 @@ Terminal statuses:
|
|
|
297
310
|
- `error`
|
|
298
311
|
- `cancelled`
|
|
299
312
|
|
|
313
|
+
Non-terminal statuses:
|
|
314
|
+
- `queued`
|
|
315
|
+
- `distributing`
|
|
316
|
+
- `processing`
|
|
317
|
+
|
|
318
|
+
Recommended status fields to inspect while waiting:
|
|
319
|
+
- `processed_rows`
|
|
320
|
+
- `error_rows`
|
|
321
|
+
- `skipped_rows`
|
|
322
|
+
- `total_rows`
|
|
323
|
+
- `pending_batches`
|
|
324
|
+
- `terminal_reason`
|
|
325
|
+
|
|
326
|
+
CLI-protected failure statuses:
|
|
327
|
+
- `not_found`
|
|
328
|
+
- `unknown_not_found`
|
|
329
|
+
|
|
330
|
+
If either failure status appears, treat the run as unconfirmed/inconsistent, verify row state, and rerun.
|
|
331
|
+
|
|
300
332
|
## Troubleshooting
|
|
301
333
|
|
|
302
334
|
1. Import appears to run but rows are missing:
|
|
@@ -1,12 +1,3 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: autotouch-cli
|
|
3
|
-
Version: 0.2.11
|
|
4
|
-
Summary: Autotouch Smart Table CLI
|
|
5
|
-
Requires-Python: >=3.9
|
|
6
|
-
Description-Content-Type: text/markdown
|
|
7
|
-
Requires-Dist: requests>=2.31.0
|
|
8
|
-
Requires-Dist: python-dotenv>=1.0.0
|
|
9
|
-
|
|
10
1
|
# Autotouch CLI Quickstart (`autotouch`)
|
|
11
2
|
|
|
12
3
|
This is the package-facing quickstart for agents and humans using the installable CLI.
|
|
@@ -294,6 +285,10 @@ autotouch columns run-next \
|
|
|
294
285
|
|
|
295
286
|
- Treat a run as started only when you receive `job_id`.
|
|
296
287
|
- Treat a run as done only when `jobs get/watch` returns terminal status.
|
|
288
|
+
- `columns run --wait` now emits structured progress events and includes:
|
|
289
|
+
- `job_id`
|
|
290
|
+
- `job_status_url`
|
|
291
|
+
- `watch_command`
|
|
297
292
|
|
|
298
293
|
```bash
|
|
299
294
|
autotouch jobs get --job-id <JOB_ID> --output json
|
|
@@ -306,6 +301,25 @@ Terminal statuses:
|
|
|
306
301
|
- `error`
|
|
307
302
|
- `cancelled`
|
|
308
303
|
|
|
304
|
+
Non-terminal statuses:
|
|
305
|
+
- `queued`
|
|
306
|
+
- `distributing`
|
|
307
|
+
- `processing`
|
|
308
|
+
|
|
309
|
+
Recommended status fields to inspect while waiting:
|
|
310
|
+
- `processed_rows`
|
|
311
|
+
- `error_rows`
|
|
312
|
+
- `skipped_rows`
|
|
313
|
+
- `total_rows`
|
|
314
|
+
- `pending_batches`
|
|
315
|
+
- `terminal_reason`
|
|
316
|
+
|
|
317
|
+
CLI-protected failure statuses:
|
|
318
|
+
- `not_found`
|
|
319
|
+
- `unknown_not_found`
|
|
320
|
+
|
|
321
|
+
If either failure status appears, treat the run as unconfirmed/inconsistent, verify row state, and rerun.
|
|
322
|
+
|
|
309
323
|
## Troubleshooting
|
|
310
324
|
|
|
311
325
|
1. Import appears to run but rows are missing:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/attach_csv_import_leads_to_research_table.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20250106_add_column_position.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20250123_add_filter_indexes.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20250604_add_origin_indexes.py
RENAMED
|
File without changes
|
{autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20250608_cleanup_agent_metadata.py
RENAMED
|
File without changes
|
|
File without changes
|
{autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20250922_add_activity_indexes.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/20250929_add_task_join_indexes.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/migrate_org_user_credits.py
RENAMED
|
File without changes
|
|
File without changes
|
{autotouch_cli-0.2.11 → autotouch_cli-0.2.12}/scripts/migrations/update_lead_owner_from_tasks.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|