@treasuredata/tdx 0.1.5 → 0.1.6
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.
- package/README.md +196 -107
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/client/cdp-client.d.ts +1 -1
- package/dist/client/cdp-client.js +1 -1
- package/dist/client/cdp-client.js.map +1 -1
- package/dist/client/http-client.d.ts +22 -2
- package/dist/client/http-client.d.ts.map +1 -1
- package/dist/client/http-client.js +1 -1
- package/dist/client/http-client.js.map +1 -1
- package/dist/client/llm-client.d.ts +7 -1
- package/dist/client/llm-client.d.ts.map +1 -1
- package/dist/client/llm-client.js +1 -1
- package/dist/client/llm-client.js.map +1 -1
- package/dist/client/rate-limiter.js +1 -1
- package/dist/client/td-client.js +1 -1
- package/dist/client/td-client.js.map +1 -1
- package/dist/client/trino-client.d.ts +2 -11
- package/dist/client/trino-client.d.ts.map +1 -1
- package/dist/client/trino-client.js +1 -1
- package/dist/client/trino-client.js.map +1 -1
- package/dist/client/workflow-client.d.ts +44 -1
- package/dist/client/workflow-client.d.ts.map +1 -1
- package/dist/client/workflow-client.js +1 -1
- package/dist/client/workflow-client.js.map +1 -1
- package/dist/commands/activations.d.ts +1 -1
- package/dist/commands/activations.js +1 -1
- package/dist/commands/api-command.js +1 -1
- package/dist/commands/chat-command.d.ts +8 -0
- package/dist/commands/chat-command.d.ts.map +1 -1
- package/dist/commands/chat-command.js +1 -1
- package/dist/commands/chat-command.js.map +1 -1
- package/dist/commands/command.d.ts.map +1 -1
- package/dist/commands/command.js +1 -1
- package/dist/commands/command.js.map +1 -1
- package/dist/commands/context-command.d.ts +1 -0
- package/dist/commands/context-command.d.ts.map +1 -1
- package/dist/commands/context-command.js +1 -1
- package/dist/commands/context-command.js.map +1 -1
- package/dist/commands/databases.js +1 -1
- package/dist/commands/describe.js +1 -1
- package/dist/commands/llm-command.d.ts +59 -30
- package/dist/commands/llm-command.d.ts.map +1 -1
- package/dist/commands/llm-command.js +1 -1
- package/dist/commands/llm-command.js.map +1 -1
- package/dist/commands/profiles-command.d.ts.map +1 -1
- package/dist/commands/profiles-command.js +1 -1
- package/dist/commands/profiles-command.js.map +1 -1
- package/dist/commands/query-command.d.ts.map +1 -1
- package/dist/commands/query-command.js +1 -1
- package/dist/commands/query-command.js.map +1 -1
- package/dist/commands/segment-command.d.ts +4 -4
- package/dist/commands/segment-command.d.ts.map +1 -1
- package/dist/commands/segment-command.js +1 -1
- package/dist/commands/segment-command.js.map +1 -1
- package/dist/commands/segments.js +1 -1
- package/dist/commands/show.js +1 -1
- package/dist/commands/tables.js +1 -1
- package/dist/commands/use-command.d.ts +0 -1
- package/dist/commands/use-command.d.ts.map +1 -1
- package/dist/commands/use-command.js +1 -1
- package/dist/commands/use-command.js.map +1 -1
- package/dist/commands/workflow-command.d.ts +24 -0
- package/dist/commands/workflow-command.d.ts.map +1 -1
- package/dist/commands/workflow-command.js +1 -1
- package/dist/commands/workflow-command.js.map +1 -1
- package/dist/core/auth.d.ts +21 -6
- package/dist/core/auth.d.ts.map +1 -1
- package/dist/core/auth.js +1 -1
- package/dist/core/auth.js.map +1 -1
- package/dist/core/config.d.ts +19 -0
- package/dist/core/config.d.ts.map +1 -1
- package/dist/core/config.js +1 -1
- package/dist/core/config.js.map +1 -1
- package/dist/core/global-context.js +1 -1
- package/dist/core/profile.d.ts +27 -17
- package/dist/core/profile.d.ts.map +1 -1
- package/dist/core/profile.js +1 -1
- package/dist/core/profile.js.map +1 -1
- package/dist/core/project-config.js +1 -1
- package/dist/core/session.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/sdk/api.d.ts.map +1 -1
- package/dist/sdk/api.js +1 -1
- package/dist/sdk/api.js.map +1 -1
- package/dist/sdk/database.d.ts.map +1 -1
- package/dist/sdk/database.js +1 -1
- package/dist/sdk/database.js.map +1 -1
- package/dist/sdk/errors.d.ts +107 -3
- package/dist/sdk/errors.d.ts.map +1 -1
- package/dist/sdk/errors.js +1 -1
- package/dist/sdk/errors.js.map +1 -1
- package/dist/sdk/index.d.ts +12 -5
- package/dist/sdk/index.d.ts.map +1 -1
- package/dist/sdk/index.js +1 -1
- package/dist/sdk/index.js.map +1 -1
- package/dist/sdk/llm.d.ts +91 -8
- package/dist/sdk/llm.d.ts.map +1 -1
- package/dist/sdk/llm.js +1 -1
- package/dist/sdk/llm.js.map +1 -1
- package/dist/sdk/query.d.ts.map +1 -1
- package/dist/sdk/query.js +1 -1
- package/dist/sdk/query.js.map +1 -1
- package/dist/sdk/segment.d.ts.map +1 -1
- package/dist/sdk/segment.js +1 -1
- package/dist/sdk/segment.js.map +1 -1
- package/dist/sdk/table.d.ts.map +1 -1
- package/dist/sdk/table.js +1 -1
- package/dist/sdk/table.js.map +1 -1
- package/dist/sdk/workflow.d.ts +103 -0
- package/dist/sdk/workflow.d.ts.map +1 -1
- package/dist/sdk/workflow.js +1 -1
- package/dist/sdk/workflow.js.map +1 -1
- package/dist/types/endpoints.d.ts +14 -14
- package/dist/types/endpoints.d.ts.map +1 -1
- package/dist/types/endpoints.js +1 -1
- package/dist/types/endpoints.js.map +1 -1
- package/dist/types/index.d.ts +5 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +1 -1
- package/dist/types/index.js.map +1 -1
- package/dist/utils/agent-ref-parser.js +1 -1
- package/dist/utils/chat-cache.js +1 -1
- package/dist/utils/colors.js +1 -1
- package/dist/utils/command-output.js +1 -1
- package/dist/utils/file-permissions.js +1 -1
- package/dist/utils/format-detector.js +1 -1
- package/dist/utils/formatters.js +1 -1
- package/dist/utils/option-validation.js +1 -1
- package/dist/utils/process.js +1 -1
- package/dist/utils/segment-ref-parser.d.ts +9 -8
- package/dist/utils/segment-ref-parser.d.ts.map +1 -1
- package/dist/utils/segment-ref-parser.js +1 -1
- package/dist/utils/segment-ref-parser.js.map +1 -1
- package/dist/utils/spinner.js +1 -1
- package/dist/utils/sql-parser.js +1 -1
- package/dist/utils/sse-parser.js +1 -1
- package/dist/utils/string-utils.d.ts +22 -0
- package/dist/utils/string-utils.d.ts.map +1 -1
- package/dist/utils/string-utils.js +1 -1
- package/dist/utils/string-utils.js.map +1 -1
- package/dist/utils/table-ref-parser.js +1 -1
- package/dist/utils/workflow-utils.d.ts +25 -0
- package/dist/utils/workflow-utils.d.ts.map +1 -0
- package/dist/utils/workflow-utils.js +1 -0
- package/dist/utils/workflow-utils.js.map +1 -0
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -93,7 +93,7 @@ tdx chat --new "Tell me about data pipelines"
|
|
|
93
93
|
1. **CLI flags** (highest priority) - `--database`, `--site`, etc.
|
|
94
94
|
2. **Session context** - Shell-scoped overrides set with `tdx use`
|
|
95
95
|
3. **Project config** - Per-project defaults in `tdx.json`
|
|
96
|
-
4. **Profile config** - Account-specific settings in `~/.config/tdx/
|
|
96
|
+
4. **Profile config** - Account-specific settings in `~/.config/tdx/tdx.json` or project `tdx.json`
|
|
97
97
|
5. **Global config** - Fallback defaults in `~/.config/tdx/tdx.json`
|
|
98
98
|
|
|
99
99
|
### Profiles
|
|
@@ -104,41 +104,55 @@ Profiles store long-lived account configurations for easy switching between envi
|
|
|
104
104
|
# List all profiles with details
|
|
105
105
|
tdx profiles
|
|
106
106
|
|
|
107
|
-
#
|
|
107
|
+
# Set session profile (shell-scoped)
|
|
108
108
|
tdx use profile production
|
|
109
109
|
```
|
|
110
110
|
|
|
111
111
|
**Profile Structure:**
|
|
112
112
|
|
|
113
|
-
|
|
114
|
-
~/.config/tdx/profiles/
|
|
115
|
-
├── production/
|
|
116
|
-
│ ├── tdx.json # Configuration (site, database, llm_project, etc.)
|
|
117
|
-
│ └── .env # Credentials (TD_API_KEY)
|
|
118
|
-
└── dev/
|
|
119
|
-
├── tdx.json # Development environment config
|
|
120
|
-
└── .env # Development credentials
|
|
121
|
-
```
|
|
113
|
+
Profiles are defined in `tdx.json` files with a `profiles` object:
|
|
122
114
|
|
|
123
|
-
**Example Production Profile** (`~/.config/tdx/profiles/production/tdx.json`):
|
|
124
115
|
```json
|
|
125
116
|
{
|
|
126
|
-
"
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
117
|
+
"profiles": {
|
|
118
|
+
"production": {
|
|
119
|
+
"description": "Production environment for US region",
|
|
120
|
+
"site": "us01",
|
|
121
|
+
"database": "analytics",
|
|
122
|
+
"llm_project": "DataAnalytics"
|
|
123
|
+
},
|
|
124
|
+
"dev": {
|
|
125
|
+
"description": "Development and testing environment",
|
|
126
|
+
"site": "jp01",
|
|
127
|
+
"database": "dev_db"
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
130
|
}
|
|
131
131
|
```
|
|
132
132
|
|
|
133
|
-
**
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
133
|
+
**Profile Locations:**
|
|
134
|
+
- **User-level**: `~/.config/tdx/tdx.json` - Shared across all projects
|
|
135
|
+
- **Project-level**: `(project folder)/tdx.json` - Project-specific profiles
|
|
136
|
+
|
|
137
|
+
**Credentials:**
|
|
138
|
+
Store API keys separately from profiles:
|
|
139
|
+
```
|
|
140
|
+
~/.config/tdx/
|
|
141
|
+
├── tdx.json # User-level profiles
|
|
142
|
+
├── .env.production # Production credentials
|
|
143
|
+
└── .env.dev # Development credentials
|
|
144
|
+
```
|
|
145
|
+
|
|
146
|
+
**Example credential file** (`~/.config/tdx/.env.production`):
|
|
147
|
+
```
|
|
148
|
+
TD_API_KEY=1234/abcdefg...
|
|
140
149
|
```
|
|
141
150
|
|
|
151
|
+
**Profile Precedence:**
|
|
152
|
+
1. Project `tdx.json` profiles (local)
|
|
153
|
+
2. User `~/.config/tdx/tdx.json` profiles (user-level)
|
|
154
|
+
3. Directory-based profiles (deprecated)
|
|
155
|
+
|
|
142
156
|
**Note:** The `description` field is optional but recommended for documenting what each profile is for.
|
|
143
157
|
|
|
144
158
|
### Session Context
|
|
@@ -152,8 +166,11 @@ tdx use database mydb
|
|
|
152
166
|
# Set session LLM project
|
|
153
167
|
tdx use llm_project Analytics
|
|
154
168
|
|
|
169
|
+
# View current context
|
|
170
|
+
tdx context
|
|
171
|
+
|
|
155
172
|
# Clear session context
|
|
156
|
-
tdx
|
|
173
|
+
tdx context --clear
|
|
157
174
|
```
|
|
158
175
|
|
|
159
176
|
**How Session Scope Works:**
|
|
@@ -175,7 +192,7 @@ tdx tables # Uses database: analytics
|
|
|
175
192
|
tdx tables # Uses default database (separate session)
|
|
176
193
|
```
|
|
177
194
|
|
|
178
|
-
Session context persists until the shell is closed or explicitly cleared with `tdx
|
|
195
|
+
Session context persists until the shell is closed or explicitly cleared with `tdx context --clear`.
|
|
179
196
|
|
|
180
197
|
**Note:** For advanced session sharing across multiple processes or shells, see [Session ID Option](#session-id-option) in the Advanced Options section.
|
|
181
198
|
|
|
@@ -221,12 +238,12 @@ Example output:
|
|
|
221
238
|
site: us01 (global: ~/.config/tdx/tdx.json)
|
|
222
239
|
database: analytics (session)
|
|
223
240
|
llm_project: DataAnalytics (profile: production)
|
|
224
|
-
profile: production (
|
|
241
|
+
profile: production (session)
|
|
225
242
|
|
|
226
243
|
Configuration Files:
|
|
227
244
|
Session: /Users/user/.config/tdx/sessions/12345.json ✓
|
|
228
|
-
Profile: /Users/user/.config/tdx/profiles/production/tdx.json ✓
|
|
229
245
|
Global: /Users/user/.config/tdx/tdx.json ✓
|
|
246
|
+
Project: /Users/user/projects/myproject/tdx.json ✓
|
|
230
247
|
```
|
|
231
248
|
|
|
232
249
|
## Available Commands
|
|
@@ -292,7 +309,7 @@ Simplified top-level command for chatting with LLM agents.
|
|
|
292
309
|
| Command | Description | Example |
|
|
293
310
|
|---------|-------------|---------|
|
|
294
311
|
| `chat <message>` | Chat (continues last session by default) | `tdx chat "Analyze my data"` |
|
|
295
|
-
| `chat <message> --agent <
|
|
312
|
+
| `chat <message> --agent <name>` | Chat with specific agent | `tdx chat "Hello" --agent "Data Analyst"` |
|
|
296
313
|
| `chat <message> --model <name>` | Chat using specific model | `tdx chat "Help" --model "gpt-5"` |
|
|
297
314
|
| `chat <message> --temperature <n>` | Set temperature (0.0-2.0, default: 0.7) | `tdx chat "Be creative" --temperature 1.2` |
|
|
298
315
|
| `chat <message> --new` | Start a new chat session | `tdx chat --new "Fresh conversation"` |
|
|
@@ -304,33 +321,33 @@ tdx chat "Show me the top customers by revenue"
|
|
|
304
321
|
|
|
305
322
|
# Continue previous conversation (default behavior)
|
|
306
323
|
tdx chat "What about last quarter?"
|
|
307
|
-
tdx chat "And the quarter before that?"
|
|
308
324
|
|
|
309
325
|
# Start a new conversation
|
|
310
326
|
tdx chat --new "Tell me about data modeling best practices"
|
|
311
327
|
|
|
312
|
-
# Use specific agent
|
|
313
|
-
tdx chat "Analyze churn" --agent "MyProject/Data Analyst"
|
|
314
|
-
|
|
315
|
-
# Use specific model (reuses agent per model)
|
|
328
|
+
# Use specific model (auto-creates/reuses agent)
|
|
316
329
|
tdx chat "Help me write SQL" --model "gpt-5"
|
|
317
330
|
|
|
318
|
-
#
|
|
319
|
-
tdx
|
|
331
|
+
# Use specific agent by name (uses current project context)
|
|
332
|
+
tdx llm use "MyProject"
|
|
333
|
+
tdx chat "Analyze churn" --agent "Data Analyst"
|
|
320
334
|
|
|
321
|
-
#
|
|
322
|
-
tdx chat "
|
|
335
|
+
# Override project for agent lookup
|
|
336
|
+
tdx chat "Hello" --agent "Analyst" --llm-project "OtherProject"
|
|
337
|
+
|
|
338
|
+
# Adjust temperature
|
|
339
|
+
tdx chat "Write a poem" --temperature 1.5
|
|
323
340
|
|
|
324
341
|
# Verbose mode shows chat session ID
|
|
325
342
|
tdx chat "Hello" --verbose
|
|
326
343
|
```
|
|
327
344
|
|
|
328
345
|
**How it works**:
|
|
329
|
-
- **Default behavior**: Continues last chat session automatically
|
|
346
|
+
- **Default behavior**: Continues last chat session automatically
|
|
330
347
|
- **Session persistence**: Last chat ID saved to `.cache/tdx/last_chat_id`
|
|
331
348
|
- **--new flag**: Starts a fresh chat session
|
|
332
|
-
- **--agent**: Use specific agent (
|
|
333
|
-
- **--model**:
|
|
349
|
+
- **--agent**: Use specific agent by name (resolves using project context)
|
|
350
|
+
- **--model**: Auto-creates/reuses agent per model (e.g., `tdx_gpt-5`)
|
|
334
351
|
- **--temperature**: Controls randomness (0.7 default, lower=focused, higher=creative)
|
|
335
352
|
|
|
336
353
|
### Database Commands
|
|
@@ -446,20 +463,20 @@ CDP (Customer Data Platform) segment management for audiences and activations.
|
|
|
446
463
|
|
|
447
464
|
**Name Format Conventions:**
|
|
448
465
|
- Parent segment: `parent_name` (e.g., `"My Audience"`)
|
|
449
|
-
- Child segment: `parent_name
|
|
450
|
-
- Folder: `parent_name
|
|
451
|
-
- Pattern: Commands accept `(parent_name)(
|
|
466
|
+
- Child segment: `parent_name/child_name` (e.g., `"My Audience/High Value Users"`) - uses slash notation
|
|
467
|
+
- Folder: `parent_name/folder_name` (e.g., `"My Audience/Marketing"`)
|
|
468
|
+
- Pattern: Commands accept `(parent_name)(/child_name)?` format
|
|
452
469
|
- **Note**: Names are case-sensitive
|
|
453
470
|
|
|
454
471
|
| Command | Description | Example |
|
|
455
472
|
|---------|-------------|---------|
|
|
456
473
|
| `segments` | List all parent segments | `tdx segments` |
|
|
457
474
|
| `segments <parent_name>` | List child segments under parent | `tdx segments "My Audience"` |
|
|
458
|
-
| `segment describe <name>` (alias: `desc`) | Show parent or child segment details | `tdx segment describe "My Audience"` or `tdx segment desc "My Audience
|
|
459
|
-
| `segment show <name>` | Execute segment SQL query and show results | `tdx segment show "My Audience"` or `tdx segment show "My Audience
|
|
460
|
-
| `segment sql <name>` | Get SQL query for segment | `tdx segment sql "My Audience"` or `tdx segment sql "My Audience
|
|
475
|
+
| `segment describe <name>` (alias: `desc`) | Show parent or child segment details | `tdx segment describe "My Audience"` or `tdx segment desc "My Audience/Premium Users"` |
|
|
476
|
+
| `segment show <name>` | Execute segment SQL query and show results | `tdx segment show "My Audience"` or `tdx segment show "My Audience/Premium Users" --limit 100` |
|
|
477
|
+
| `segment sql <name>` | Get SQL query for segment | `tdx segment sql "My Audience"` or `tdx segment sql "My Audience/Premium Users"` |
|
|
461
478
|
| `segment folders <parent_name>` | List folders under parent | `tdx segment folders "My Audience"` |
|
|
462
|
-
| `segment folder show <parent_name
|
|
479
|
+
| `segment folder show <parent_name/folder_name>` | Show folder details | `tdx segment folder show "My Audience/Marketing"` |
|
|
463
480
|
|
|
464
481
|
**Examples**:
|
|
465
482
|
```bash
|
|
@@ -474,14 +491,14 @@ tdx segment describe "My Audience"
|
|
|
474
491
|
# or use the alias
|
|
475
492
|
tdx segment desc "My Audience"
|
|
476
493
|
|
|
477
|
-
# Show child segment metadata (
|
|
478
|
-
tdx segment describe "My Audience
|
|
494
|
+
# Show child segment metadata (slash notation)
|
|
495
|
+
tdx segment describe "My Audience/High Value Users"
|
|
479
496
|
|
|
480
497
|
# Execute parent segment query and show results (default: 40 rows)
|
|
481
498
|
tdx segment show "My Audience"
|
|
482
499
|
|
|
483
|
-
# Execute child segment query with custom limit (
|
|
484
|
-
tdx segment show "My Audience
|
|
500
|
+
# Execute child segment query with custom limit (slash notation)
|
|
501
|
+
tdx segment show "My Audience/Premium Users" --limit 100
|
|
485
502
|
|
|
486
503
|
# Execute segment query and save as JSON
|
|
487
504
|
tdx segment show "My Audience" --format json --output results.json
|
|
@@ -489,14 +506,14 @@ tdx segment show "My Audience" --format json --output results.json
|
|
|
489
506
|
# Get SQL for parent segment
|
|
490
507
|
tdx segment sql "My Audience" > parent-query.sql
|
|
491
508
|
|
|
492
|
-
# Get SQL for child segment with filtering (
|
|
493
|
-
tdx segment sql "My Audience
|
|
509
|
+
# Get SQL for child segment with filtering (slash notation)
|
|
510
|
+
tdx segment sql "My Audience/High Value Users" > child-query.sql
|
|
494
511
|
|
|
495
512
|
# List folders under parent
|
|
496
513
|
tdx segment folders "My Audience"
|
|
497
514
|
|
|
498
|
-
# Show folder details (parent
|
|
499
|
-
tdx segment folder show "My Audience
|
|
515
|
+
# Show folder details (parent/folder notation)
|
|
516
|
+
tdx segment folder show "My Audience/Marketing"
|
|
500
517
|
```
|
|
501
518
|
|
|
502
519
|
### Activation Commands (CDP)
|
|
@@ -505,18 +522,18 @@ Manage CDP activations (syndications) for segments.
|
|
|
505
522
|
|
|
506
523
|
| Command | Description | Example |
|
|
507
524
|
|---------|-------------|---------|
|
|
508
|
-
| `activations <parent_name
|
|
525
|
+
| `activations <parent_name/child_name>` | List activations for a child segment | `tdx activations "My Audience/Premium Users"` |
|
|
509
526
|
|
|
510
527
|
**Examples**:
|
|
511
528
|
```bash
|
|
512
|
-
# List activations for a child segment (
|
|
513
|
-
tdx activations "My Audience
|
|
529
|
+
# List activations for a child segment (slash notation with names)
|
|
530
|
+
tdx activations "My Audience/Premium Users"
|
|
514
531
|
|
|
515
532
|
# Get activations as JSON
|
|
516
|
-
tdx activations "My Audience
|
|
533
|
+
tdx activations "My Audience/High Value Users" --format json
|
|
517
534
|
|
|
518
535
|
# Using Tokyo region
|
|
519
|
-
tdx activations "My Audience
|
|
536
|
+
tdx activations "My Audience/Premium Users" --site jp01
|
|
520
537
|
```
|
|
521
538
|
|
|
522
539
|
### Workflow Commands
|
|
@@ -536,6 +553,9 @@ Manage Treasure Data workflows powered by Digdag. Monitor execution sessions, vi
|
|
|
536
553
|
| `logs <attempt-id> <task-name>` | Show logs for a specific task | `tdx wf logs 67890 +step1` |
|
|
537
554
|
| `kill <attempt-id>` | Kill a running attempt | `tdx wf kill 67890` |
|
|
538
555
|
| `retry <session-id\|attempt-id>` | Retry a session or attempt | `tdx wf retry session:12345` or `tdx wf retry attempt:67890` |
|
|
556
|
+
| `download <project-name> [output-dir]` | Download workflow project from TD console | `tdx wf download myproject` or `tdx wf download myproject ./workflows` |
|
|
557
|
+
| `push [project-name-or-dir]` | Push workflow project to TD console (digdag-style) | `cd myproject && tdx wf push myproject` or `tdx wf push ./myproject` |
|
|
558
|
+
| `delete <project-name-or-id>` | Delete workflow project from TD console | `tdx wf delete myproject` or `tdx wf delete 12345` |
|
|
539
559
|
|
|
540
560
|
**Workflow-specific options:**
|
|
541
561
|
|
|
@@ -553,6 +573,14 @@ For `tasks` command:
|
|
|
553
573
|
For `logs` command:
|
|
554
574
|
- `--offset <number>`: Starting offset for logs (default: 0)
|
|
555
575
|
|
|
576
|
+
For `download` command:
|
|
577
|
+
- `--revision <revision>`: Download specific revision (default: latest)
|
|
578
|
+
|
|
579
|
+
For `push` command:
|
|
580
|
+
- `--name <name>`: Project name (default: directory name)
|
|
581
|
+
- `--revision <revision>`: Revision name (default: timestamp)
|
|
582
|
+
- `--skip-validation`: Skip validation of .dig files
|
|
583
|
+
|
|
556
584
|
For `kill` command:
|
|
557
585
|
- `--reason <text>`: Reason for killing the attempt
|
|
558
586
|
- `-y, --yes`: Skip confirmation prompt
|
|
@@ -650,88 +678,149 @@ tdx wf retry attempt:67890 --params @params.json
|
|
|
650
678
|
# Force retry without confirmation
|
|
651
679
|
tdx wf retry attempt:67890 --force -y
|
|
652
680
|
|
|
681
|
+
# Download workflow project
|
|
682
|
+
tdx wf download myproject
|
|
683
|
+
|
|
684
|
+
# Download to specific directory
|
|
685
|
+
tdx wf download myproject ./workflows
|
|
686
|
+
|
|
687
|
+
# Download specific revision
|
|
688
|
+
tdx wf download myproject --revision v1.0.0
|
|
689
|
+
|
|
690
|
+
# Push workflow project (digdag-style: cd into project directory first)
|
|
691
|
+
cd myproject
|
|
692
|
+
tdx wf push myproject
|
|
693
|
+
|
|
694
|
+
# Push with custom revision
|
|
695
|
+
cd myproject
|
|
696
|
+
tdx wf push myproject --revision v1.0.0
|
|
697
|
+
|
|
698
|
+
# Push from parent directory with path
|
|
699
|
+
tdx wf push ./myproject
|
|
700
|
+
|
|
701
|
+
# Push with --name override
|
|
702
|
+
cd myproject
|
|
703
|
+
tdx wf push myproject --name production_workflow
|
|
704
|
+
|
|
705
|
+
# Push from current directory without specifying name
|
|
706
|
+
cd myproject
|
|
707
|
+
tdx wf push
|
|
708
|
+
|
|
709
|
+
# Push without validation
|
|
710
|
+
cd myproject
|
|
711
|
+
tdx wf push myproject --skip-validation
|
|
712
|
+
|
|
713
|
+
# Delete workflow project (with confirmation)
|
|
714
|
+
tdx wf delete myproject
|
|
715
|
+
|
|
716
|
+
# Delete by project ID
|
|
717
|
+
tdx wf delete 12345
|
|
718
|
+
|
|
719
|
+
# Delete without confirmation
|
|
720
|
+
tdx wf delete myproject -y
|
|
721
|
+
|
|
653
722
|
# Get workflow data as JSON
|
|
654
723
|
tdx wf sessions --format json --output sessions.json
|
|
655
724
|
```
|
|
656
725
|
|
|
657
|
-
###
|
|
726
|
+
### LLM Commands
|
|
658
727
|
|
|
659
|
-
Usage: `tdx
|
|
728
|
+
Usage: `tdx llm <subcommand>`
|
|
660
729
|
|
|
661
|
-
Manage LLM agents and chat sessions with streaming support.
|
|
730
|
+
Manage LLM projects, agents, and chat sessions with streaming support.
|
|
662
731
|
|
|
663
732
|
| Command | Description | Example |
|
|
664
733
|
|---------|-------------|---------|
|
|
665
|
-
| `
|
|
666
|
-
| `
|
|
667
|
-
| `
|
|
668
|
-
| `
|
|
669
|
-
| `
|
|
670
|
-
| `
|
|
671
|
-
| `agent
|
|
672
|
-
| `agent
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
734
|
+
| `llm use <project>` | Set current project context | `tdx llm use "MyProject"` |
|
|
735
|
+
| `llm models` | List available LLM models | `tdx llm models` |
|
|
736
|
+
| `llm projects [pattern]` | List all projects (with wildcard support) | `tdx llm projects` or `tdx llm projects "data*"` |
|
|
737
|
+
| `llm project create <name>` | Create a new project | `tdx llm project create "MyProject"` |
|
|
738
|
+
| `llm project delete <name>` | Delete a project | `tdx llm project delete "MyProject"` |
|
|
739
|
+
| `llm agents [pattern]` | List agents in current project (with wildcard support) | `tdx llm agents` or `tdx llm agents "test*"` |
|
|
740
|
+
| `llm agent show <name>` | Show agent details | `tdx llm agent show "Data Analyst"` |
|
|
741
|
+
| `llm agent create <name>` | Create a new agent in current project | `tdx llm agent create "My Agent" --model <model>` |
|
|
742
|
+
| `llm agent update <name>` | Update an agent | `tdx llm agent update "Agent" --name "New Name"` |
|
|
743
|
+
| `llm agent delete <name>` | Delete an agent | `tdx llm agent delete "Agent"` |
|
|
744
|
+
| `llm history [chat-id]` | List chat sessions or show messages | `tdx llm history` or `tdx llm history chat456` |
|
|
745
|
+
|
|
746
|
+
**Project Resolution (Precedence Order):**
|
|
747
|
+
|
|
748
|
+
Agent commands resolve projects in this order:
|
|
749
|
+
1. `--llm-project` global option (highest priority)
|
|
750
|
+
2. `tdx llm use <project>` context (session-only)
|
|
751
|
+
3. Default project `tdx_default_<username>` (auto-created)
|
|
752
|
+
|
|
753
|
+
**Command Options:**
|
|
754
|
+
|
|
755
|
+
For `project create`:
|
|
756
|
+
- `--description <text>`: Project description
|
|
757
|
+
|
|
758
|
+
For `agent create`:
|
|
683
759
|
- `--system-prompt <text>`: System prompt/instructions (default: empty)
|
|
684
760
|
- `--model <name>`: Model type (default: claude-4.5-sonnet)
|
|
685
761
|
- `--starter-message <text>`: Starter message for the agent
|
|
686
762
|
- `--max-tool-iterations <n>`: Maximum tool iterations (default: 4)
|
|
687
763
|
- `--temperature <n>`: Temperature 0.0-2.0 (default: 0.7)
|
|
688
764
|
|
|
689
|
-
For `update
|
|
765
|
+
For `agent update`:
|
|
690
766
|
- `--name <text>`: New agent name
|
|
691
767
|
- `--prompt <text>`: New prompt/instructions
|
|
692
768
|
- `--description <text>`: New description
|
|
693
769
|
- `--starter-message <text>`: New starter message
|
|
694
770
|
|
|
695
|
-
|
|
696
771
|
**Examples**:
|
|
697
772
|
```bash
|
|
698
773
|
# List available models
|
|
699
|
-
tdx
|
|
774
|
+
tdx llm models
|
|
700
775
|
|
|
701
776
|
# List all projects
|
|
702
|
-
tdx
|
|
777
|
+
tdx llm projects
|
|
778
|
+
|
|
779
|
+
# List projects matching pattern (wildcards: * = any chars, ? = single char)
|
|
780
|
+
tdx llm projects "data*" # Projects starting with 'data'
|
|
781
|
+
tdx llm projects "*_prod" # Projects ending with '_prod'
|
|
703
782
|
|
|
704
|
-
#
|
|
705
|
-
tdx
|
|
783
|
+
# Create a new project
|
|
784
|
+
tdx llm project create "MyProject" --description "My data analysis project"
|
|
706
785
|
|
|
707
|
-
#
|
|
708
|
-
tdx
|
|
786
|
+
# Set current project context (session-only)
|
|
787
|
+
tdx llm use "MyProject"
|
|
709
788
|
|
|
710
|
-
#
|
|
711
|
-
tdx
|
|
789
|
+
# Now all agent commands use "MyProject" by default:
|
|
790
|
+
tdx llm agents # List agents in MyProject
|
|
791
|
+
tdx llm agents "test*" # Filter agents by pattern
|
|
792
|
+
tdx llm agent show "Data Analyst" # Show agent from MyProject
|
|
793
|
+
tdx llm agent create "Analyst" --model gpt-5 # Create in MyProject
|
|
794
|
+
tdx llm agent update "Analyst" --name "Senior Analyst"
|
|
795
|
+
tdx llm agent delete "Analyst"
|
|
712
796
|
|
|
713
|
-
#
|
|
714
|
-
tdx
|
|
715
|
-
|
|
716
|
-
--starter-message "Hello! I can help you analyze your data."
|
|
797
|
+
# Override project with --llm-project option (highest priority)
|
|
798
|
+
tdx llm agents --llm-project "OtherProject"
|
|
799
|
+
tdx llm agent show "Agent" --llm-project "OtherProject"
|
|
717
800
|
|
|
718
|
-
#
|
|
719
|
-
tdx
|
|
801
|
+
# Use default project (tdx_default_<username>) - no setup needed
|
|
802
|
+
tdx llm agents # Uses tdx_default_leo if no context set
|
|
803
|
+
tdx llm agent create "Bot" # Creates in default project
|
|
720
804
|
|
|
721
|
-
#
|
|
722
|
-
tdx
|
|
805
|
+
# Complete workflow: Create custom agent and chat with it
|
|
806
|
+
tdx llm use "MyProject"
|
|
807
|
+
tdx llm agent create "SQL Expert" \
|
|
808
|
+
--system-prompt "You are an expert in SQL and data analysis. Help users write efficient queries." \
|
|
809
|
+
--model "claude-4.5-sonnet"
|
|
723
810
|
|
|
724
|
-
#
|
|
725
|
-
tdx
|
|
811
|
+
# Now chat with your custom agent
|
|
812
|
+
tdx chat "Help me analyze customer churn" --agent "SQL Expert"
|
|
813
|
+
tdx chat "Show me the query for that" # Continues conversation
|
|
726
814
|
|
|
727
|
-
#
|
|
728
|
-
tdx
|
|
815
|
+
# Delete project
|
|
816
|
+
tdx llm project delete "OldProject"
|
|
729
817
|
|
|
730
|
-
#
|
|
731
|
-
tdx
|
|
818
|
+
# Chat history
|
|
819
|
+
tdx llm history # List recent chat sessions
|
|
820
|
+
tdx llm history chat456 # Show specific chat messages
|
|
732
821
|
|
|
733
|
-
#
|
|
734
|
-
tdx agents --format json --output agents.json
|
|
822
|
+
# JSON output
|
|
823
|
+
tdx llm agents --format json --output agents.json
|
|
735
824
|
```
|
|
736
825
|
|
|
737
826
|
## Advanced Query Features
|