autotouch-cli 0.2.67__tar.gz → 0.2.68__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.67 → autotouch_cli-0.2.68}/PKG-INFO +1 -1
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/commands/agents.py +9 -9
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli.egg-info/PKG-INFO +1 -1
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/pyproject.toml +1 -1
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/MANIFEST.in +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/README.md +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/__init__.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/cli.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/cli_contracts.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/commands/__init__.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/commands/auth.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/commands/cells.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/commands/columns.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/commands/jobs.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/commands/leads.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/commands/linkedin.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/commands/prompts.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/commands/rows.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/commands/search.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/commands/sequences.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/commands/tables.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/commands/tasks.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/commands/webhooks.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/commands/workspace_secrets.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/core/__init__.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/core/auth.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/core/config.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/core/csv_import.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/core/http.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/core/io.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/core/output.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/core/polling.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/core/run.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/core/validation.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/data/CLI_REFERENCE.md +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/data/cli-manifest.json +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/exceptions.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/mongo_status.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/parser.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/parser_groups.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/sequence_support.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli/templates.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli.egg-info/SOURCES.txt +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli.egg-info/dependency_links.txt +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli.egg-info/entry_points.txt +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli.egg-info/requires.txt +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_cli.egg-info/top_level.txt +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_shared/__init__.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_shared/linkedin_contract.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_shared/provider_registry.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/autotouch_shared/search_contract.py +0 -0
- {autotouch_cli-0.2.67 → autotouch_cli-0.2.68}/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.68
|
|
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
|
|
@@ -80,7 +80,7 @@ def cmd_agents_create(args: argparse.Namespace, *, runtime: AgentCommandRuntime)
|
|
|
80
80
|
"POST", "/api/agents/generate-persona",
|
|
81
81
|
base_url=args.base_url, token=token,
|
|
82
82
|
use_x_api_key=args.use_x_api_key,
|
|
83
|
-
|
|
83
|
+
payload={"targetType": target},
|
|
84
84
|
timeout=args.timeout, verbose=args.verbose,
|
|
85
85
|
)
|
|
86
86
|
persona = persona_data.get("persona") or persona_data.get("personaConfig") or {}
|
|
@@ -93,7 +93,7 @@ def cmd_agents_create(args: argparse.Namespace, *, runtime: AgentCommandRuntime)
|
|
|
93
93
|
"POST", "/api/agents/generate-signal-topics",
|
|
94
94
|
base_url=args.base_url, token=token,
|
|
95
95
|
use_x_api_key=args.use_x_api_key,
|
|
96
|
-
|
|
96
|
+
payload={"targetType": target, "personaConfig": persona},
|
|
97
97
|
timeout=args.timeout, verbose=args.verbose,
|
|
98
98
|
)
|
|
99
99
|
topics = topic_data.get("topics") or []
|
|
@@ -105,7 +105,7 @@ def cmd_agents_create(args: argparse.Namespace, *, runtime: AgentCommandRuntime)
|
|
|
105
105
|
"POST", "/api/agents/generate-job-signal",
|
|
106
106
|
base_url=args.base_url, token=token,
|
|
107
107
|
use_x_api_key=args.use_x_api_key,
|
|
108
|
-
|
|
108
|
+
payload={"targetType": target, "personaConfig": persona},
|
|
109
109
|
timeout=args.timeout, verbose=args.verbose,
|
|
110
110
|
)
|
|
111
111
|
job_titles = job_data.get("jobTitles") or []
|
|
@@ -142,7 +142,7 @@ def cmd_agents_create(args: argparse.Namespace, *, runtime: AgentCommandRuntime)
|
|
|
142
142
|
"POST", "/api/agents",
|
|
143
143
|
base_url=args.base_url, token=token,
|
|
144
144
|
use_x_api_key=args.use_x_api_key,
|
|
145
|
-
|
|
145
|
+
payload=payload,
|
|
146
146
|
timeout=args.timeout, verbose=args.verbose,
|
|
147
147
|
)
|
|
148
148
|
runtime.print_json(data, args.compact)
|
|
@@ -170,7 +170,7 @@ def cmd_agents_update(args: argparse.Namespace, *, runtime: AgentCommandRuntime)
|
|
|
170
170
|
"PATCH", f"/api/agents/{args.agent_id}",
|
|
171
171
|
base_url=args.base_url, token=token,
|
|
172
172
|
use_x_api_key=args.use_x_api_key,
|
|
173
|
-
|
|
173
|
+
payload=payload,
|
|
174
174
|
timeout=args.timeout, verbose=args.verbose,
|
|
175
175
|
)
|
|
176
176
|
runtime.print_json(data, args.compact)
|
|
@@ -182,7 +182,7 @@ def cmd_agents_delete(args: argparse.Namespace, *, runtime: AgentCommandRuntime)
|
|
|
182
182
|
"PATCH", f"/api/agents/{args.agent_id}",
|
|
183
183
|
base_url=args.base_url, token=token,
|
|
184
184
|
use_x_api_key=args.use_x_api_key,
|
|
185
|
-
|
|
185
|
+
payload={"status": "DRAFT"},
|
|
186
186
|
timeout=args.timeout, verbose=args.verbose,
|
|
187
187
|
)
|
|
188
188
|
sys.stderr.write(f"Agent {args.agent_id} deleted.\n")
|
|
@@ -278,7 +278,7 @@ def cmd_agents_generate_persona(args: argparse.Namespace, *, runtime: AgentComma
|
|
|
278
278
|
"POST", "/api/agents/generate-persona",
|
|
279
279
|
base_url=args.base_url, token=token,
|
|
280
280
|
use_x_api_key=args.use_x_api_key,
|
|
281
|
-
|
|
281
|
+
payload=payload,
|
|
282
282
|
timeout=args.timeout, verbose=args.verbose,
|
|
283
283
|
)
|
|
284
284
|
runtime.print_json(data, args.compact)
|
|
@@ -300,7 +300,7 @@ def cmd_agents_generate_topics(args: argparse.Namespace, *, runtime: AgentComman
|
|
|
300
300
|
"POST", "/api/agents/generate-signal-topics",
|
|
301
301
|
base_url=args.base_url, token=token,
|
|
302
302
|
use_x_api_key=args.use_x_api_key,
|
|
303
|
-
|
|
303
|
+
payload=payload,
|
|
304
304
|
timeout=args.timeout, verbose=args.verbose,
|
|
305
305
|
)
|
|
306
306
|
runtime.print_json(data, args.compact)
|
|
@@ -326,7 +326,7 @@ def cmd_agents_generate_job_signal(args: argparse.Namespace, *, runtime: AgentCo
|
|
|
326
326
|
"POST", "/api/agents/generate-job-signal",
|
|
327
327
|
base_url=args.base_url, token=token,
|
|
328
328
|
use_x_api_key=args.use_x_api_key,
|
|
329
|
-
|
|
329
|
+
payload=payload,
|
|
330
330
|
timeout=args.timeout, verbose=args.verbose,
|
|
331
331
|
)
|
|
332
332
|
runtime.print_json(data, args.compact)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: autotouch-cli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.68
|
|
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
|
|
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
|
|
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
|
|
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
|