UNPKG

@promptx/cli

Version:

DPML-powered AI prompt framework - Revolutionary AI-First CLI system based on Deepractice Prompt Markup Language. Build sophisticated AI agents with structured prompts, memory systems, and execution frameworks.

8 lines (6 loc) 169 B
// Elaboration Module - 精细加工模块 // 管理AI的输入输出绑定关系 const { Elaboration } = require('./Elaboration'); module.exports = { Elaboration };