autotouch-cli 0.2.8__tar.gz → 0.2.9__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.8/autotouch_cli.egg-info → autotouch_cli-0.2.9}/PKG-INFO +23 -1
- autotouch_cli-0.2.8/docs/research-table/reference/autotouch-cli.md → autotouch_cli-0.2.9/autotouch_cli.egg-info/PKG-INFO +31 -0
- autotouch_cli-0.2.8/PKG-INFO → autotouch_cli-0.2.9/docs/research-table/reference/autotouch-cli.md +22 -9
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/pyproject.toml +1 -1
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/autotouch_cli.egg-info/SOURCES.txt +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/autotouch_cli.egg-info/dependency_links.txt +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/autotouch_cli.egg-info/entry_points.txt +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/autotouch_cli.egg-info/requires.txt +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/autotouch_cli.egg-info/top_level.txt +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/__init__.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/add_column_unique_index.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/attach_csv_import_leads_to_research_table.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/bundle_sequences_backend.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/check_agent_traces.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/check_column_mode.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/exit_terminal_leads_from_sequences.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/fetch_lead.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/fix_lead_titles_from_csv.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20250106_add_column_position.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20250108_fix_legacy_column_fields.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20250109_add_user_fields_to_tables.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20250117_add_call_logs_webhook_indexes.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20250117_rename_call_logs_collection.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20250119_create_leads_unique_email_index.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20250123_add_filter_indexes.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20250123_add_llm_responses_collection.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20250128_migrate_user_ids_to_objectid.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20250208_backfill_task_research_values.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20250604_add_origin_indexes.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20250608_cleanup_agent_metadata.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20250608_rename_agent_metadata_to_metadata.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20250922_add_activity_indexes.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20250926_migrate_single_to_arrays.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20250928_add_missing_timestamp_fields.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20250929_add_task_join_indexes.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20250929_add_task_join_indexes_safe.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20250929_create_shared_phone_cache.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20251007_add_rows_position_id_index.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20251109_add_ttl_for_llm_and_preview_traces.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20260113_normalize_table_filter_operators.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20260113_set_user_permissions_user_admin.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20260204_sync_lead_owner_from_tasks.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/migrate_org_user_credits.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/set_default_lead_status.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/update_lead_owner_from_tasks.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/reassign_sequence_owner.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/run_sidecar_orchestrator_demo.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/smart_table_cli.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/test_crm_company_policy.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/test_sequences_instantly_e2e.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/test_sequences_personal_e2e.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/test_task_error_logger.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/setup.cfg +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/tests/test_contactout_custom.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/tests/test_contactout_integration.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/tests/test_contactout_multi_titles.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/tests/test_contactout_pipeline.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/tests/test_contactout_simple.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/tests/test_contactout_v2_bulk.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/tests/test_lead_required_fields.py +0 -0
- {autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/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.9
|
|
4
4
|
Summary: Autotouch Smart Table CLI
|
|
5
5
|
Requires-Python: >=3.9
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -438,6 +438,28 @@ autotouch columns run \
|
|
|
438
438
|
--show-estimate --wait
|
|
439
439
|
```
|
|
440
440
|
|
|
441
|
+
### Cost tip: filter out empty rows between enrichments
|
|
442
|
+
|
|
443
|
+
Most teams run paid enrichments only on rows that already have required upstream data.
|
|
444
|
+
This avoids spending credits on rows that cannot produce useful results yet.
|
|
445
|
+
|
|
446
|
+
Example: run email finder only when `linkedin_url` exists and `work_email_address` is still empty.
|
|
447
|
+
|
|
448
|
+
```json
|
|
449
|
+
{
|
|
450
|
+
"mode": "and",
|
|
451
|
+
"filters": [
|
|
452
|
+
{ "columnKey": "linkedin_url", "operator": "isNotEmpty" },
|
|
453
|
+
{ "columnKey": "work_email_address", "operator": "isEmpty" }
|
|
454
|
+
]
|
|
455
|
+
}
|
|
456
|
+
```
|
|
457
|
+
|
|
458
|
+
Pattern to reuse:
|
|
459
|
+
- Step 1: create/select a filter that excludes empty prerequisite fields.
|
|
460
|
+
- Step 2: run small (`firstN` or `run-next`) with `--show-estimate`.
|
|
461
|
+
- Step 3: expand only after output quality looks good.
|
|
462
|
+
|
|
441
463
|
## Auto-run configuration
|
|
442
464
|
|
|
443
465
|
Auto-run is set on the column definition (`autoRun`) and can be changed later with `columns update`.
|
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: autotouch-cli
|
|
3
|
+
Version: 0.2.9
|
|
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 Reference (`autotouch`)
|
|
2
11
|
|
|
3
12
|
This page documents the installable CLI for the Smart Table developer API.
|
|
@@ -429,6 +438,28 @@ autotouch columns run \
|
|
|
429
438
|
--show-estimate --wait
|
|
430
439
|
```
|
|
431
440
|
|
|
441
|
+
### Cost tip: filter out empty rows between enrichments
|
|
442
|
+
|
|
443
|
+
Most teams run paid enrichments only on rows that already have required upstream data.
|
|
444
|
+
This avoids spending credits on rows that cannot produce useful results yet.
|
|
445
|
+
|
|
446
|
+
Example: run email finder only when `linkedin_url` exists and `work_email_address` is still empty.
|
|
447
|
+
|
|
448
|
+
```json
|
|
449
|
+
{
|
|
450
|
+
"mode": "and",
|
|
451
|
+
"filters": [
|
|
452
|
+
{ "columnKey": "linkedin_url", "operator": "isNotEmpty" },
|
|
453
|
+
{ "columnKey": "work_email_address", "operator": "isEmpty" }
|
|
454
|
+
]
|
|
455
|
+
}
|
|
456
|
+
```
|
|
457
|
+
|
|
458
|
+
Pattern to reuse:
|
|
459
|
+
- Step 1: create/select a filter that excludes empty prerequisite fields.
|
|
460
|
+
- Step 2: run small (`firstN` or `run-next`) with `--show-estimate`.
|
|
461
|
+
- Step 3: expand only after output quality looks good.
|
|
462
|
+
|
|
432
463
|
## Auto-run configuration
|
|
433
464
|
|
|
434
465
|
Auto-run is set on the column definition (`autoRun`) and can be changed later with `columns update`.
|
autotouch_cli-0.2.8/PKG-INFO → autotouch_cli-0.2.9/docs/research-table/reference/autotouch-cli.md
RENAMED
|
@@ -1,12 +1,3 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: autotouch-cli
|
|
3
|
-
Version: 0.2.8
|
|
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 Reference (`autotouch`)
|
|
11
2
|
|
|
12
3
|
This page documents the installable CLI for the Smart Table developer API.
|
|
@@ -438,6 +429,28 @@ autotouch columns run \
|
|
|
438
429
|
--show-estimate --wait
|
|
439
430
|
```
|
|
440
431
|
|
|
432
|
+
### Cost tip: filter out empty rows between enrichments
|
|
433
|
+
|
|
434
|
+
Most teams run paid enrichments only on rows that already have required upstream data.
|
|
435
|
+
This avoids spending credits on rows that cannot produce useful results yet.
|
|
436
|
+
|
|
437
|
+
Example: run email finder only when `linkedin_url` exists and `work_email_address` is still empty.
|
|
438
|
+
|
|
439
|
+
```json
|
|
440
|
+
{
|
|
441
|
+
"mode": "and",
|
|
442
|
+
"filters": [
|
|
443
|
+
{ "columnKey": "linkedin_url", "operator": "isNotEmpty" },
|
|
444
|
+
{ "columnKey": "work_email_address", "operator": "isEmpty" }
|
|
445
|
+
]
|
|
446
|
+
}
|
|
447
|
+
```
|
|
448
|
+
|
|
449
|
+
Pattern to reuse:
|
|
450
|
+
- Step 1: create/select a filter that excludes empty prerequisite fields.
|
|
451
|
+
- Step 2: run small (`firstN` or `run-next`) with `--show-estimate`.
|
|
452
|
+
- Step 3: expand only after output quality looks good.
|
|
453
|
+
|
|
441
454
|
## Auto-run configuration
|
|
442
455
|
|
|
443
456
|
Auto-run is set on the column definition (`autoRun`) and can be changed later with `columns update`.
|
|
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.8 → autotouch_cli-0.2.9}/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.8 → autotouch_cli-0.2.9}/scripts/migrations/20250106_add_column_position.py
RENAMED
|
File without changes
|
{autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20250108_fix_legacy_column_fields.py
RENAMED
|
File without changes
|
{autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20250109_add_user_fields_to_tables.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20250123_add_filter_indexes.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20250604_add_origin_indexes.py
RENAMED
|
File without changes
|
{autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20250608_cleanup_agent_metadata.py
RENAMED
|
File without changes
|
|
File without changes
|
{autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20250922_add_activity_indexes.py
RENAMED
|
File without changes
|
{autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20250926_migrate_single_to_arrays.py
RENAMED
|
File without changes
|
|
File without changes
|
{autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20250929_add_task_join_indexes.py
RENAMED
|
File without changes
|
|
File without changes
|
{autotouch_cli-0.2.8 → autotouch_cli-0.2.9}/scripts/migrations/20250929_create_shared_phone_cache.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.8 → autotouch_cli-0.2.9}/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
|