@thinkingai/ae-cli 6.0.18-1 → 6.0.20
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 +7 -6
- package/README.zh.md +8 -7
- package/dist/index.js +11 -6
- package/dist/{te-agent-KZRIEN4N.js → te-agent-CYZUC4US.js} +543 -19
- package/dist/{te-analysis-VAR4KUOK.js → te-analysis-HJ22TUAA.js} +318 -40
- package/dist/te-audience-MYDE5WEH.js +590 -0
- package/dist/te-dataops-ZTS7XMXM.js +1842 -0
- package/dist/{te-kb-B62KFP2A.js → te-kb-OWM3RQRH.js} +46 -21
- package/dist/{te-meta-EPZGQN56.js → te-meta-JVO4QJBH.js} +28 -11
- package/package.json +1 -1
- package/skills/ae-agent/SKILL.md +103 -4
- package/skills/ae-analysis/SKILL.md +66 -19
- package/skills/ae-analysis/references/build_attribution_analysis_qp.md +60 -0
- package/skills/ae-analysis/references/build_cluster_definition.md +60 -0
- package/skills/ae-analysis/references/build_distribution_analysis_qp.md +65 -0
- package/skills/ae-analysis/references/build_heat_map_analysis_qp.md +52 -0
- package/skills/ae-analysis/references/build_interval_analysis_qp.md +58 -0
- package/skills/ae-analysis/references/build_path_analysis_qp.md +51 -0
- package/skills/ae-analysis/references/build_rank_list_analysis_qp.md +61 -0
- package/skills/ae-analysis/references/build_tag_definition.md +63 -0
- package/skills/ae-analysis/references/cancel_query.md +2 -3
- package/skills/ae-analysis/references/copy_dashboard.md +33 -0
- package/skills/ae-analysis/references/create_id_cluster.md +40 -0
- package/skills/ae-analysis/references/create_id_tag.md +39 -0
- package/skills/ae-analysis/references/delete_alert.md +27 -0
- package/skills/ae-analysis/references/delete_cluster.md +27 -0
- package/skills/ae-analysis/references/delete_dashboard.md +30 -0
- package/skills/ae-analysis/references/delete_metric.md +27 -0
- package/skills/ae-analysis/references/delete_report.md +27 -0
- package/skills/ae-analysis/references/delete_tag.md +27 -0
- package/skills/ae-analysis/references/drilldown_user_events.md +4 -4
- package/skills/ae-analysis/references/drilldown_users.md +3 -3
- package/skills/ae-analysis/references/freeze_dashboards.md +29 -0
- package/skills/ae-analysis/references/get_table_columns.md +11 -12
- package/skills/ae-analysis/references/list_cluster_members.md +4 -4
- package/skills/ae-analysis/references/list_clusters.md +3 -3
- package/skills/ae-analysis/references/list_dashboards.md +3 -3
- package/skills/ae-analysis/references/list_entities.md +1 -1
- package/skills/ae-analysis/references/list_events.md +3 -3
- package/skills/ae-analysis/references/list_metrics.md +2 -2
- package/skills/ae-analysis/references/list_properties.md +3 -3
- package/skills/ae-analysis/references/list_reports.md +3 -3
- package/skills/ae-analysis/references/list_spaces.md +27 -0
- package/skills/ae-analysis/references/list_tag_members.md +4 -4
- package/skills/ae-analysis/references/list_tags.md +2 -2
- package/skills/ae-analysis/references/move_dashboard.md +33 -0
- package/skills/ae-analysis/references/query_adhoc.md +2 -2
- package/skills/ae-analysis/references/query_bi_panel_data.md +2 -2
- package/skills/ae-analysis/references/query_dashboard_report_data.md +4 -4
- package/skills/ae-analysis/references/query_entity_details.md +4 -4
- package/skills/ae-analysis/references/query_event_details.md +3 -3
- package/skills/ae-analysis/references/query_report_data.md +37 -3
- package/skills/ae-analysis/references/update_id_cluster.md +36 -0
- package/skills/ae-analysis/references/update_id_tag.md +37 -0
- package/skills/ae-analysis/references/update_report.md +35 -0
- package/skills/ae-analysis-intent/SKILL.md +1 -1
- package/skills/ae-dataops/SKILL.md +54 -522
- package/skills/ae-dataops/references/dataops-flow-create.md +78 -75
- package/skills/ae-dataops/references/dataops-flow-monitor.md +58 -51
- package/skills/ae-dataops/references/dataops-integration.md +80 -41
- package/skills/ae-dataops/references/dataops-query.md +54 -53
- package/skills/ae-dataops/references/dataops-table.md +28 -59
- package/dist/te-audience-KMKYI2YJ.js +0 -400
- package/dist/te-dataops-GD3XBYCS.js +0 -1830
package/README.md
CHANGED
|
@@ -90,11 +90,12 @@ ae-cli auth logout
|
|
|
90
90
|
| `analysis_audience` | 10+ | Audience operations: clusters, tags, and cluster/tag definition schema |
|
|
91
91
|
| `analysis_meta` | 20+ | Metadata governance: events/properties, metrics, virtual metadata, project config, tracking plan, mark times, entity catalog |
|
|
92
92
|
| `engage` | 40+ | Hermes Engage MCP: channels, tasks, configs, flows, strategies |
|
|
93
|
-
| `dataops_repo` |
|
|
94
|
-
| `dataops_datatable` |
|
|
95
|
-
| `dataops_flow` |
|
|
96
|
-
| `
|
|
97
|
-
| `
|
|
93
|
+
| `dataops_repo` | 1 | DataOps repo utilities: space discovery |
|
|
94
|
+
| `dataops_datatable` | 5 | Data tables: table/view creation, publishing, details, data dictionary |
|
|
95
|
+
| `dataops_flow` | 15 | Task flows: flow creation, task nodes, scheduling, execution, release preview |
|
|
96
|
+
| `dataops_operations` | 4 | Operations: workflow instance search, instance detail, task logs, stop |
|
|
97
|
+
| `dataops_ide` | 9 | IDE queries: metadata browsing, SQL execution, query management |
|
|
98
|
+
| `dataops_integration` | 19 | Data integration: datasource management, sync solutions, data synchronization |
|
|
98
99
|
| `community` | 10+ | Community analysis: posts search, sentiment analysis, topic trends, livestream data |
|
|
99
100
|
| `analysis_common` | 2 | Cross-module common constraints: resource link completion, project ID gate |
|
|
100
101
|
| `team` | 14 | AI Agent Team: manage teams (list/create/update/delete/ai-generate/templates/projects) and execute TeamRuns (start/watch/chat/reply/cancel/result/artifacts) |
|
|
@@ -169,7 +170,7 @@ Hermes Engage MCP capabilities:
|
|
|
169
170
|
### ae-dataops
|
|
170
171
|
|
|
171
172
|
Data warehouse management:
|
|
172
|
-
- **Repo
|
|
173
|
+
- **Repo Utilities**: space discovery
|
|
173
174
|
- **Data Tables**: table creation, views, batch operations, data dictionary
|
|
174
175
|
- **Task Flows**: flow creation, task nodes, scheduling, execution, monitoring
|
|
175
176
|
- **IDE Queries**: metadata browsing, SQL execution, query management
|
package/README.zh.md
CHANGED
|
@@ -90,11 +90,12 @@ ae-cli auth logout
|
|
|
90
90
|
| `analysis_audience` | 10+ | 受众运营:分群、标签及其定义模型 |
|
|
91
91
|
| `analysis_meta` | 20+ | 元数据治理:事件/属性、指标、虚拟元数据、项目配置、埋点方案、标记时间、实体目录 |
|
|
92
92
|
| `engage` | 40+ | Hermes Engage MCP:渠道、任务、配置、流程、策略 |
|
|
93
|
-
| `dataops_repo` |
|
|
94
|
-
| `dataops_datatable` |
|
|
95
|
-
| `dataops_flow` |
|
|
96
|
-
| `
|
|
97
|
-
| `
|
|
93
|
+
| `dataops_repo` | 1 | DataOps 仓库辅助:空间发现 |
|
|
94
|
+
| `dataops_datatable` | 5 | 数据表:表/视图创建、发布、详情、数据字典 |
|
|
95
|
+
| `dataops_flow` | 15 | 任务流:流程创建、任务节点、调度、执行、监控、发布预览 |
|
|
96
|
+
| `dataops_operations` | 4 | 运维:工作流实例搜索、实例详情、任务日志、停止执行 |
|
|
97
|
+
| `dataops_ide` | 9 | IDE 查询:元数据浏览、SQL 执行、查询管理 |
|
|
98
|
+
| `dataops_integration` | 19 | 数据集成:数据源管理、同步方案、数据同步 |
|
|
98
99
|
| `community` | 10+ | 社区分析:帖子搜索、情感分析、话题趋势、直播数据 |
|
|
99
100
|
| `analysis_common` | 2 | 跨模块通用约束:资源链接补全、项目 ID 门控 |
|
|
100
101
|
| `agent` | 15 | Agent 平台资源管理:模型、MCP 服务、Skill、附件库的增删查和启停 |
|
|
@@ -170,7 +171,7 @@ Hermes Engage MCP 能力:
|
|
|
170
171
|
### ae-dataops
|
|
171
172
|
|
|
172
173
|
数仓管理:
|
|
173
|
-
-
|
|
174
|
+
- **仓库辅助**:空间发现
|
|
174
175
|
- **数据表**:表创建、视图、批量操作、数据字典
|
|
175
176
|
- **任务流**:流程创建、任务节点、调度、执行、监控
|
|
176
177
|
- **IDE 查询**:元数据浏览、SQL 执行、查询管理
|
|
@@ -223,4 +224,4 @@ npm run verify:analysis-common-tools
|
|
|
223
224
|
|
|
224
225
|
## 许可证
|
|
225
226
|
|
|
226
|
-
MIT
|
|
227
|
+
MIT
|
package/dist/index.js
CHANGED
|
@@ -125,6 +125,11 @@ function createRuntimeContext(cmd, opts, globalOpts) {
|
|
|
125
125
|
const val = opts[camelCase(name)];
|
|
126
126
|
return val !== void 0 ? Number(val) : 0;
|
|
127
127
|
},
|
|
128
|
+
optionalNum(name) {
|
|
129
|
+
const val = opts[camelCase(name)];
|
|
130
|
+
if (val === void 0 || val === null || val === "") return void 0;
|
|
131
|
+
return Number(val);
|
|
132
|
+
},
|
|
128
133
|
bool(name) {
|
|
129
134
|
return Boolean(opts[camelCase(name)]);
|
|
130
135
|
},
|
|
@@ -2886,17 +2891,17 @@ program.name("ae-cli").version(version).description("CLI tool for ThinkingAI (AE
|
|
|
2886
2891
|
async function loadCommands() {
|
|
2887
2892
|
const commands = [];
|
|
2888
2893
|
try {
|
|
2889
|
-
const teAnalysis = await import("./te-analysis-
|
|
2894
|
+
const teAnalysis = await import("./te-analysis-HJ22TUAA.js");
|
|
2890
2895
|
commands.push(...teAnalysis.default);
|
|
2891
2896
|
} catch {
|
|
2892
2897
|
}
|
|
2893
2898
|
try {
|
|
2894
|
-
const teAudience = await import("./te-audience-
|
|
2899
|
+
const teAudience = await import("./te-audience-MYDE5WEH.js");
|
|
2895
2900
|
commands.push(...teAudience.default);
|
|
2896
2901
|
} catch {
|
|
2897
2902
|
}
|
|
2898
2903
|
try {
|
|
2899
|
-
const teMeta = await import("./te-meta-
|
|
2904
|
+
const teMeta = await import("./te-meta-JVO4QJBH.js");
|
|
2900
2905
|
commands.push(...teMeta.default);
|
|
2901
2906
|
} catch {
|
|
2902
2907
|
}
|
|
@@ -2916,12 +2921,12 @@ async function loadCommands() {
|
|
|
2916
2921
|
} catch {
|
|
2917
2922
|
}
|
|
2918
2923
|
try {
|
|
2919
|
-
const dataops = await import("./te-dataops-
|
|
2924
|
+
const dataops = await import("./te-dataops-ZTS7XMXM.js");
|
|
2920
2925
|
commands.push(...dataops.default);
|
|
2921
2926
|
} catch {
|
|
2922
2927
|
}
|
|
2923
2928
|
try {
|
|
2924
|
-
const teKb = await import("./te-kb-
|
|
2929
|
+
const teKb = await import("./te-kb-OWM3RQRH.js");
|
|
2925
2930
|
commands.push(...teKb.default);
|
|
2926
2931
|
} catch {
|
|
2927
2932
|
}
|
|
@@ -2931,7 +2936,7 @@ async function loadCommands() {
|
|
|
2931
2936
|
} catch {
|
|
2932
2937
|
}
|
|
2933
2938
|
try {
|
|
2934
|
-
const teAgent = await import("./te-agent-
|
|
2939
|
+
const teAgent = await import("./te-agent-CYZUC4US.js");
|
|
2935
2940
|
commands.push(...teAgent.default);
|
|
2936
2941
|
} catch {
|
|
2937
2942
|
}
|