lua-cli 3.15.3 → 3.16.0
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/dist/api-exports.d.ts +5029 -698
- package/dist/api-exports.js +6509 -772
- package/dist/api-exports.js.map +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +41174 -82
- package/dist/index.js.map +1 -1
- package/dist/voice/test/index.d.ts +1217 -0
- package/dist/voice/test/index.js +386 -0
- package/dist/voice/test/index.js.map +1 -0
- package/dist/voice-exports.d.ts +40 -0
- package/dist/voice-exports.js +16 -0
- package/dist/voice-exports.js.map +1 -0
- package/docs/README.md +1 -1
- package/package.json +38 -21
- package/scripts/build-vendor.mjs +6 -3
- package/scripts/run-api-extractor.mjs +79 -0
- package/template/.gitignore +21 -0
- package/template/package.json +1 -1
- package/dist/api/agent.api.service.d.ts +0 -165
- package/dist/api/agent.api.service.d.ts.map +0 -1
- package/dist/api/agent.api.service.js +0 -207
- package/dist/api/agent.api.service.js.map +0 -1
- package/dist/api/agents.api.service.d.ts +0 -21
- package/dist/api/agents.api.service.d.ts.map +0 -1
- package/dist/api/agents.api.service.js +0 -51
- package/dist/api/agents.api.service.js.map +0 -1
- package/dist/api/ai.api.service.d.ts +0 -20
- package/dist/api/ai.api.service.d.ts.map +0 -1
- package/dist/api/ai.api.service.js +0 -40
- package/dist/api/ai.api.service.js.map +0 -1
- package/dist/api/auth.api.service.d.ts +0 -49
- package/dist/api/auth.api.service.d.ts.map +0 -1
- package/dist/api/auth.api.service.js +0 -55
- package/dist/api/auth.api.service.js.map +0 -1
- package/dist/api/backup.api.service.d.ts +0 -78
- package/dist/api/backup.api.service.d.ts.map +0 -1
- package/dist/api/backup.api.service.js +0 -115
- package/dist/api/backup.api.service.js.map +0 -1
- package/dist/api/basket.api.service.d.ts +0 -85
- package/dist/api/basket.api.service.d.ts.map +0 -1
- package/dist/api/basket.api.service.js +0 -160
- package/dist/api/basket.api.service.js.map +0 -1
- package/dist/api/cdn.api.service.d.ts +0 -21
- package/dist/api/cdn.api.service.d.ts.map +0 -1
- package/dist/api/cdn.api.service.js +0 -46
- package/dist/api/cdn.api.service.js.map +0 -1
- package/dist/api/chat.api.service.d.ts +0 -40
- package/dist/api/chat.api.service.d.ts.map +0 -1
- package/dist/api/chat.api.service.js +0 -121
- package/dist/api/chat.api.service.js.map +0 -1
- package/dist/api/credentials.d.ts +0 -25
- package/dist/api/credentials.d.ts.map +0 -1
- package/dist/api/credentials.js +0 -44
- package/dist/api/credentials.js.map +0 -1
- package/dist/api/custom.data.api.service.d.ts +0 -71
- package/dist/api/custom.data.api.service.d.ts.map +0 -1
- package/dist/api/custom.data.api.service.js +0 -126
- package/dist/api/custom.data.api.service.js.map +0 -1
- package/dist/api/developer.api.service.d.ts +0 -121
- package/dist/api/developer.api.service.d.ts.map +0 -1
- package/dist/api/developer.api.service.js +0 -162
- package/dist/api/developer.api.service.js.map +0 -1
- package/dist/api/device-trigger.api.service.d.ts +0 -136
- package/dist/api/device-trigger.api.service.d.ts.map +0 -1
- package/dist/api/device-trigger.api.service.js +0 -120
- package/dist/api/device-trigger.api.service.js.map +0 -1
- package/dist/api/device.api.service.d.ts +0 -61
- package/dist/api/device.api.service.d.ts.map +0 -1
- package/dist/api/device.api.service.js +0 -72
- package/dist/api/device.api.service.js.map +0 -1
- package/dist/api/http.client.d.ts +0 -90
- package/dist/api/http.client.d.ts.map +0 -1
- package/dist/api/http.client.js +0 -265
- package/dist/api/http.client.js.map +0 -1
- package/dist/api/job.api.service.d.ts +0 -154
- package/dist/api/job.api.service.d.ts.map +0 -1
- package/dist/api/job.api.service.js +0 -230
- package/dist/api/job.api.service.js.map +0 -1
- package/dist/api/lazy-instances.d.ts +0 -107
- package/dist/api/lazy-instances.d.ts.map +0 -1
- package/dist/api/lazy-instances.js +0 -220
- package/dist/api/lazy-instances.js.map +0 -1
- package/dist/api/logs.api.service.d.ts +0 -38
- package/dist/api/logs.api.service.d.ts.map +0 -1
- package/dist/api/logs.api.service.js +0 -50
- package/dist/api/logs.api.service.js.map +0 -1
- package/dist/api/marketplace.api.service.d.ts +0 -28
- package/dist/api/marketplace.api.service.d.ts.map +0 -1
- package/dist/api/marketplace.api.service.js +0 -112
- package/dist/api/marketplace.api.service.js.map +0 -1
- package/dist/api/order.api.service.d.ts +0 -53
- package/dist/api/order.api.service.d.ts.map +0 -1
- package/dist/api/order.api.service.js +0 -94
- package/dist/api/order.api.service.js.map +0 -1
- package/dist/api/persona.api.service.d.ts +0 -56
- package/dist/api/persona.api.service.d.ts.map +0 -1
- package/dist/api/persona.api.service.js +0 -90
- package/dist/api/persona.api.service.js.map +0 -1
- package/dist/api/postprocessor.api.service.d.ts +0 -151
- package/dist/api/postprocessor.api.service.d.ts.map +0 -1
- package/dist/api/postprocessor.api.service.js +0 -109
- package/dist/api/postprocessor.api.service.js.map +0 -1
- package/dist/api/preprocessor.api.service.d.ts +0 -155
- package/dist/api/preprocessor.api.service.d.ts.map +0 -1
- package/dist/api/preprocessor.api.service.js +0 -111
- package/dist/api/preprocessor.api.service.js.map +0 -1
- package/dist/api/products.api.service.d.ts +0 -80
- package/dist/api/products.api.service.d.ts.map +0 -1
- package/dist/api/products.api.service.js +0 -126
- package/dist/api/products.api.service.js.map +0 -1
- package/dist/api/resource.api.service.d.ts +0 -77
- package/dist/api/resource.api.service.d.ts.map +0 -1
- package/dist/api/resource.api.service.js +0 -74
- package/dist/api/resource.api.service.js.map +0 -1
- package/dist/api/skills.api.service.d.ts +0 -94
- package/dist/api/skills.api.service.d.ts.map +0 -1
- package/dist/api/skills.api.service.js +0 -120
- package/dist/api/skills.api.service.js.map +0 -1
- package/dist/api/tool.api.service.d.ts +0 -53
- package/dist/api/tool.api.service.d.ts.map +0 -1
- package/dist/api/tool.api.service.js +0 -74
- package/dist/api/tool.api.service.js.map +0 -1
- package/dist/api/unifiedto.api.service.d.ts +0 -133
- package/dist/api/unifiedto.api.service.d.ts.map +0 -1
- package/dist/api/unifiedto.api.service.js +0 -166
- package/dist/api/unifiedto.api.service.js.map +0 -1
- package/dist/api/user.data.api.service.d.ts +0 -69
- package/dist/api/user.data.api.service.d.ts.map +0 -1
- package/dist/api/user.data.api.service.js +0 -158
- package/dist/api/user.data.api.service.js.map +0 -1
- package/dist/api/webhook.api.service.d.ts +0 -163
- package/dist/api/webhook.api.service.d.ts.map +0 -1
- package/dist/api/webhook.api.service.js +0 -140
- package/dist/api/webhook.api.service.js.map +0 -1
- package/dist/api/whatsapp-templates.api.service.d.ts +0 -41
- package/dist/api/whatsapp-templates.api.service.d.ts.map +0 -1
- package/dist/api/whatsapp-templates.api.service.js +0 -79
- package/dist/api/whatsapp-templates.api.service.js.map +0 -1
- package/dist/api-exports.d.ts.map +0 -1
- package/dist/cli/command-definitions.d.ts +0 -29
- package/dist/cli/command-definitions.d.ts.map +0 -1
- package/dist/cli/command-definitions.js +0 -943
- package/dist/cli/command-definitions.js.map +0 -1
- package/dist/commands/admin.d.ts +0 -24
- package/dist/commands/admin.d.ts.map +0 -1
- package/dist/commands/admin.js +0 -44
- package/dist/commands/admin.js.map +0 -1
- package/dist/commands/agents.d.ts +0 -23
- package/dist/commands/agents.d.ts.map +0 -1
- package/dist/commands/agents.js +0 -83
- package/dist/commands/agents.js.map +0 -1
- package/dist/commands/apiKey.d.ts +0 -8
- package/dist/commands/apiKey.d.ts.map +0 -1
- package/dist/commands/apiKey.js +0 -43
- package/dist/commands/apiKey.js.map +0 -1
- package/dist/commands/channels.d.ts +0 -13
- package/dist/commands/channels.d.ts.map +0 -1
- package/dist/commands/channels.js +0 -747
- package/dist/commands/channels.js.map +0 -1
- package/dist/commands/chat-log-probe.d.ts +0 -59
- package/dist/commands/chat-log-probe.d.ts.map +0 -1
- package/dist/commands/chat-log-probe.js +0 -87
- package/dist/commands/chat-log-probe.js.map +0 -1
- package/dist/commands/chat.d.ts +0 -20
- package/dist/commands/chat.d.ts.map +0 -1
- package/dist/commands/chat.js +0 -618
- package/dist/commands/chat.js.map +0 -1
- package/dist/commands/chatClear.d.ts +0 -25
- package/dist/commands/chatClear.d.ts.map +0 -1
- package/dist/commands/chatClear.js +0 -71
- package/dist/commands/chatClear.js.map +0 -1
- package/dist/commands/compile.d.ts +0 -48
- package/dist/commands/compile.d.ts.map +0 -1
- package/dist/commands/compile.js +0 -216
- package/dist/commands/compile.js.map +0 -1
- package/dist/commands/completion.d.ts +0 -12
- package/dist/commands/completion.d.ts.map +0 -1
- package/dist/commands/completion.js +0 -211
- package/dist/commands/completion.js.map +0 -1
- package/dist/commands/configure.d.ts +0 -42
- package/dist/commands/configure.d.ts.map +0 -1
- package/dist/commands/configure.js +0 -76
- package/dist/commands/configure.js.map +0 -1
- package/dist/commands/deploy.d.ts +0 -14
- package/dist/commands/deploy.d.ts.map +0 -1
- package/dist/commands/deploy.js +0 -517
- package/dist/commands/deploy.js.map +0 -1
- package/dist/commands/destroy.d.ts +0 -8
- package/dist/commands/destroy.d.ts.map +0 -1
- package/dist/commands/destroy.js +0 -66
- package/dist/commands/destroy.js.map +0 -1
- package/dist/commands/devices.d.ts +0 -6
- package/dist/commands/devices.d.ts.map +0 -1
- package/dist/commands/devices.js +0 -265
- package/dist/commands/devices.js.map +0 -1
- package/dist/commands/docs.d.ts +0 -20
- package/dist/commands/docs.d.ts.map +0 -1
- package/dist/commands/docs.js +0 -33
- package/dist/commands/docs.js.map +0 -1
- package/dist/commands/env.d.ts +0 -34
- package/dist/commands/env.d.ts.map +0 -1
- package/dist/commands/env.js +0 -612
- package/dist/commands/env.js.map +0 -1
- package/dist/commands/evals.d.ts +0 -9
- package/dist/commands/evals.d.ts.map +0 -1
- package/dist/commands/evals.js +0 -27
- package/dist/commands/evals.js.map +0 -1
- package/dist/commands/features.d.ts +0 -13
- package/dist/commands/features.d.ts.map +0 -1
- package/dist/commands/features.js +0 -455
- package/dist/commands/features.js.map +0 -1
- package/dist/commands/governance.d.ts +0 -7
- package/dist/commands/governance.d.ts.map +0 -1
- package/dist/commands/governance.js +0 -258
- package/dist/commands/governance.js.map +0 -1
- package/dist/commands/index.d.ts +0 -38
- package/dist/commands/index.d.ts.map +0 -1
- package/dist/commands/index.js +0 -38
- package/dist/commands/index.js.map +0 -1
- package/dist/commands/init.d.ts +0 -53
- package/dist/commands/init.d.ts.map +0 -1
- package/dist/commands/init.js +0 -992
- package/dist/commands/init.js.map +0 -1
- package/dist/commands/integrations.d.ts +0 -18
- package/dist/commands/integrations.d.ts.map +0 -1
- package/dist/commands/integrations.js +0 -2666
- package/dist/commands/integrations.js.map +0 -1
- package/dist/commands/jobs.d.ts +0 -13
- package/dist/commands/jobs.d.ts.map +0 -1
- package/dist/commands/jobs.js +0 -736
- package/dist/commands/jobs.js.map +0 -1
- package/dist/commands/log-tip.d.ts +0 -79
- package/dist/commands/log-tip.d.ts.map +0 -1
- package/dist/commands/log-tip.js +0 -83
- package/dist/commands/log-tip.js.map +0 -1
- package/dist/commands/logs.d.ts +0 -13
- package/dist/commands/logs.d.ts.map +0 -1
- package/dist/commands/logs.js +0 -493
- package/dist/commands/logs.js.map +0 -1
- package/dist/commands/marketplace.d.ts +0 -34
- package/dist/commands/marketplace.d.ts.map +0 -1
- package/dist/commands/marketplace.js +0 -2105
- package/dist/commands/marketplace.js.map +0 -1
- package/dist/commands/mcp.d.ts +0 -32
- package/dist/commands/mcp.d.ts.map +0 -1
- package/dist/commands/mcp.js +0 -395
- package/dist/commands/mcp.js.map +0 -1
- package/dist/commands/models.d.ts +0 -18
- package/dist/commands/models.d.ts.map +0 -1
- package/dist/commands/models.js +0 -207
- package/dist/commands/models.js.map +0 -1
- package/dist/commands/persona.d.ts +0 -13
- package/dist/commands/persona.d.ts.map +0 -1
- package/dist/commands/persona.js +0 -560
- package/dist/commands/persona.js.map +0 -1
- package/dist/commands/postprocessors.d.ts +0 -13
- package/dist/commands/postprocessors.d.ts.map +0 -1
- package/dist/commands/postprocessors.js +0 -558
- package/dist/commands/postprocessors.js.map +0 -1
- package/dist/commands/preprocessors.d.ts +0 -13
- package/dist/commands/preprocessors.d.ts.map +0 -1
- package/dist/commands/preprocessors.js +0 -558
- package/dist/commands/preprocessors.js.map +0 -1
- package/dist/commands/production.d.ts +0 -13
- package/dist/commands/production.d.ts.map +0 -1
- package/dist/commands/production.js +0 -588
- package/dist/commands/production.js.map +0 -1
- package/dist/commands/push-helpers.d.ts +0 -42
- package/dist/commands/push-helpers.d.ts.map +0 -1
- package/dist/commands/push-helpers.js +0 -48
- package/dist/commands/push-helpers.js.map +0 -1
- package/dist/commands/push.d.ts +0 -31
- package/dist/commands/push.d.ts.map +0 -1
- package/dist/commands/push.js +0 -1262
- package/dist/commands/push.js.map +0 -1
- package/dist/commands/pushBackup.d.ts +0 -78
- package/dist/commands/pushBackup.d.ts.map +0 -1
- package/dist/commands/pushBackup.js +0 -274
- package/dist/commands/pushBackup.js.map +0 -1
- package/dist/commands/resources.d.ts +0 -13
- package/dist/commands/resources.d.ts.map +0 -1
- package/dist/commands/resources.js +0 -377
- package/dist/commands/resources.js.map +0 -1
- package/dist/commands/skills.d.ts +0 -13
- package/dist/commands/skills.d.ts.map +0 -1
- package/dist/commands/skills.js +0 -618
- package/dist/commands/skills.js.map +0 -1
- package/dist/commands/source.d.ts +0 -72
- package/dist/commands/source.d.ts.map +0 -1
- package/dist/commands/source.js +0 -134
- package/dist/commands/source.js.map +0 -1
- package/dist/commands/status.d.ts +0 -14
- package/dist/commands/status.d.ts.map +0 -1
- package/dist/commands/status.js +0 -731
- package/dist/commands/status.js.map +0 -1
- package/dist/commands/sync.d.ts +0 -28
- package/dist/commands/sync.d.ts.map +0 -1
- package/dist/commands/sync.js +0 -802
- package/dist/commands/sync.js.map +0 -1
- package/dist/commands/telemetry.d.ts +0 -6
- package/dist/commands/telemetry.d.ts.map +0 -1
- package/dist/commands/telemetry.js +0 -42
- package/dist/commands/telemetry.js.map +0 -1
- package/dist/commands/test-output.helpers.d.ts +0 -24
- package/dist/commands/test-output.helpers.d.ts.map +0 -1
- package/dist/commands/test-output.helpers.js +0 -62
- package/dist/commands/test-output.helpers.js.map +0 -1
- package/dist/commands/test.d.ts +0 -9
- package/dist/commands/test.d.ts.map +0 -1
- package/dist/commands/test.js +0 -787
- package/dist/commands/test.js.map +0 -1
- package/dist/commands/update.d.ts +0 -14
- package/dist/commands/update.d.ts.map +0 -1
- package/dist/commands/update.js +0 -97
- package/dist/commands/update.js.map +0 -1
- package/dist/commands/webhooks.d.ts +0 -13
- package/dist/commands/webhooks.d.ts.map +0 -1
- package/dist/commands/webhooks.js +0 -691
- package/dist/commands/webhooks.js.map +0 -1
- package/dist/compiler/agent-traverser.d.ts +0 -140
- package/dist/compiler/agent-traverser.d.ts.map +0 -1
- package/dist/compiler/agent-traverser.js +0 -420
- package/dist/compiler/agent-traverser.js.map +0 -1
- package/dist/compiler/bundler.d.ts +0 -43
- package/dist/compiler/bundler.d.ts.map +0 -1
- package/dist/compiler/bundler.js +0 -188
- package/dist/compiler/bundler.js.map +0 -1
- package/dist/compiler/compiler.d.ts +0 -208
- package/dist/compiler/compiler.d.ts.map +0 -1
- package/dist/compiler/compiler.js +0 -706
- package/dist/compiler/compiler.js.map +0 -1
- package/dist/compiler/index.d.ts +0 -38
- package/dist/compiler/index.d.ts.map +0 -1
- package/dist/compiler/index.js +0 -43
- package/dist/compiler/index.js.map +0 -1
- package/dist/compiler/plugins/agent.plugin.d.ts +0 -58
- package/dist/compiler/plugins/agent.plugin.d.ts.map +0 -1
- package/dist/compiler/plugins/agent.plugin.js +0 -161
- package/dist/compiler/plugins/agent.plugin.js.map +0 -1
- package/dist/compiler/plugins/base.d.ts +0 -334
- package/dist/compiler/plugins/base.d.ts.map +0 -1
- package/dist/compiler/plugins/base.js +0 -353
- package/dist/compiler/plugins/base.js.map +0 -1
- package/dist/compiler/plugins/device-trigger.plugin.d.ts +0 -38
- package/dist/compiler/plugins/device-trigger.plugin.d.ts.map +0 -1
- package/dist/compiler/plugins/device-trigger.plugin.js +0 -107
- package/dist/compiler/plugins/device-trigger.plugin.js.map +0 -1
- package/dist/compiler/plugins/device.plugin.d.ts +0 -39
- package/dist/compiler/plugins/device.plugin.d.ts.map +0 -1
- package/dist/compiler/plugins/device.plugin.js +0 -77
- package/dist/compiler/plugins/device.plugin.js.map +0 -1
- package/dist/compiler/plugins/job.plugin.d.ts +0 -34
- package/dist/compiler/plugins/job.plugin.d.ts.map +0 -1
- package/dist/compiler/plugins/job.plugin.js +0 -108
- package/dist/compiler/plugins/job.plugin.js.map +0 -1
- package/dist/compiler/plugins/mcp-server.plugin.d.ts +0 -38
- package/dist/compiler/plugins/mcp-server.plugin.d.ts.map +0 -1
- package/dist/compiler/plugins/mcp-server.plugin.js +0 -107
- package/dist/compiler/plugins/mcp-server.plugin.js.map +0 -1
- package/dist/compiler/plugins/postprocessor.plugin.d.ts +0 -21
- package/dist/compiler/plugins/postprocessor.plugin.d.ts.map +0 -1
- package/dist/compiler/plugins/postprocessor.plugin.js +0 -36
- package/dist/compiler/plugins/postprocessor.plugin.js.map +0 -1
- package/dist/compiler/plugins/preprocessor.plugin.d.ts +0 -21
- package/dist/compiler/plugins/preprocessor.plugin.d.ts.map +0 -1
- package/dist/compiler/plugins/preprocessor.plugin.js +0 -38
- package/dist/compiler/plugins/preprocessor.plugin.js.map +0 -1
- package/dist/compiler/plugins/processor-base.d.ts +0 -17
- package/dist/compiler/plugins/processor-base.d.ts.map +0 -1
- package/dist/compiler/plugins/processor-base.js +0 -27
- package/dist/compiler/plugins/processor-base.js.map +0 -1
- package/dist/compiler/plugins/registry.d.ts +0 -62
- package/dist/compiler/plugins/registry.d.ts.map +0 -1
- package/dist/compiler/plugins/registry.js +0 -113
- package/dist/compiler/plugins/registry.js.map +0 -1
- package/dist/compiler/plugins/skill.plugin.d.ts +0 -106
- package/dist/compiler/plugins/skill.plugin.d.ts.map +0 -1
- package/dist/compiler/plugins/skill.plugin.js +0 -316
- package/dist/compiler/plugins/skill.plugin.js.map +0 -1
- package/dist/compiler/plugins/tool.plugin.d.ts +0 -69
- package/dist/compiler/plugins/tool.plugin.d.ts.map +0 -1
- package/dist/compiler/plugins/tool.plugin.js +0 -262
- package/dist/compiler/plugins/tool.plugin.js.map +0 -1
- package/dist/compiler/plugins/webhook.plugin.d.ts +0 -38
- package/dist/compiler/plugins/webhook.plugin.d.ts.map +0 -1
- package/dist/compiler/plugins/webhook.plugin.js +0 -117
- package/dist/compiler/plugins/webhook.plugin.js.map +0 -1
- package/dist/compiler/source-writer.d.ts +0 -129
- package/dist/compiler/source-writer.d.ts.map +0 -1
- package/dist/compiler/source-writer.js +0 -329
- package/dist/compiler/source-writer.js.map +0 -1
- package/dist/compiler/types.d.ts +0 -391
- package/dist/compiler/types.d.ts.map +0 -1
- package/dist/compiler/types.js +0 -30
- package/dist/compiler/types.js.map +0 -1
- package/dist/compiler/utils/ast-helpers.d.ts +0 -106
- package/dist/compiler/utils/ast-helpers.d.ts.map +0 -1
- package/dist/compiler/utils/ast-helpers.js +0 -356
- package/dist/compiler/utils/ast-helpers.js.map +0 -1
- package/dist/compiler/utils/common.d.ts +0 -22
- package/dist/compiler/utils/common.d.ts.map +0 -1
- package/dist/compiler/utils/common.js +0 -55
- package/dist/compiler/utils/common.js.map +0 -1
- package/dist/compiler/utils/file-discovery.d.ts +0 -35
- package/dist/compiler/utils/file-discovery.d.ts.map +0 -1
- package/dist/compiler/utils/file-discovery.js +0 -60
- package/dist/compiler/utils/file-discovery.js.map +0 -1
- package/dist/compiler/utils/path-resolver.d.ts +0 -83
- package/dist/compiler/utils/path-resolver.d.ts.map +0 -1
- package/dist/compiler/utils/path-resolver.js +0 -162
- package/dist/compiler/utils/path-resolver.js.map +0 -1
- package/dist/compiler/utils/reference-resolver.d.ts +0 -196
- package/dist/compiler/utils/reference-resolver.d.ts.map +0 -1
- package/dist/compiler/utils/reference-resolver.js +0 -1026
- package/dist/compiler/utils/reference-resolver.js.map +0 -1
- package/dist/compiler/utils/schema-converter.d.ts +0 -52
- package/dist/compiler/utils/schema-converter.d.ts.map +0 -1
- package/dist/compiler/utils/schema-converter.js +0 -170
- package/dist/compiler/utils/schema-converter.js.map +0 -1
- package/dist/compiler/utils/workspace.d.ts +0 -35
- package/dist/compiler/utils/workspace.d.ts.map +0 -1
- package/dist/compiler/utils/workspace.js +0 -121
- package/dist/compiler/utils/workspace.js.map +0 -1
- package/dist/config/compile.constants.d.ts +0 -75
- package/dist/config/compile.constants.d.ts.map +0 -1
- package/dist/config/compile.constants.js +0 -95
- package/dist/config/compile.constants.js.map +0 -1
- package/dist/config/constants.d.ts +0 -49
- package/dist/config/constants.d.ts.map +0 -1
- package/dist/config/constants.js +0 -69
- package/dist/config/constants.js.map +0 -1
- package/dist/errors/auth.error.d.ts +0 -34
- package/dist/errors/auth.error.d.ts.map +0 -1
- package/dist/errors/auth.error.js +0 -29
- package/dist/errors/auth.error.js.map +0 -1
- package/dist/errors/index.d.ts +0 -5
- package/dist/errors/index.d.ts.map +0 -1
- package/dist/errors/index.js +0 -5
- package/dist/errors/index.js.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/instances/basket.instance.d.ts +0 -82
- package/dist/instances/basket.instance.d.ts.map +0 -1
- package/dist/instances/basket.instance.js +0 -245
- package/dist/instances/basket.instance.js.map +0 -1
- package/dist/instances/data.entry.instance.d.ts +0 -50
- package/dist/instances/data.entry.instance.d.ts.map +0 -1
- package/dist/instances/data.entry.instance.js +0 -163
- package/dist/instances/data.entry.instance.js.map +0 -1
- package/dist/instances/job.instance.d.ts +0 -133
- package/dist/instances/job.instance.d.ts.map +0 -1
- package/dist/instances/job.instance.js +0 -180
- package/dist/instances/job.instance.js.map +0 -1
- package/dist/instances/order.instance.d.ts +0 -50
- package/dist/instances/order.instance.d.ts.map +0 -1
- package/dist/instances/order.instance.js +0 -199
- package/dist/instances/order.instance.js.map +0 -1
- package/dist/instances/product.instance.d.ts +0 -43
- package/dist/instances/product.instance.d.ts.map +0 -1
- package/dist/instances/product.instance.js +0 -145
- package/dist/instances/product.instance.js.map +0 -1
- package/dist/instances/product.pagination.instance.d.ts +0 -102
- package/dist/instances/product.pagination.instance.d.ts.map +0 -1
- package/dist/instances/product.pagination.instance.js +0 -156
- package/dist/instances/product.pagination.instance.js.map +0 -1
- package/dist/instances/product.search.instance.d.ts +0 -81
- package/dist/instances/product.search.instance.d.ts.map +0 -1
- package/dist/instances/product.search.instance.js +0 -121
- package/dist/instances/product.search.instance.js.map +0 -1
- package/dist/instances/user.instance.d.ts +0 -56
- package/dist/instances/user.instance.d.ts.map +0 -1
- package/dist/instances/user.instance.js +0 -188
- package/dist/instances/user.instance.js.map +0 -1
- package/dist/interfaces/admin.d.ts +0 -64
- package/dist/interfaces/admin.d.ts.map +0 -1
- package/dist/interfaces/admin.js +0 -6
- package/dist/interfaces/admin.js.map +0 -1
- package/dist/interfaces/agent.d.ts +0 -399
- package/dist/interfaces/agent.d.ts.map +0 -1
- package/dist/interfaces/agent.js +0 -6
- package/dist/interfaces/agent.js.map +0 -1
- package/dist/interfaces/backup.d.ts +0 -17
- package/dist/interfaces/backup.d.ts.map +0 -1
- package/dist/interfaces/backup.js +0 -7
- package/dist/interfaces/backup.js.map +0 -1
- package/dist/interfaces/baskets.d.ts +0 -80
- package/dist/interfaces/baskets.d.ts.map +0 -1
- package/dist/interfaces/baskets.js +0 -20
- package/dist/interfaces/baskets.js.map +0 -1
- package/dist/interfaces/cdn.d.ts +0 -25
- package/dist/interfaces/cdn.d.ts.map +0 -1
- package/dist/interfaces/cdn.js +0 -6
- package/dist/interfaces/cdn.js.map +0 -1
- package/dist/interfaces/chat.d.ts +0 -98
- package/dist/interfaces/chat.d.ts.map +0 -1
- package/dist/interfaces/chat.js +0 -6
- package/dist/interfaces/chat.js.map +0 -1
- package/dist/interfaces/common.d.ts +0 -64
- package/dist/interfaces/common.d.ts.map +0 -1
- package/dist/interfaces/common.js +0 -9
- package/dist/interfaces/common.js.map +0 -1
- package/dist/interfaces/custom.data.d.ts +0 -83
- package/dist/interfaces/custom.data.d.ts.map +0 -1
- package/dist/interfaces/custom.data.js +0 -6
- package/dist/interfaces/custom.data.js.map +0 -1
- package/dist/interfaces/deploy.d.ts +0 -15
- package/dist/interfaces/deploy.d.ts.map +0 -1
- package/dist/interfaces/deploy.js +0 -5
- package/dist/interfaces/deploy.js.map +0 -1
- package/dist/interfaces/dev.d.ts +0 -54
- package/dist/interfaces/dev.d.ts.map +0 -1
- package/dist/interfaces/dev.js +0 -6
- package/dist/interfaces/dev.js.map +0 -1
- package/dist/interfaces/device-triggers.d.ts +0 -80
- package/dist/interfaces/device-triggers.d.ts.map +0 -1
- package/dist/interfaces/device-triggers.js +0 -6
- package/dist/interfaces/device-triggers.js.map +0 -1
- package/dist/interfaces/devices.d.ts +0 -74
- package/dist/interfaces/devices.d.ts.map +0 -1
- package/dist/interfaces/devices.js +0 -5
- package/dist/interfaces/devices.js.map +0 -1
- package/dist/interfaces/index.d.ts +0 -15
- package/dist/interfaces/index.d.ts.map +0 -1
- package/dist/interfaces/index.js +0 -8
- package/dist/interfaces/index.js.map +0 -1
- package/dist/interfaces/init.d.ts +0 -42
- package/dist/interfaces/init.d.ts.map +0 -1
- package/dist/interfaces/init.js +0 -5
- package/dist/interfaces/init.js.map +0 -1
- package/dist/interfaces/jobs.d.ts +0 -149
- package/dist/interfaces/jobs.d.ts.map +0 -1
- package/dist/interfaces/jobs.js +0 -6
- package/dist/interfaces/jobs.js.map +0 -1
- package/dist/interfaces/logs.d.ts +0 -44
- package/dist/interfaces/logs.d.ts.map +0 -1
- package/dist/interfaces/logs.js +0 -6
- package/dist/interfaces/logs.js.map +0 -1
- package/dist/interfaces/lua.d.ts +0 -37
- package/dist/interfaces/lua.d.ts.map +0 -1
- package/dist/interfaces/lua.js +0 -6
- package/dist/interfaces/lua.js.map +0 -1
- package/dist/interfaces/marketplace.d.ts +0 -171
- package/dist/interfaces/marketplace.d.ts.map +0 -1
- package/dist/interfaces/marketplace.js +0 -3
- package/dist/interfaces/marketplace.js.map +0 -1
- package/dist/interfaces/mcp.d.ts +0 -96
- package/dist/interfaces/mcp.d.ts.map +0 -1
- package/dist/interfaces/mcp.js +0 -9
- package/dist/interfaces/mcp.js.map +0 -1
- package/dist/interfaces/message.d.ts +0 -16
- package/dist/interfaces/message.d.ts.map +0 -1
- package/dist/interfaces/message.js +0 -2
- package/dist/interfaces/message.js.map +0 -1
- package/dist/interfaces/orders.d.ts +0 -68
- package/dist/interfaces/orders.d.ts.map +0 -1
- package/dist/interfaces/orders.js +0 -20
- package/dist/interfaces/orders.js.map +0 -1
- package/dist/interfaces/persona.d.ts +0 -44
- package/dist/interfaces/persona.d.ts.map +0 -1
- package/dist/interfaces/persona.js +0 -6
- package/dist/interfaces/persona.js.map +0 -1
- package/dist/interfaces/postprocessors.d.ts +0 -15
- package/dist/interfaces/postprocessors.d.ts.map +0 -1
- package/dist/interfaces/postprocessors.js +0 -5
- package/dist/interfaces/postprocessors.js.map +0 -1
- package/dist/interfaces/preprocessors.d.ts +0 -15
- package/dist/interfaces/preprocessors.d.ts.map +0 -1
- package/dist/interfaces/preprocessors.js +0 -5
- package/dist/interfaces/preprocessors.js.map +0 -1
- package/dist/interfaces/product.d.ts +0 -92
- package/dist/interfaces/product.d.ts.map +0 -1
- package/dist/interfaces/product.js +0 -6
- package/dist/interfaces/product.js.map +0 -1
- package/dist/interfaces/push.d.ts +0 -27
- package/dist/interfaces/push.d.ts.map +0 -1
- package/dist/interfaces/push.js +0 -5
- package/dist/interfaces/push.js.map +0 -1
- package/dist/interfaces/skills.d.ts +0 -137
- package/dist/interfaces/skills.d.ts.map +0 -1
- package/dist/interfaces/skills.js +0 -6
- package/dist/interfaces/skills.js.map +0 -1
- package/dist/interfaces/test.d.ts +0 -37
- package/dist/interfaces/test.d.ts.map +0 -1
- package/dist/interfaces/test.js +0 -5
- package/dist/interfaces/test.js.map +0 -1
- package/dist/interfaces/unifiedto.d.ts +0 -141
- package/dist/interfaces/unifiedto.d.ts.map +0 -1
- package/dist/interfaces/unifiedto.js +0 -6
- package/dist/interfaces/unifiedto.js.map +0 -1
- package/dist/interfaces/user.d.ts +0 -75
- package/dist/interfaces/user.d.ts.map +0 -1
- package/dist/interfaces/user.js +0 -2
- package/dist/interfaces/user.js.map +0 -1
- package/dist/interfaces/webhooks.d.ts +0 -97
- package/dist/interfaces/webhooks.d.ts.map +0 -1
- package/dist/interfaces/webhooks.js +0 -6
- package/dist/interfaces/webhooks.js.map +0 -1
- package/dist/interfaces/whatsapp-templates.d.ts +0 -105
- package/dist/interfaces/whatsapp-templates.d.ts.map +0 -1
- package/dist/interfaces/whatsapp-templates.js +0 -6
- package/dist/interfaces/whatsapp-templates.js.map +0 -1
- package/dist/primitives/agent.handler.d.ts +0 -71
- package/dist/primitives/agent.handler.d.ts.map +0 -1
- package/dist/primitives/agent.handler.js +0 -226
- package/dist/primitives/agent.handler.js.map +0 -1
- package/dist/primitives/base.handler.d.ts +0 -229
- package/dist/primitives/base.handler.d.ts.map +0 -1
- package/dist/primitives/base.handler.js +0 -620
- package/dist/primitives/base.handler.js.map +0 -1
- package/dist/primitives/device-trigger.handler.d.ts +0 -56
- package/dist/primitives/device-trigger.handler.d.ts.map +0 -1
- package/dist/primitives/device-trigger.handler.js +0 -99
- package/dist/primitives/device-trigger.handler.js.map +0 -1
- package/dist/primitives/device.handler.d.ts +0 -57
- package/dist/primitives/device.handler.d.ts.map +0 -1
- package/dist/primitives/device.handler.js +0 -103
- package/dist/primitives/device.handler.js.map +0 -1
- package/dist/primitives/index.d.ts +0 -51
- package/dist/primitives/index.d.ts.map +0 -1
- package/dist/primitives/index.js +0 -75
- package/dist/primitives/index.js.map +0 -1
- package/dist/primitives/job.handler.d.ts +0 -53
- package/dist/primitives/job.handler.d.ts.map +0 -1
- package/dist/primitives/job.handler.js +0 -110
- package/dist/primitives/job.handler.js.map +0 -1
- package/dist/primitives/mcp-server.handler.d.ts +0 -93
- package/dist/primitives/mcp-server.handler.d.ts.map +0 -1
- package/dist/primitives/mcp-server.handler.js +0 -216
- package/dist/primitives/mcp-server.handler.js.map +0 -1
- package/dist/primitives/postprocessor.handler.d.ts +0 -44
- package/dist/primitives/postprocessor.handler.d.ts.map +0 -1
- package/dist/primitives/postprocessor.handler.js +0 -71
- package/dist/primitives/postprocessor.handler.js.map +0 -1
- package/dist/primitives/preprocessor.handler.d.ts +0 -44
- package/dist/primitives/preprocessor.handler.d.ts.map +0 -1
- package/dist/primitives/preprocessor.handler.js +0 -72
- package/dist/primitives/preprocessor.handler.js.map +0 -1
- package/dist/primitives/skill.handler.d.ts +0 -47
- package/dist/primitives/skill.handler.d.ts.map +0 -1
- package/dist/primitives/skill.handler.js +0 -229
- package/dist/primitives/skill.handler.js.map +0 -1
- package/dist/primitives/types.d.ts +0 -91
- package/dist/primitives/types.d.ts.map +0 -1
- package/dist/primitives/types.js +0 -17
- package/dist/primitives/types.js.map +0 -1
- package/dist/primitives/webhook.handler.d.ts +0 -47
- package/dist/primitives/webhook.handler.d.ts.map +0 -1
- package/dist/primitives/webhook.handler.js +0 -87
- package/dist/primitives/webhook.handler.js.map +0 -1
- package/dist/services/analytics.d.ts +0 -57
- package/dist/services/analytics.d.ts.map +0 -1
- package/dist/services/analytics.js +0 -317
- package/dist/services/analytics.js.map +0 -1
- package/dist/services/auth.d.ts +0 -72
- package/dist/services/auth.d.ts.map +0 -1
- package/dist/services/auth.js +0 -173
- package/dist/services/auth.js.map +0 -1
- package/dist/services/sandbox.service.d.ts +0 -105
- package/dist/services/sandbox.service.d.ts.map +0 -1
- package/dist/services/sandbox.service.js +0 -531
- package/dist/services/sandbox.service.js.map +0 -1
- package/dist/types/api-contracts.d.ts +0 -287
- package/dist/types/api-contracts.d.ts.map +0 -1
- package/dist/types/api-contracts.js +0 -2
- package/dist/types/api-contracts.js.map +0 -1
- package/dist/types/index.d.ts +0 -28
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/index.js +0 -30
- package/dist/types/index.js.map +0 -1
- package/dist/types/skill.d.ts +0 -1079
- package/dist/types/skill.d.ts.map +0 -1
- package/dist/types/skill.js +0 -688
- package/dist/types/skill.js.map +0 -1
- package/dist/types/tool-validation.d.ts +0 -35
- package/dist/types/tool-validation.d.ts.map +0 -1
- package/dist/types/tool-validation.js +0 -43
- package/dist/types/tool-validation.js.map +0 -1
- package/dist/types/yaml.types.d.ts +0 -91
- package/dist/types/yaml.types.d.ts.map +0 -1
- package/dist/types/yaml.types.js +0 -5
- package/dist/types/yaml.types.js.map +0 -1
- package/dist/utils/aliases.d.ts +0 -7
- package/dist/utils/aliases.d.ts.map +0 -1
- package/dist/utils/aliases.js +0 -492
- package/dist/utils/aliases.js.map +0 -1
- package/dist/utils/artifact-loader.d.ts +0 -152
- package/dist/utils/artifact-loader.d.ts.map +0 -1
- package/dist/utils/artifact-loader.js +0 -284
- package/dist/utils/artifact-loader.js.map +0 -1
- package/dist/utils/auth-flows.d.ts +0 -55
- package/dist/utils/auth-flows.d.ts.map +0 -1
- package/dist/utils/auth-flows.js +0 -246
- package/dist/utils/auth-flows.js.map +0 -1
- package/dist/utils/backup-helpers.d.ts +0 -238
- package/dist/utils/backup-helpers.d.ts.map +0 -1
- package/dist/utils/backup-helpers.js +0 -704
- package/dist/utils/backup-helpers.js.map +0 -1
- package/dist/utils/build-manifest-from-disk.d.ts +0 -8
- package/dist/utils/build-manifest-from-disk.d.ts.map +0 -1
- package/dist/utils/build-manifest-from-disk.js +0 -21
- package/dist/utils/build-manifest-from-disk.js.map +0 -1
- package/dist/utils/bundle-upload.d.ts +0 -42
- package/dist/utils/bundle-upload.d.ts.map +0 -1
- package/dist/utils/bundle-upload.js +0 -90
- package/dist/utils/bundle-upload.js.map +0 -1
- package/dist/utils/chat-attachments.d.ts +0 -15
- package/dist/utils/chat-attachments.d.ts.map +0 -1
- package/dist/utils/chat-attachments.js +0 -116
- package/dist/utils/chat-attachments.js.map +0 -1
- package/dist/utils/cli.d.ts +0 -62
- package/dist/utils/cli.d.ts.map +0 -1
- package/dist/utils/cli.js +0 -198
- package/dist/utils/cli.js.map +0 -1
- package/dist/utils/command-utils.d.ts +0 -46
- package/dist/utils/command-utils.d.ts.map +0 -1
- package/dist/utils/command-utils.js +0 -74
- package/dist/utils/command-utils.js.map +0 -1
- package/dist/utils/deploy-helpers.d.ts +0 -40
- package/dist/utils/deploy-helpers.d.ts.map +0 -1
- package/dist/utils/deploy-helpers.js +0 -76
- package/dist/utils/deploy-helpers.js.map +0 -1
- package/dist/utils/env-loader.utils.d.ts +0 -19
- package/dist/utils/env-loader.utils.d.ts.map +0 -1
- package/dist/utils/env-loader.utils.js +0 -90
- package/dist/utils/env-loader.utils.js.map +0 -1
- package/dist/utils/files.d.ts +0 -65
- package/dist/utils/files.d.ts.map +0 -1
- package/dist/utils/files.js +0 -193
- package/dist/utils/files.js.map +0 -1
- package/dist/utils/hints.d.ts +0 -81
- package/dist/utils/hints.d.ts.map +0 -1
- package/dist/utils/hints.js +0 -81
- package/dist/utils/hints.js.map +0 -1
- package/dist/utils/init-agent.d.ts +0 -86
- package/dist/utils/init-agent.d.ts.map +0 -1
- package/dist/utils/init-agent.js +0 -201
- package/dist/utils/init-agent.js.map +0 -1
- package/dist/utils/init-helpers.d.ts +0 -37
- package/dist/utils/init-helpers.d.ts.map +0 -1
- package/dist/utils/init-helpers.js +0 -78
- package/dist/utils/init-helpers.js.map +0 -1
- package/dist/utils/init-prompts.d.ts +0 -74
- package/dist/utils/init-prompts.d.ts.map +0 -1
- package/dist/utils/init-prompts.js +0 -256
- package/dist/utils/init-prompts.js.map +0 -1
- package/dist/utils/prompt-handler.d.ts +0 -17
- package/dist/utils/prompt-handler.d.ts.map +0 -1
- package/dist/utils/prompt-handler.js +0 -49
- package/dist/utils/prompt-handler.js.map +0 -1
- package/dist/utils/sandbox-storage.d.ts +0 -83
- package/dist/utils/sandbox-storage.d.ts.map +0 -1
- package/dist/utils/sandbox-storage.js +0 -211
- package/dist/utils/sandbox-storage.js.map +0 -1
- package/dist/utils/sandbox.d.ts +0 -76
- package/dist/utils/sandbox.d.ts.map +0 -1
- package/dist/utils/sandbox.js +0 -664
- package/dist/utils/sandbox.js.map +0 -1
- package/dist/utils/semver.d.ts +0 -40
- package/dist/utils/semver.d.ts.map +0 -1
- package/dist/utils/semver.js +0 -99
- package/dist/utils/semver.js.map +0 -1
- package/dist/utils/suggest.d.ts +0 -3
- package/dist/utils/suggest.d.ts.map +0 -1
- package/dist/utils/suggest.js +0 -32
- package/dist/utils/suggest.js.map +0 -1
- package/dist/utils/sync-display.d.ts +0 -28
- package/dist/utils/sync-display.d.ts.map +0 -1
- package/dist/utils/sync-display.js +0 -168
- package/dist/utils/sync-display.js.map +0 -1
- package/dist/utils/sync-fetch.d.ts +0 -108
- package/dist/utils/sync-fetch.d.ts.map +0 -1
- package/dist/utils/sync-fetch.js +0 -294
- package/dist/utils/sync-fetch.js.map +0 -1
- package/dist/utils/sync-helpers.d.ts +0 -7
- package/dist/utils/sync-helpers.d.ts.map +0 -1
- package/dist/utils/sync-helpers.js +0 -7
- package/dist/utils/sync-helpers.js.map +0 -1
- package/dist/utils/version-check.d.ts +0 -37
- package/dist/utils/version-check.d.ts.map +0 -1
- package/dist/utils/version-check.js +0 -117
- package/dist/utils/version-check.js.map +0 -1
- package/dist/utils/write-info.d.ts +0 -9
- package/dist/utils/write-info.d.ts.map +0 -1
- package/dist/utils/write-info.js +0 -11
- package/dist/utils/write-info.js.map +0 -1
- package/node_modules/@lua/shared-source-sync/dist/index.d.mts +0 -424
- package/node_modules/@lua/shared-source-sync/dist/index.d.ts +0 -424
- package/node_modules/@lua/shared-source-sync/dist/index.js +0 -536
- package/node_modules/@lua/shared-source-sync/dist/index.mjs +0 -491
- package/node_modules/@lua/shared-source-sync/package.json +0 -26
- package/node_modules/@lua/shared-source-sync/src/archive.ts +0 -98
- package/node_modules/@lua/shared-source-sync/src/filter.ts +0 -72
- package/node_modules/@lua/shared-source-sync/src/hash.ts +0 -40
- package/node_modules/@lua/shared-source-sync/src/http.ts +0 -132
- package/node_modules/@lua/shared-source-sync/src/index.ts +0 -56
- package/node_modules/@lua/shared-source-sync/src/pull.ts +0 -50
- package/node_modules/@lua/shared-source-sync/src/push.ts +0 -94
- package/node_modules/@lua/shared-source-sync/src/restore.ts +0 -83
- package/node_modules/@lua/shared-source-sync/src/skill-source.ts +0 -55
- package/node_modules/@lua/shared-source-sync/src/transfer.ts +0 -92
- package/node_modules/@lua/shared-source-sync/src/types.ts +0 -88
- package/node_modules/@lua/shared-source-sync/src/walk.ts +0 -91
- package/node_modules/@lua/shared-source-sync/tests/archive.test.ts +0 -108
- package/node_modules/@lua/shared-source-sync/tests/hash.test.ts +0 -40
- package/node_modules/@lua/shared-source-sync/tests/http.test.ts +0 -77
- package/node_modules/@lua/shared-source-sync/tests/push.test.ts +0 -162
- package/node_modules/@lua/shared-source-sync/tests/walk.test.ts +0 -84
- package/node_modules/@lua/shared-source-sync/tsconfig.json +0 -12
- package/node_modules/@lua/shared-source-sync/tsup.config.ts +0 -9
- package/node_modules/@lua/shared-source-sync/vitest.config.ts +0 -8
- package/node_modules/@lua/shared-types/dist/index.d.mts +0 -619
- package/node_modules/@lua/shared-types/dist/index.d.ts +0 -619
- package/node_modules/@lua/shared-types/dist/index.js +0 -435
- package/node_modules/@lua/shared-types/dist/index.mjs +0 -394
- package/node_modules/@lua/shared-types/package.json +0 -26
- package/node_modules/@lua/shared-types/src/agent-config.types.ts +0 -45
- package/node_modules/@lua/shared-types/src/agent-invocation.types.ts +0 -73
- package/node_modules/@lua/shared-types/src/ai-generate.types.ts +0 -74
- package/node_modules/@lua/shared-types/src/ai-generate.utils.ts +0 -16
- package/node_modules/@lua/shared-types/src/channel.type.ts +0 -23
- package/node_modules/@lua/shared-types/src/chat-history.types.ts +0 -112
- package/node_modules/@lua/shared-types/src/chat-stream.types.ts +0 -18
- package/node_modules/@lua/shared-types/src/client-tools.types.ts +0 -47
- package/node_modules/@lua/shared-types/src/device.types.ts +0 -190
- package/node_modules/@lua/shared-types/src/index.ts +0 -15
- package/node_modules/@lua/shared-types/src/model-registry.ts +0 -26
- package/node_modules/@lua/shared-types/src/persona-defaults.ts +0 -59
- package/node_modules/@lua/shared-types/src/persona-text.type.ts +0 -92
- package/node_modules/@lua/shared-types/src/sandbox-contract.ts +0 -63
- package/node_modules/@lua/shared-types/src/unstructured-types.ts +0 -58
- package/node_modules/@lua/shared-types/src/vm-execution-log.types.ts +0 -41
- package/node_modules/@lua/shared-types/tsconfig.json +0 -12
- package/node_modules/@lua/shared-types/tsup.config.ts +0 -9
- package/scripts/resolve-workspace-deps.cjs +0 -61
- /package/dist/{compiler/utils/zod-runtime.mjs → zod-runtime.mjs} +0 -0
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Wire-format types for `GET /chat/history/:agentId` and the VM-sandbox
|
|
3
|
-
* `User.getChatHistory()` API. Both paths return the same shape.
|
|
4
|
-
*
|
|
5
|
-
* Shared between lua-core (HTTP controller + VM devtools) and lua-cli
|
|
6
|
-
* (HTTP client typing for `lua test`). Also shared with lua-api's
|
|
7
|
-
* `thread.service.ts` (admin org-thread listing) so the parser never
|
|
8
|
-
* diverges across services.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* One content part of a chat-history message.
|
|
13
|
-
*
|
|
14
|
-
* `text` parts carry plain text. Media parts (`image` / `video` / `audio`
|
|
15
|
-
* / `file`) carry a URL or base64 payload in `data` (or `image` / `video`
|
|
16
|
-
* for legacy reasons) plus a `mediaType` MIME string.
|
|
17
|
-
*/
|
|
18
|
-
export interface ChatHistoryContent {
|
|
19
|
-
type: 'text' | 'image' | 'video' | 'audio' | 'file';
|
|
20
|
-
text?: string;
|
|
21
|
-
image?: string;
|
|
22
|
-
video?: string;
|
|
23
|
-
data?: string;
|
|
24
|
-
mediaType?: string;
|
|
25
|
-
latitude?: number;
|
|
26
|
-
longitude?: number;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* One message returned by chat-history endpoints.
|
|
31
|
-
*
|
|
32
|
-
* Only `user` and `assistant` roles surface — system / tool messages are
|
|
33
|
-
* filtered out before transport.
|
|
34
|
-
*/
|
|
35
|
-
export interface ChatHistoryMessage {
|
|
36
|
-
id: string;
|
|
37
|
-
role: 'user' | 'assistant';
|
|
38
|
-
/** ISO-8601 timestamp string. */
|
|
39
|
-
createdAt: string;
|
|
40
|
-
content: ChatHistoryContent[];
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
/**
|
|
44
|
-
* Strip `::: navigate …:::` blocks from a text string.
|
|
45
|
-
*
|
|
46
|
-
* Exposed because both lua-core's chat-history transform and any future
|
|
47
|
-
* external transform may need it independently.
|
|
48
|
-
*/
|
|
49
|
-
export function removeNavigateBlock(input: string): string {
|
|
50
|
-
return input.replace(/::: navigate[\s\S]*?:::/g, '').trim();
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
/**
|
|
54
|
-
* Transform raw Mastra `MastraMessageContentV2.parts[]` into the
|
|
55
|
-
* `ChatHistoryContent[]` wire shape.
|
|
56
|
-
*
|
|
57
|
-
* Single source of truth for the conversion: used by lua-core's
|
|
58
|
-
* `toChatHistoryMessage` (HTTP + VM sandbox paths) and lua-api's
|
|
59
|
-
* `thread.service.ts` admin org-thread listing. Any future divergence
|
|
60
|
-
* starts here.
|
|
61
|
-
*
|
|
62
|
-
* Parts are deliberately typed `unknown` because callers may either pass
|
|
63
|
-
* Mastra v5 `MastraMessagePart` instances (lua-core, via `@mastra/core`)
|
|
64
|
-
* or raw JSON parsed from a SQL row (lua-api, reading `mastra_messages`
|
|
65
|
-
* directly). The function only inspects `.type`, `.text`, `.data`, and
|
|
66
|
-
* `.mimeType` via property access, so both shapes work.
|
|
67
|
-
*/
|
|
68
|
-
export function transformChatHistoryContentParts(parts: unknown[] | undefined | null): ChatHistoryContent[] {
|
|
69
|
-
const content: ChatHistoryContent[] = [];
|
|
70
|
-
|
|
71
|
-
for (const rawPart of parts ?? []) {
|
|
72
|
-
const part = rawPart as { type?: string; text?: string; data?: string; mimeType?: string };
|
|
73
|
-
if (part?.type !== 'text' && part?.type !== 'file') continue;
|
|
74
|
-
|
|
75
|
-
if (part.type === 'text' && typeof part.text === 'string') {
|
|
76
|
-
const rawText = part.text || '';
|
|
77
|
-
|
|
78
|
-
// Filter out hidden text
|
|
79
|
-
if (rawText.includes('::: hide')) continue;
|
|
80
|
-
|
|
81
|
-
// Check for audio/video markdown patterns and surface as native
|
|
82
|
-
// audio/video parts (matches the ChatHistoryContent type contract).
|
|
83
|
-
const audioMatch = rawText.match(/::: audio\s*!\[(.*?)\]\((.*?)\)\s*:::/);
|
|
84
|
-
const videoMatch = rawText.match(/::: video\s*!\[(.*?)\]\((.*?)\)\s*:::/);
|
|
85
|
-
|
|
86
|
-
if (audioMatch) {
|
|
87
|
-
content.push({ type: 'audio', data: audioMatch[2], mediaType: audioMatch[1] });
|
|
88
|
-
} else if (videoMatch) {
|
|
89
|
-
content.push({ type: 'video', video: videoMatch[2], mediaType: videoMatch[1] });
|
|
90
|
-
} else {
|
|
91
|
-
// Cleanup text: de-escape \\\\\\n and strip navigate blocks
|
|
92
|
-
let text = rawText.replace(/\\\\\\n/g, '\n');
|
|
93
|
-
text = removeNavigateBlock(text);
|
|
94
|
-
content.push({ type: 'text', text });
|
|
95
|
-
}
|
|
96
|
-
} else if (part.type === 'file') {
|
|
97
|
-
const mediaType = part.mimeType || '';
|
|
98
|
-
|
|
99
|
-
if (mediaType.startsWith('image/')) {
|
|
100
|
-
content.push({ type: 'image', image: part.data, mediaType });
|
|
101
|
-
} else if (mediaType.startsWith('video/')) {
|
|
102
|
-
content.push({ type: 'video', video: part.data, mediaType });
|
|
103
|
-
} else if (mediaType.startsWith('audio/')) {
|
|
104
|
-
content.push({ type: 'audio', data: part.data, mediaType });
|
|
105
|
-
} else {
|
|
106
|
-
content.push({ type: 'file', data: part.data, mediaType });
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
return content;
|
|
112
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Wire-format contract for `type: 'error'` chunks emitted by lua-core's chat
|
|
3
|
-
* stream. Single source of truth — consumed by lua-whatsapp and any other
|
|
4
|
-
* service that reads the NDJSON chat stream.
|
|
5
|
-
*
|
|
6
|
-
* `code` carries the structural classification across the wire so the
|
|
7
|
-
* consumer (lua-whatsapp et al.) can replicate the same WARN-vs-ERROR
|
|
8
|
-
* policy lua-core applies at its emit site. Currently only set when the
|
|
9
|
-
* underlying error originated from customer-supplied VM-sandbox code
|
|
10
|
-
* (`USER_CODE_ERROR`). Optional — chunks predating LUA-340 omit it.
|
|
11
|
-
*/
|
|
12
|
-
export interface ChatErrorChunk {
|
|
13
|
-
type: 'error';
|
|
14
|
-
textDelta: string;
|
|
15
|
-
error: string;
|
|
16
|
-
code?: 'USER_CODE_ERROR';
|
|
17
|
-
timestamp: number;
|
|
18
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Client-Injected Tools
|
|
3
|
-
*
|
|
4
|
-
* Lets a chat client (Lua Desktop, custom front-ends, future surfaces) declare
|
|
5
|
-
* tools that the agent can call but the *client* renders/handles. Mirrors the
|
|
6
|
-
* pattern used by Claude Code, OpenAI Apps SDK, and Anthropic's MCP — the
|
|
7
|
-
* surface the user sees gets to add capabilities to the agent without changing
|
|
8
|
-
* the agent itself.
|
|
9
|
-
*
|
|
10
|
-
* Tool calls flow through Mastra's existing `tool-call` stream chunks; the
|
|
11
|
-
* server registers the tool with a no-op `execute` (returns `{ ok: true,
|
|
12
|
-
* clientHandled: true }`) so the model sees a clean ack and can continue. The
|
|
13
|
-
* actual rendering / side-effect happens on the client when it sees the
|
|
14
|
-
* tool-call chunk.
|
|
15
|
-
*
|
|
16
|
-
* Tool names are namespaced server-side as `client__<name>` to avoid collisions
|
|
17
|
-
* with built-in tools (skills, MCP, devices, voice). Same pattern as device
|
|
18
|
-
* tools (`device__<name>__<command>`).
|
|
19
|
-
*/
|
|
20
|
-
export interface ClientToolDef {
|
|
21
|
-
/** Unprefixed tool name as the client refers to it (e.g. "create_artifact"). Server prefixes with `client__`. */
|
|
22
|
-
name: string;
|
|
23
|
-
|
|
24
|
-
/** Human/LLM-readable description of when to call this tool. */
|
|
25
|
-
description: string;
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* JSON Schema for the tool's input. Hydrated server-side into a Zod schema
|
|
29
|
-
* via the shared `jsonSchemaToZod` util. Same subset supported as device
|
|
30
|
-
* tools — object with string/number/boolean/array properties, `required`,
|
|
31
|
-
* `default`, `description`, `enum`.
|
|
32
|
-
*/
|
|
33
|
-
parameters: Record<string, unknown>;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* Server-side prefix for client tool names. Keeps client tools from
|
|
38
|
-
* shadowing skills, MCP tools, devices (`device__`), or voice tools.
|
|
39
|
-
*/
|
|
40
|
-
export const CLIENT_TOOL_PREFIX = 'client__';
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* Maximum number of client tools accepted per request. Keeps the model's
|
|
44
|
-
* tool list bounded — at this many tools the model starts losing precision
|
|
45
|
-
* picking the right one anyway.
|
|
46
|
-
*/
|
|
47
|
-
export const CLIENT_TOOLS_MAX = 20;
|
|
@@ -1,190 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Device Gateway Types
|
|
3
|
-
*
|
|
4
|
-
* Types for bidirectional communication between AI agents and external devices.
|
|
5
|
-
* Used across lua-api (gateway), lua-core (runtime), and lua-cli (compilation).
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
// =============================================================================
|
|
9
|
-
// COMMAND (Agent → Device)
|
|
10
|
-
// =============================================================================
|
|
11
|
-
|
|
12
|
-
/** Command message sent from the server to a device */
|
|
13
|
-
export interface DeviceCommandMessage {
|
|
14
|
-
/** Unique identifier for this command (UUID). Used for idempotency. */
|
|
15
|
-
commandId: string;
|
|
16
|
-
/** Command name (must match a command defined in defineDevice) */
|
|
17
|
-
command: string;
|
|
18
|
-
/** Command payload (validated against inputSchema if defined) */
|
|
19
|
-
payload: any;
|
|
20
|
-
/** Timeout in milliseconds (defaults to 30000) */
|
|
21
|
-
timeout?: number;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
/** Response message sent from a device back to the server */
|
|
25
|
-
export interface DeviceResponseMessage {
|
|
26
|
-
/** Must match the commandId of the original command */
|
|
27
|
-
commandId: string;
|
|
28
|
-
/** Whether the command executed successfully on the device */
|
|
29
|
-
success: boolean;
|
|
30
|
-
/** Response data (present when success=true) */
|
|
31
|
-
data?: any;
|
|
32
|
-
/** Error message (present when success=false) */
|
|
33
|
-
error?: string;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
// =============================================================================
|
|
37
|
-
// TRIGGER (Device → Agent)
|
|
38
|
-
// =============================================================================
|
|
39
|
-
|
|
40
|
-
/** Trigger message sent from a device to the server */
|
|
41
|
-
export interface DeviceTriggerMessage {
|
|
42
|
-
/** Trigger name (must match a trigger defined in defineDevice) */
|
|
43
|
-
triggerName: string;
|
|
44
|
-
/** Trigger payload (validated against payloadSchema if defined) */
|
|
45
|
-
payload: any;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
/** Acknowledgment sent from the server back to the device after receiving a trigger */
|
|
49
|
-
export interface DeviceTriggerAckMessage {
|
|
50
|
-
/** Server-generated unique identifier for this trigger event */
|
|
51
|
-
triggerId: string;
|
|
52
|
-
/** Whether the trigger was received and queued for processing */
|
|
53
|
-
received: boolean;
|
|
54
|
-
/** Error details if the trigger was rejected */
|
|
55
|
-
error?: string;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
// =============================================================================
|
|
59
|
-
// STATE
|
|
60
|
-
// =============================================================================
|
|
61
|
-
|
|
62
|
-
/** Device connection status */
|
|
63
|
-
export type DeviceStatus = 'online' | 'offline' | 'registered' | 'disabled';
|
|
64
|
-
|
|
65
|
-
/** State of a command in the Valkey state machine */
|
|
66
|
-
export type CommandState =
|
|
67
|
-
| 'PENDING' // Command written to stream, not yet consumed
|
|
68
|
-
| 'SENT' // Consumed by target pod, emitted to socket
|
|
69
|
-
| 'ACK' // Device acknowledged receipt via Socket.IO ack
|
|
70
|
-
| 'COMPLETED' // Device responded successfully
|
|
71
|
-
| 'FAILED' // Device responded with error, or validation failed
|
|
72
|
-
| 'TIMED_OUT'; // No response within timeout period
|
|
73
|
-
|
|
74
|
-
// =============================================================================
|
|
75
|
-
// DEVICE INFO
|
|
76
|
-
// =============================================================================
|
|
77
|
-
|
|
78
|
-
/** Device information returned by API endpoints */
|
|
79
|
-
export interface DeviceInfo {
|
|
80
|
-
/** Unique device name within the agent */
|
|
81
|
-
name: string;
|
|
82
|
-
/** Agent this device belongs to */
|
|
83
|
-
agentId: string;
|
|
84
|
-
/** Current connection status */
|
|
85
|
-
status: DeviceStatus;
|
|
86
|
-
/** Device group (optional, for fan-out commands) */
|
|
87
|
-
group?: string;
|
|
88
|
-
/** Device capabilities */
|
|
89
|
-
capabilities: string[];
|
|
90
|
-
/** Free-form device metadata */
|
|
91
|
-
metadata: Record<string, any>;
|
|
92
|
-
/** Last time the device was seen (heartbeat or connect) */
|
|
93
|
-
lastSeenAt: Date | null;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
// =============================================================================
|
|
97
|
-
// VALKEY STREAM ENTRIES
|
|
98
|
-
// =============================================================================
|
|
99
|
-
|
|
100
|
-
/** Entry written to the device command stream */
|
|
101
|
-
export interface CommandStreamEntry {
|
|
102
|
-
commandId: string;
|
|
103
|
-
command: string;
|
|
104
|
-
payload: string; // JSON-serialized
|
|
105
|
-
originPodId: string;
|
|
106
|
-
agentId: string;
|
|
107
|
-
deviceName: string;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
/** Entry written to the device response stream */
|
|
111
|
-
export interface ResponseStreamEntry {
|
|
112
|
-
commandId: string;
|
|
113
|
-
success: string; // 'true' or 'false' (Redis streams store strings)
|
|
114
|
-
data?: string; // JSON-serialized
|
|
115
|
-
error?: string;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
/** Entry written to the device trigger stream */
|
|
119
|
-
export interface TriggerStreamEntry {
|
|
120
|
-
triggerId: string;
|
|
121
|
-
agentId: string;
|
|
122
|
-
deviceName: string;
|
|
123
|
-
deviceId: string;
|
|
124
|
-
triggerName: string;
|
|
125
|
-
payload: string; // JSON-serialized
|
|
126
|
-
timestamp: string;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
// =============================================================================
|
|
130
|
-
// VALKEY COMMAND HASH
|
|
131
|
-
// =============================================================================
|
|
132
|
-
|
|
133
|
-
/** Data stored in the Valkey hash for a command's state */
|
|
134
|
-
export interface CommandHashData {
|
|
135
|
-
status: CommandState;
|
|
136
|
-
agentId: string;
|
|
137
|
-
deviceName: string;
|
|
138
|
-
originPodId: string;
|
|
139
|
-
timestamp: number;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
// =============================================================================
|
|
143
|
-
// DEVICE DEFINITION (stored in lua-agents, cached in Redis)
|
|
144
|
-
// =============================================================================
|
|
145
|
-
|
|
146
|
-
/** Device definition as stored in Redis cache */
|
|
147
|
-
export interface CachedDeviceDefinition {
|
|
148
|
-
name: string;
|
|
149
|
-
description?: string;
|
|
150
|
-
group?: string;
|
|
151
|
-
commands: CachedDeviceCommand[];
|
|
152
|
-
triggers: CachedDeviceTrigger[];
|
|
153
|
-
/** Compressed (gzip + base64) compiled artifact containing trigger handlers */
|
|
154
|
-
artifact: string;
|
|
155
|
-
/** Environment variables for the device */
|
|
156
|
-
env: Record<string, string>;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
export interface CachedDeviceCommand {
|
|
160
|
-
name: string;
|
|
161
|
-
description: string;
|
|
162
|
-
inputSchema?: Record<string, any>; // JSON Schema
|
|
163
|
-
retry?: { maxAttempts: number; backoffMs: number };
|
|
164
|
-
timeoutMs?: number;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
export interface CachedDeviceTrigger {
|
|
168
|
-
name: string;
|
|
169
|
-
description: string;
|
|
170
|
-
payloadSchema?: Record<string, any>; // JSON Schema
|
|
171
|
-
hasExecute: boolean;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
/** Command definition sent by a device at connect time (self-describing) */
|
|
175
|
-
export interface DeviceCommandDefinition {
|
|
176
|
-
name: string;
|
|
177
|
-
description: string;
|
|
178
|
-
inputSchema?: Record<string, any>;
|
|
179
|
-
timeoutMs?: number;
|
|
180
|
-
retry?: { maxAttempts: number; backoffMs: number };
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
/** Standalone device trigger definition (compiled agent-side primitive) */
|
|
184
|
-
export interface CachedDeviceTriggerDefinition {
|
|
185
|
-
name: string;
|
|
186
|
-
description: string;
|
|
187
|
-
payloadSchema?: Record<string, any>;
|
|
188
|
-
artifact: string; // Compressed execute handler
|
|
189
|
-
env: Record<string, string>;
|
|
190
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export * from './channel.type';
|
|
2
|
-
export * from './persona-text.type';
|
|
3
|
-
export * from './unstructured-types';
|
|
4
|
-
export * from './ai-generate.types';
|
|
5
|
-
export * from './ai-generate.utils';
|
|
6
|
-
export * from './agent-invocation.types';
|
|
7
|
-
export * from './chat-history.types';
|
|
8
|
-
export * from './sandbox-contract';
|
|
9
|
-
export * from './device.types';
|
|
10
|
-
export * from './client-tools.types';
|
|
11
|
-
export * from './model-registry';
|
|
12
|
-
export * from './agent-config.types';
|
|
13
|
-
export * from './persona-defaults';
|
|
14
|
-
export * from './vm-execution-log.types';
|
|
15
|
-
export * from './chat-stream.types';
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Shared type definitions for the model registry.
|
|
3
|
-
*
|
|
4
|
-
* Runtime data (provider configs, context windows, approved model list) lives
|
|
5
|
-
* exclusively in the MongoDB `approvedModels` collection. lua-core loads it at
|
|
6
|
-
* startup via initModelRegistry() in mastra/common/model-registry.ts.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export interface ApprovedModelDef {
|
|
10
|
-
provider: string;
|
|
11
|
-
/** Full user-facing model string, e.g. "zhipuai/glm-5". */
|
|
12
|
-
code: string;
|
|
13
|
-
/** Model ID portion for display, e.g. "glm-5". */
|
|
14
|
-
model: string;
|
|
15
|
-
description: string;
|
|
16
|
-
/** Advertised input token context window (raw, from provider docs). */
|
|
17
|
-
contextWindow?: number;
|
|
18
|
-
/** If set, route requests through a gateway instead of calling the provider directly. */
|
|
19
|
-
gateway?: { via: string; modelPrefix: string };
|
|
20
|
-
/**
|
|
21
|
-
* For Vertex models, pins this model to a specific region instead of the
|
|
22
|
-
* round-robin pool from GOOGLE_VERTEX_LOCATION. Use `"global"` for Gemini 3.x
|
|
23
|
-
* (global-only). Falls back to round-robin when unset.
|
|
24
|
-
*/
|
|
25
|
-
vertexLocation?: string;
|
|
26
|
-
}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
const AGENT_NAME_TOKEN = '[Your Agent Name]';
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Structured persona guide template for newly created agents.
|
|
5
|
-
* Each section teaches the developer what to write, with a brief example.
|
|
6
|
-
*/
|
|
7
|
-
const DEFAULT_PERSONA_GUIDE = `# ${AGENT_NAME_TOKEN} - Persona
|
|
8
|
-
|
|
9
|
-
This is a starting template to help you think about your agent's persona.
|
|
10
|
-
Use it as-is, rearrange it, or replace it entirely with your own format — whatever works best for your use case.
|
|
11
|
-
The sections below are suggestions, not requirements.
|
|
12
|
-
|
|
13
|
-
## Identity & Role
|
|
14
|
-
Who is your agent? What's their name and core purpose?
|
|
15
|
-
- Give it a name and a clear one-line role
|
|
16
|
-
- e.g. a customer support rep, a shopping assistant, an internal ops copilot, a scheduling bot
|
|
17
|
-
|
|
18
|
-
## Business Context
|
|
19
|
-
What company, product, or service does the agent represent? What does the business do?
|
|
20
|
-
- Describe the business in a sentence or two so the agent understands the world it operates in
|
|
21
|
-
- Include industry, value proposition, and anything the agent should "know" about the brand
|
|
22
|
-
|
|
23
|
-
## Tone & Communication Style
|
|
24
|
-
How should the agent sound?
|
|
25
|
-
- Formal or casual? Concise or detailed? Empathetic or matter-of-fact?
|
|
26
|
-
- Should it match a specific brand voice or adapt to the user's tone?
|
|
27
|
-
- Any language or cultural considerations (e.g. greetings, local expressions)?
|
|
28
|
-
|
|
29
|
-
## Target Audience
|
|
30
|
-
Who will the agent be talking to?
|
|
31
|
-
- Describe the typical user: consumers, business customers, internal team members, etc.
|
|
32
|
-
- What do they usually need help with? What matters most to them?
|
|
33
|
-
|
|
34
|
-
## Capabilities
|
|
35
|
-
What can the agent help with? List the main things it should handle.
|
|
36
|
-
- e.g. answering product questions, placing orders, looking up account info, scheduling meetings
|
|
37
|
-
- Be specific — this shapes which skills and tools the agent will use
|
|
38
|
-
|
|
39
|
-
## Boundaries
|
|
40
|
-
What should the agent NOT do? When should it escalate to a human?
|
|
41
|
-
- e.g. cannot process refunds, should not give medical/legal advice
|
|
42
|
-
- Define when to hand off: frustrated user, request outside scope, sensitive data
|
|
43
|
-
|
|
44
|
-
## Guidelines
|
|
45
|
-
Any rules for how the agent behaves?
|
|
46
|
-
- Response length limits (e.g. keep messages under 300 words)
|
|
47
|
-
- Formatting preferences (e.g. use bullet points, avoid jargon)
|
|
48
|
-
- Things to always or never do (e.g. always confirm before changes, never share internal IDs)
|
|
49
|
-
|
|
50
|
-
---
|
|
51
|
-
Feel free to add, remove, or rename sections. Your persona can be a single paragraph or a detailed playbook — whatever gives your agent the context it needs.
|
|
52
|
-
`;
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* Build a default persona guide with the agent name filled in.
|
|
56
|
-
*/
|
|
57
|
-
export function buildDefaultPersona(agentName: string): string {
|
|
58
|
-
return DEFAULT_PERSONA_GUIDE.replace(AGENT_NAME_TOKEN, () => agentName || 'My Agent');
|
|
59
|
-
}
|
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Polymorphic shape used by `LuaAgent.persona`. String form is the legacy
|
|
3
|
-
* single-channel persona; object form lets the customer split prose per
|
|
4
|
-
* channel (`base` always rendered; `voice` appended on voice; `text`
|
|
5
|
-
* appended on text channels).
|
|
6
|
-
*/
|
|
7
|
-
export type PersonaText = string | { base?: string; voice?: string; text?: string };
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* Same shape as `PersonaText`, exported separately because skill `context`
|
|
11
|
-
* and agent `persona` play different semantic roles. Sharing the structural
|
|
12
|
-
* shape today keeps the runtime lean; future divergence is a one-line change.
|
|
13
|
-
*/
|
|
14
|
-
export type SkillContextText = string | { base?: string; voice?: string; text?: string };
|
|
15
|
-
|
|
16
|
-
export function isPersonaTextObject(value: unknown): value is { base?: string; voice?: string; text?: string } {
|
|
17
|
-
if (value === null || typeof value !== 'object' || Array.isArray(value)) return false;
|
|
18
|
-
const obj = value as Record<string, unknown>;
|
|
19
|
-
for (const k of Object.keys(obj)) {
|
|
20
|
-
if (k !== 'base' && k !== 'voice' && k !== 'text') return false;
|
|
21
|
-
if (obj[k] !== undefined && typeof obj[k] !== 'string') return false;
|
|
22
|
-
}
|
|
23
|
-
return true;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* Flatten `PersonaText` or `SkillContextText` to a plain string suitable for
|
|
28
|
-
* LLM prompt injection. `base` is always emitted; `voice` is appended on
|
|
29
|
-
* voice channels and `text` on text channels. Strict — missing channel keys
|
|
30
|
-
* render nothing (no cross-channel fallback).
|
|
31
|
-
*/
|
|
32
|
-
export function flattenPersonaText(input: PersonaText | SkillContextText | null | undefined, isVoice = false): string {
|
|
33
|
-
if (input == null) return '';
|
|
34
|
-
if (typeof input === 'string') return input;
|
|
35
|
-
const parts: string[] = [];
|
|
36
|
-
if (input.base) parts.push(input.base);
|
|
37
|
-
const channelText = isVoice ? input.voice : input.text;
|
|
38
|
-
if (channelText) parts.push(channelText);
|
|
39
|
-
return parts.join('\n\n');
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* Channel-agnostic flatten — concatenates every non-empty channel's content
|
|
44
|
-
* (base + voice + text) for paths that aren't a render-time prompt injection,
|
|
45
|
-
* e.g. AI persona enhancement (storytelling, instructions, website-derived).
|
|
46
|
-
* Use this whenever the call has no channel context but still wants the full
|
|
47
|
-
* persona content — `flattenPersonaText` would silently drop voice or text
|
|
48
|
-
* branches because it defaults to text-channel rendering.
|
|
49
|
-
*/
|
|
50
|
-
export function flattenPersonaTextAll(input: PersonaText | SkillContextText | null | undefined): string {
|
|
51
|
-
if (input == null) return '';
|
|
52
|
-
if (typeof input === 'string') return input;
|
|
53
|
-
const parts: string[] = [];
|
|
54
|
-
if (input.base) parts.push(input.base);
|
|
55
|
-
if (input.voice) parts.push(input.voice);
|
|
56
|
-
if (input.text) parts.push(input.text);
|
|
57
|
-
return parts.join('\n\n');
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* True when the persona has ANY non-empty content on any channel. Used at
|
|
62
|
-
* push/skip boundaries where channel context is not yet known.
|
|
63
|
-
*/
|
|
64
|
-
export function hasPersonaTextContent(input: PersonaText | SkillContextText | null | undefined): boolean {
|
|
65
|
-
if (input == null) return false;
|
|
66
|
-
if (typeof input === 'string') return input.trim().length > 0;
|
|
67
|
-
return Boolean(input.base?.trim() || input.voice?.trim() || input.text?.trim());
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
/**
|
|
71
|
-
* Convert a PersonaText into a TypeScript source-code literal suitable
|
|
72
|
-
* for ts-morph setInitializer or template rendering.
|
|
73
|
-
*
|
|
74
|
-
* - String form → `"..."` (double-quoted) or template literal (when newlines present)
|
|
75
|
-
* - Object form → `{ base: ..., voice: ..., text: ... }` with same per-key rule
|
|
76
|
-
*/
|
|
77
|
-
export function personaToLiteral(persona: PersonaText): string {
|
|
78
|
-
const formatValue = (v: string): string => {
|
|
79
|
-
if (v.includes('\n')) {
|
|
80
|
-
return '`' + v.replace(/\\/g, '\\\\').replace(/`/g, '\\`').replace(/\$/g, '\\$') + '`';
|
|
81
|
-
}
|
|
82
|
-
return '"' + v.replace(/\\/g, '\\\\').replace(/"/g, '\\"') + '"';
|
|
83
|
-
};
|
|
84
|
-
|
|
85
|
-
if (typeof persona === 'string') return formatValue(persona);
|
|
86
|
-
|
|
87
|
-
const parts: string[] = [];
|
|
88
|
-
if (persona.base !== undefined) parts.push(`base: ${formatValue(persona.base)}`);
|
|
89
|
-
if (persona.voice !== undefined) parts.push(`voice: ${formatValue(persona.voice)}`);
|
|
90
|
-
if (persona.text !== undefined) parts.push(`text: ${formatValue(persona.text)}`);
|
|
91
|
-
return `{ ${parts.join(', ')} }`;
|
|
92
|
-
}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Sandbox contract: defines what every sandbox MUST expose.
|
|
3
|
-
* Both lua-cli and lua-core test against this contract.
|
|
4
|
-
* Update this file when adding new globals or primitives.
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
// Required primitive shim names (both class-based and function-based)
|
|
8
|
-
export const REQUIRED_PRIMITIVE_SHIMS = [
|
|
9
|
-
// Class-based
|
|
10
|
-
'LuaTool',
|
|
11
|
-
'LuaSkill',
|
|
12
|
-
'LuaJob',
|
|
13
|
-
'LuaWebhook',
|
|
14
|
-
'PreProcessor',
|
|
15
|
-
'LuaPreprocessor',
|
|
16
|
-
'PostProcessor',
|
|
17
|
-
'LuaPostprocessor',
|
|
18
|
-
'LuaMCPServer',
|
|
19
|
-
// Function-based
|
|
20
|
-
'defineTool',
|
|
21
|
-
'defineSkill',
|
|
22
|
-
'defineJob',
|
|
23
|
-
'defineWebhook',
|
|
24
|
-
'definePreProcessor',
|
|
25
|
-
'definePostProcessor',
|
|
26
|
-
'defineMCPServer',
|
|
27
|
-
] as const;
|
|
28
|
-
|
|
29
|
-
// Required platform API globals with their expected methods
|
|
30
|
-
export const REQUIRED_PLATFORM_APIS = {
|
|
31
|
-
User: ['get', 'getChatHistory'],
|
|
32
|
-
Products: ['get', 'create', 'delete', 'search', 'getById'],
|
|
33
|
-
Baskets: [
|
|
34
|
-
'create',
|
|
35
|
-
'get',
|
|
36
|
-
'addItem',
|
|
37
|
-
'removeItem',
|
|
38
|
-
'clear',
|
|
39
|
-
'updateStatus',
|
|
40
|
-
'updateMetadata',
|
|
41
|
-
'placeOrder',
|
|
42
|
-
'getById',
|
|
43
|
-
],
|
|
44
|
-
Orders: ['create', 'updateStatus', 'updateData', 'get', 'getById'],
|
|
45
|
-
Data: ['create', 'get', 'getEntry', 'update', 'search', 'delete'],
|
|
46
|
-
Jobs: ['create', 'getJob', 'getAll'],
|
|
47
|
-
AI: ['generate'],
|
|
48
|
-
CDN: ['upload', 'get'],
|
|
49
|
-
} as const;
|
|
50
|
-
|
|
51
|
-
export const REQUIRED_NESTED_APIS = {
|
|
52
|
-
Templates: { whatsapp: ['list', 'get', 'send'] },
|
|
53
|
-
Lua: { request: ['channel'] },
|
|
54
|
-
} as const;
|
|
55
|
-
|
|
56
|
-
// Required enums with expected keys
|
|
57
|
-
export const REQUIRED_ENUMS = {
|
|
58
|
-
BasketStatus: ['ACTIVE', 'CHECKED_OUT', 'ABANDONED', 'EXPIRED'],
|
|
59
|
-
OrderStatus: ['PENDING', 'CONFIRMED', 'FULFILLED', 'CANCELLED'],
|
|
60
|
-
} as const;
|
|
61
|
-
|
|
62
|
-
// Required utility functions
|
|
63
|
-
export const REQUIRED_UTILITIES = ['env'] as const;
|