@agent-native/dispatch 0.10.1 → 0.10.3
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 +5 -5
- package/dist/actions/apply-dream-proposal.d.ts +27 -1
- package/dist/actions/apply-dream-proposal.d.ts.map +1 -1
- package/dist/actions/approve-dispatch-change.d.ts +20 -1
- package/dist/actions/approve-dispatch-change.d.ts.map +1 -1
- package/dist/actions/approve-vault-request.d.ts +18 -1
- package/dist/actions/approve-vault-request.d.ts.map +1 -1
- package/dist/actions/archive-workspace-app.d.ts +5 -1
- package/dist/actions/archive-workspace-app.d.ts.map +1 -1
- package/dist/actions/ask_app.d.ts +8 -1
- package/dist/actions/ask_app.d.ts.map +1 -1
- package/dist/actions/create-dream-report.d.ts +57 -1
- package/dist/actions/create-dream-report.d.ts.map +1 -1
- package/dist/actions/create-link-token.d.ts +8 -1
- package/dist/actions/create-link-token.d.ts.map +1 -1
- package/dist/actions/create-pylon-ticket.d.ts +15 -1
- package/dist/actions/create-pylon-ticket.d.ts.map +1 -1
- package/dist/actions/create-vault-grant.d.ts +15 -1
- package/dist/actions/create-vault-grant.d.ts.map +1 -1
- package/dist/actions/create-vault-secret.d.ts +19 -1
- package/dist/actions/create-vault-secret.d.ts.map +1 -1
- package/dist/actions/create-workspace-resource-grant.d.ts +14 -1
- package/dist/actions/create-workspace-resource-grant.d.ts.map +1 -1
- package/dist/actions/create-workspace-resource.d.ts +38 -1
- package/dist/actions/create-workspace-resource.d.ts.map +1 -1
- package/dist/actions/create_embed_session.d.ts +11 -1
- package/dist/actions/create_embed_session.d.ts.map +1 -1
- package/dist/actions/delete-destination.d.ts +32 -1
- package/dist/actions/delete-destination.d.ts.map +1 -1
- package/dist/actions/delete-vault-secret.d.ts +15 -1
- package/dist/actions/delete-vault-secret.d.ts.map +1 -1
- package/dist/actions/delete-workspace-resource.d.ts +33 -1
- package/dist/actions/delete-workspace-resource.d.ts.map +1 -1
- package/dist/actions/deny-vault-request.d.ts +17 -1
- package/dist/actions/deny-vault-request.d.ts.map +1 -1
- package/dist/actions/ensure-dream-job.d.ts +31 -1
- package/dist/actions/ensure-dream-job.d.ts.map +1 -1
- package/dist/actions/get-agent-thread-debug.d.ts +53 -1
- package/dist/actions/get-agent-thread-debug.d.ts.map +1 -1
- package/dist/actions/get-app-creation-settings.d.ts +1 -1
- package/dist/actions/get-dispatch-settings.d.ts +1 -1
- package/dist/actions/get-dream-settings.d.ts +1 -1
- package/dist/actions/get-dream.d.ts +46 -1
- package/dist/actions/get-dream.d.ts.map +1 -1
- package/dist/actions/get-vault-access-settings.d.ts +1 -1
- package/dist/actions/get-workspace-info.d.ts +1 -1
- package/dist/actions/get-workspace-resource-effective-context.d.ts +6 -1
- package/dist/actions/get-workspace-resource-effective-context.d.ts.map +1 -1
- package/dist/actions/grant-vault-secrets-to-app.d.ts +25 -1
- package/dist/actions/grant-vault-secrets-to-app.d.ts.map +1 -1
- package/dist/actions/grant-workspace-resources-to-app.d.ts +15 -1
- package/dist/actions/grant-workspace-resources-to-app.d.ts.map +1 -1
- package/dist/actions/list-agent-thread-sources.d.ts +7 -1
- package/dist/actions/list-agent-thread-sources.d.ts.map +1 -1
- package/dist/actions/list-available-workspace-templates.d.ts +1 -1
- package/dist/actions/list-connected-agents.d.ts +11 -1
- package/dist/actions/list-connected-agents.d.ts.map +1 -1
- package/dist/actions/list-destinations.d.ts +13 -1
- package/dist/actions/list-destinations.d.ts.map +1 -1
- package/dist/actions/list-dispatch-approvals.d.ts +18 -1
- package/dist/actions/list-dispatch-approvals.d.ts.map +1 -1
- package/dist/actions/list-dispatch-audit.d.ts +14 -1
- package/dist/actions/list-dispatch-audit.d.ts.map +1 -1
- package/dist/actions/list-dispatch-overview.d.ts +59 -1
- package/dist/actions/list-dispatch-overview.d.ts.map +1 -1
- package/dist/actions/list-dispatch-usage-metrics.d.ts +3 -1
- package/dist/actions/list-dispatch-usage-metrics.d.ts.map +1 -1
- package/dist/actions/list-dream-candidates.d.ts +22 -1
- package/dist/actions/list-dream-candidates.d.ts.map +1 -1
- package/dist/actions/list-dreams.d.ts +27 -1
- package/dist/actions/list-dreams.d.ts.map +1 -1
- package/dist/actions/list-integrations-catalog.d.ts +1 -1
- package/dist/actions/list-linked-identities.d.ts +27 -1
- package/dist/actions/list-linked-identities.d.ts.map +1 -1
- package/dist/actions/list-mcp-app-access.d.ts +12 -1
- package/dist/actions/list-mcp-app-access.d.ts.map +1 -1
- package/dist/actions/list-vault-audit.d.ts +14 -1
- package/dist/actions/list-vault-audit.d.ts.map +1 -1
- package/dist/actions/list-vault-grants.d.ts +15 -1
- package/dist/actions/list-vault-grants.d.ts.map +1 -1
- package/dist/actions/list-vault-requests.d.ts +16 -1
- package/dist/actions/list-vault-requests.d.ts.map +1 -1
- package/dist/actions/list-vault-secret-options.d.ts +7 -1
- package/dist/actions/list-vault-secret-options.d.ts.map +1 -1
- package/dist/actions/list-vault-secrets.d.ts +11 -1
- package/dist/actions/list-vault-secrets.d.ts.map +1 -1
- package/dist/actions/list-workspace-apps.d.ts +4 -1
- package/dist/actions/list-workspace-apps.d.ts.map +1 -1
- package/dist/actions/list-workspace-resource-grants.d.ts +14 -1
- package/dist/actions/list-workspace-resource-grants.d.ts.map +1 -1
- package/dist/actions/list-workspace-resource-options.d.ts +3 -1
- package/dist/actions/list-workspace-resource-options.d.ts.map +1 -1
- package/dist/actions/list-workspace-resources-for-app.d.ts +13 -1
- package/dist/actions/list-workspace-resources-for-app.d.ts.map +1 -1
- package/dist/actions/list-workspace-resources.d.ts +16 -1
- package/dist/actions/list-workspace-resources.d.ts.map +1 -1
- package/dist/actions/list_apps.d.ts +12 -1
- package/dist/actions/list_apps.d.ts.map +1 -1
- package/dist/actions/navigate.d.ts +4 -1
- package/dist/actions/navigate.d.ts.map +1 -1
- package/dist/actions/open_app.d.ts +18 -1
- package/dist/actions/open_app.d.ts.map +1 -1
- package/dist/actions/preview-dream-proposal.d.ts +41 -1
- package/dist/actions/preview-dream-proposal.d.ts.map +1 -1
- package/dist/actions/preview-workspace-resource-change.d.ts +6 -1
- package/dist/actions/preview-workspace-resource-change.d.ts.map +1 -1
- package/dist/actions/provider-api-catalog.d.ts +21 -1
- package/dist/actions/provider-api-catalog.d.ts.map +1 -1
- package/dist/actions/provider-api-docs.d.ts +5 -1
- package/dist/actions/provider-api-docs.d.ts.map +1 -1
- package/dist/actions/provider-api-register.d.ts +83 -1
- package/dist/actions/provider-api-register.d.ts.map +1 -1
- package/dist/actions/provider-api-request.d.ts +20 -1
- package/dist/actions/provider-api-request.d.ts.map +1 -1
- package/dist/actions/reject-dispatch-change.d.ts +21 -1
- package/dist/actions/reject-dispatch-change.d.ts.map +1 -1
- package/dist/actions/reject-dream-proposal.d.ts +25 -1
- package/dist/actions/reject-dream-proposal.d.ts.map +1 -1
- package/dist/actions/remove-pending-workspace-app.d.ts +5 -1
- package/dist/actions/remove-pending-workspace-app.d.ts.map +1 -1
- package/dist/actions/request-vault-secret.d.ts +18 -1
- package/dist/actions/request-vault-secret.d.ts.map +1 -1
- package/dist/actions/restore-starter-workspace-resources.d.ts +7 -1
- package/dist/actions/restore-starter-workspace-resources.d.ts.map +1 -1
- package/dist/actions/revoke-vault-grant.d.ts +14 -1
- package/dist/actions/revoke-vault-grant.d.ts.map +1 -1
- package/dist/actions/revoke-workspace-resource-grant.d.ts +13 -1
- package/dist/actions/revoke-workspace-resource-grant.d.ts.map +1 -1
- package/dist/actions/scaffold-workspace-app.d.ts +8 -1
- package/dist/actions/scaffold-workspace-app.d.ts.map +1 -1
- package/dist/actions/scaffold-workspace-app.js +17 -4
- package/dist/actions/scaffold-workspace-app.js.map +1 -1
- package/dist/actions/search-agent-threads.d.ts +30 -1
- package/dist/actions/search-agent-threads.d.ts.map +1 -1
- package/dist/actions/send-code-agent-remote-command.d.ts +32 -1
- package/dist/actions/send-code-agent-remote-command.d.ts.map +1 -1
- package/dist/actions/send-platform-message.d.ts +12 -1
- package/dist/actions/send-platform-message.d.ts.map +1 -1
- package/dist/actions/set-app-creation-settings.d.ts +3 -1
- package/dist/actions/set-app-creation-settings.d.ts.map +1 -1
- package/dist/actions/set-dispatch-approval-policy.d.ts +21 -1
- package/dist/actions/set-dispatch-approval-policy.d.ts.map +1 -1
- package/dist/actions/set-dream-settings.d.ts +15 -1
- package/dist/actions/set-dream-settings.d.ts.map +1 -1
- package/dist/actions/set-mcp-app-access.d.ts +15 -1
- package/dist/actions/set-mcp-app-access.d.ts.map +1 -1
- package/dist/actions/set-vault-access-settings.d.ts +3 -1
- package/dist/actions/set-vault-access-settings.d.ts.map +1 -1
- package/dist/actions/start-workspace-app-creation.d.ts +52 -1
- package/dist/actions/start-workspace-app-creation.d.ts.map +1 -1
- package/dist/actions/sync-vault-to-app.d.ts +30 -1
- package/dist/actions/sync-vault-to-app.d.ts.map +1 -1
- package/dist/actions/unarchive-workspace-app.d.ts +5 -1
- package/dist/actions/unarchive-workspace-app.d.ts.map +1 -1
- package/dist/actions/update-vault-secret.d.ts +20 -1
- package/dist/actions/update-vault-secret.d.ts.map +1 -1
- package/dist/actions/update-workspace-app-metadata.d.ts +5 -1
- package/dist/actions/update-workspace-app-metadata.d.ts.map +1 -1
- package/dist/actions/update-workspace-resource.d.ts +37 -1
- package/dist/actions/update-workspace-resource.d.ts.map +1 -1
- package/dist/actions/upsert-destination.d.ts +37 -1
- package/dist/actions/upsert-destination.d.ts.map +1 -1
- package/dist/actions/view-screen.d.ts +1 -1
- package/dist/components/ui/alert.d.ts +3 -3
- package/dist/components/ui/alert.d.ts.map +1 -1
- package/dist/components/ui/badge.d.ts +3 -3
- package/dist/components/ui/badge.d.ts.map +1 -1
- package/dist/components/ui/button.d.ts +4 -4
- package/dist/components/ui/button.d.ts.map +1 -1
- package/dist/components/ui/chart.d.ts +3 -3
- package/dist/components/ui/chart.d.ts.map +1 -1
- package/dist/components/ui/label.d.ts +1 -1
- package/dist/components/ui/label.d.ts.map +1 -1
- package/dist/components/ui/navigation-menu.d.ts +1 -1
- package/dist/components/ui/navigation-menu.d.ts.map +1 -1
- package/dist/components/ui/sheet.d.ts +3 -3
- package/dist/components/ui/sheet.d.ts.map +1 -1
- package/dist/components/ui/sidebar.d.ts +5 -5
- package/dist/components/ui/sidebar.d.ts.map +1 -1
- package/dist/components/ui/toast.d.ts +3 -3
- package/dist/components/ui/toast.d.ts.map +1 -1
- package/dist/components/ui/toggle-group.d.ts +8 -8
- package/dist/components/ui/toggle-group.d.ts.map +1 -1
- package/dist/components/ui/toggle.d.ts +8 -8
- package/dist/components/ui/toggle.d.ts.map +1 -1
- package/dist/components/workspace-resource-impact-preview.d.ts +1 -1
- package/dist/components/workspace-resource-impact-preview.d.ts.map +1 -1
- package/dist/db/schema.d.ts +123 -123
- package/dist/routes/pages/$appId.d.ts +1 -1
- package/dist/routes/pages/$appId.d.ts.map +1 -1
- package/dist/routes/pages/_index.d.ts +1 -1
- package/dist/routes/pages/_index.d.ts.map +1 -1
- package/dist/routes/pages/approval.js.map +1 -1
- package/dist/routes/pages/approvals.js.map +1 -1
- package/dist/routes/pages/audit.js.map +1 -1
- package/dist/routes/pages/destinations.js.map +1 -1
- package/dist/routes/pages/identities.js.map +1 -1
- package/dist/routes/pages/overview.js.map +1 -1
- package/dist/server/lib/app-creation-store.d.ts +1 -1
- package/dist/server/lib/app-creation-store.d.ts.map +1 -1
- package/dist/server/lib/app-creation-store.js +3 -1
- package/dist/server/lib/app-creation-store.js.map +1 -1
- package/dist/server/lib/dispatch-store.d.ts +76 -76
- package/dist/server/lib/dispatch-store.d.ts.map +1 -1
- package/dist/server/lib/dreams-store.d.ts +52 -52
- package/dist/server/lib/dreams-store.d.ts.map +1 -1
- package/dist/server/lib/dreams-store.js +1 -1
- package/dist/server/lib/dreams-store.js.map +1 -1
- package/dist/server/lib/provider-api.d.ts +2 -2
- package/dist/server/lib/thread-debug-store.d.ts +13 -5
- package/dist/server/lib/thread-debug-store.d.ts.map +1 -1
- package/dist/server/lib/thread-debug-store.js.map +1 -1
- package/dist/server/lib/vault-store.d.ts +61 -50
- package/dist/server/lib/vault-store.d.ts.map +1 -1
- package/dist/server/lib/workspace-resources-store.d.ts +42 -42
- package/package.json +1 -1
- package/src/actions/scaffold-workspace-app.spec.ts +33 -0
- package/src/actions/scaffold-workspace-app.ts +20 -5
- package/src/routes/pages/approval.tsx +1 -1
- package/src/routes/pages/approvals.tsx +1 -1
- package/src/routes/pages/audit.tsx +1 -1
- package/src/routes/pages/destinations.tsx +1 -1
- package/src/routes/pages/identities.tsx +2 -2
- package/src/routes/pages/overview.tsx +1 -1
- package/src/server/lib/app-creation-store.spec.ts +13 -0
- package/src/server/lib/app-creation-store.ts +8 -3
- package/src/server/lib/dreams-store.ts +11 -1
- package/src/server/lib/thread-debug-store.ts +1 -1
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ Don't want to scaffold a whole app yet? Add agent-native superpowers to a coding
|
|
|
28
28
|
npx @agent-native/core@latest skills add visual-plan
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
It installs the skills, registers the hosted MCP connector, and signs
|
|
31
|
+
It installs the skills, registers the hosted MCP connector, and signs in the selected local client(s) in one step. You get two slash commands that upgrade how your agent plans and reports its work:
|
|
32
32
|
|
|
33
33
|
- **`/visual-plan`** — before the agent writes code, it opens a structured, reviewable plan document instead of a wall of text: inline diagrams, UI wireframes and prototypes, file-by-file implementation maps, and annotations you can comment on and approve.
|
|
34
34
|
- **`/visual-recap`** — after changes land, it turns a PR or git diff into a high-altitude visual recap: schema, API, and file changes rendered as grounded before/after blocks with a shareable review link, instead of scrolling a raw diff.
|
|
@@ -200,7 +200,7 @@ Every template is a complete cloneable SaaS — fork it, customize it with the a
|
|
|
200
200
|
## Quick Start
|
|
201
201
|
|
|
202
202
|
```bash
|
|
203
|
-
npx @agent-native/core create my-platform
|
|
203
|
+
npx @agent-native/core@latest create my-platform
|
|
204
204
|
cd my-platform
|
|
205
205
|
pnpm install
|
|
206
206
|
pnpm dev
|
|
@@ -211,7 +211,7 @@ The CLI shows a multi-select picker so you can include as many templates as you
|
|
|
211
211
|
Want a single app, no monorepo? Use `--standalone`:
|
|
212
212
|
|
|
213
213
|
```bash
|
|
214
|
-
npx @agent-native/core create my-app --standalone --template mail
|
|
214
|
+
npx @agent-native/core@latest create my-app --standalone --template mail
|
|
215
215
|
```
|
|
216
216
|
|
|
217
217
|
## Workspaces (Monorepo)
|
|
@@ -234,13 +234,13 @@ my-platform/
|
|
|
234
234
|
Add another app later:
|
|
235
235
|
|
|
236
236
|
```bash
|
|
237
|
-
npx @agent-native/core add-app notes --template content
|
|
237
|
+
npx @agent-native/core@latest add-app notes --template content
|
|
238
238
|
```
|
|
239
239
|
|
|
240
240
|
Deploy every app behind one origin:
|
|
241
241
|
|
|
242
242
|
```bash
|
|
243
|
-
agent-native deploy
|
|
243
|
+
npx @agent-native/core@latest deploy
|
|
244
244
|
# https://your-agents.com/mail/* → mail
|
|
245
245
|
# https://your-agents.com/calendar/* → calendar
|
|
246
246
|
# https://your-agents.com/forms/* → forms
|
|
@@ -1,3 +1,29 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
id: string;
|
|
3
|
+
}, {
|
|
4
|
+
proposal: {
|
|
5
|
+
evidence: import("../server/lib/dreams-store.js").DreamEvidence[];
|
|
6
|
+
id: string;
|
|
7
|
+
ownerEmail: string;
|
|
8
|
+
orgId: string | null;
|
|
9
|
+
createdAt: number;
|
|
10
|
+
updatedAt: number;
|
|
11
|
+
targetType: string;
|
|
12
|
+
status: string;
|
|
13
|
+
summary: string;
|
|
14
|
+
title: string;
|
|
15
|
+
dreamId: string;
|
|
16
|
+
targetPath: string;
|
|
17
|
+
rationale: string;
|
|
18
|
+
content: string;
|
|
19
|
+
confidence: number;
|
|
20
|
+
risk: string;
|
|
21
|
+
appliedBy: string | null;
|
|
22
|
+
appliedAt: number | null;
|
|
23
|
+
rejectedBy: string | null;
|
|
24
|
+
rejectedAt: number | null;
|
|
25
|
+
};
|
|
26
|
+
result: unknown;
|
|
27
|
+
}>;
|
|
2
28
|
export default _default;
|
|
3
29
|
//# sourceMappingURL=apply-dream-proposal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apply-dream-proposal.d.ts","sourceRoot":"","sources":["../../src/actions/apply-dream-proposal.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"apply-dream-proposal.d.ts","sourceRoot":"","sources":["../../src/actions/apply-dream-proposal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAOG"}
|
|
@@ -1,3 +1,22 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
id: string;
|
|
3
|
+
}, {
|
|
4
|
+
id: string;
|
|
5
|
+
ownerEmail: string;
|
|
6
|
+
orgId: string | null;
|
|
7
|
+
changeType: string;
|
|
8
|
+
targetType: string;
|
|
9
|
+
targetId: string | null;
|
|
10
|
+
status: string;
|
|
11
|
+
summary: string;
|
|
12
|
+
payload: string;
|
|
13
|
+
beforeValue: string | null;
|
|
14
|
+
afterValue: string | null;
|
|
15
|
+
requestedBy: string;
|
|
16
|
+
reviewedBy: string | null;
|
|
17
|
+
reviewedAt: number | null;
|
|
18
|
+
createdAt: number;
|
|
19
|
+
updatedAt: number;
|
|
20
|
+
}>;
|
|
2
21
|
export default _default;
|
|
3
22
|
//# sourceMappingURL=approve-dispatch-change.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"approve-dispatch-change.d.ts","sourceRoot":"","sources":["../../src/actions/approve-dispatch-change.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"approve-dispatch-change.d.ts","sourceRoot":"","sources":["../../src/actions/approve-dispatch-change.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AAIA,wBAMG"}
|
|
@@ -1,3 +1,20 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
id: string;
|
|
3
|
+
secretValue: string;
|
|
4
|
+
secretName?: string | undefined;
|
|
5
|
+
}, {
|
|
6
|
+
id: string;
|
|
7
|
+
ownerEmail: string;
|
|
8
|
+
orgId: string | null;
|
|
9
|
+
credentialKey: string;
|
|
10
|
+
appId: string;
|
|
11
|
+
reason: string | null;
|
|
12
|
+
requestedBy: string;
|
|
13
|
+
status: string;
|
|
14
|
+
reviewedBy: string | null;
|
|
15
|
+
reviewedAt: number | null;
|
|
16
|
+
createdAt: number;
|
|
17
|
+
updatedAt: number;
|
|
18
|
+
}>;
|
|
2
19
|
export default _default;
|
|
3
20
|
//# sourceMappingURL=approve-vault-request.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"approve-vault-request.d.ts","sourceRoot":"","sources":["../../src/actions/approve-vault-request.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"approve-vault-request.d.ts","sourceRoot":"","sources":["../../src/actions/approve-vault-request.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAIA,wBAkBG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"archive-workspace-app.d.ts","sourceRoot":"","sources":["../../src/actions/archive-workspace-app.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"archive-workspace-app.d.ts","sourceRoot":"","sources":["../../src/actions/archive-workspace-app.ts"],"names":[],"mappings":";;;;;AAIA,wBAWG"}
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
app: string;
|
|
3
|
+
message: string;
|
|
4
|
+
}, {
|
|
5
|
+
app: string;
|
|
6
|
+
routedVia: "a2a";
|
|
7
|
+
response: string;
|
|
8
|
+
}>;
|
|
2
9
|
export default _default;
|
|
3
10
|
//# sourceMappingURL=ask_app.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ask_app.d.ts","sourceRoot":"","sources":["../../src/actions/ask_app.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ask_app.d.ts","sourceRoot":"","sources":["../../src/actions/ask_app.ts"],"names":[],"mappings":";;;;;;;;AAIA,wBAQG"}
|
|
@@ -1,3 +1,59 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
sourceId?: string | undefined;
|
|
3
|
+
sourceIds?: string[] | undefined;
|
|
4
|
+
allSources?: unknown;
|
|
5
|
+
query?: string | undefined;
|
|
6
|
+
ownerEmail?: string | undefined;
|
|
7
|
+
limit?: unknown;
|
|
8
|
+
sourceTimeoutMs?: unknown;
|
|
9
|
+
sourceConcurrency?: unknown;
|
|
10
|
+
sourceStartStaggerMs?: unknown;
|
|
11
|
+
threadConcurrency?: unknown;
|
|
12
|
+
threadTimeoutMs?: unknown;
|
|
13
|
+
title?: string | undefined;
|
|
14
|
+
}, {
|
|
15
|
+
dream: {
|
|
16
|
+
sourceHealth: import("../server/lib/dreams-store.js").DreamSourceHealth[];
|
|
17
|
+
id: string;
|
|
18
|
+
ownerEmail: string;
|
|
19
|
+
orgId: string | null;
|
|
20
|
+
createdBy: string;
|
|
21
|
+
createdAt: number;
|
|
22
|
+
updatedAt: number;
|
|
23
|
+
status: string;
|
|
24
|
+
summary: string | null;
|
|
25
|
+
sourceId: string;
|
|
26
|
+
title: string;
|
|
27
|
+
query: string | null;
|
|
28
|
+
report: string | null;
|
|
29
|
+
candidateCount: number;
|
|
30
|
+
inspectedThreadCount: number;
|
|
31
|
+
error: string | null;
|
|
32
|
+
startedAt: number;
|
|
33
|
+
completedAt: number | null;
|
|
34
|
+
};
|
|
35
|
+
proposals: {
|
|
36
|
+
evidence: import("../server/lib/dreams-store.js").DreamEvidence[];
|
|
37
|
+
id: string;
|
|
38
|
+
ownerEmail: string;
|
|
39
|
+
orgId: string | null;
|
|
40
|
+
createdAt: number;
|
|
41
|
+
updatedAt: number;
|
|
42
|
+
targetType: string;
|
|
43
|
+
status: string;
|
|
44
|
+
summary: string;
|
|
45
|
+
title: string;
|
|
46
|
+
dreamId: string;
|
|
47
|
+
targetPath: string;
|
|
48
|
+
rationale: string;
|
|
49
|
+
content: string;
|
|
50
|
+
confidence: number;
|
|
51
|
+
risk: string;
|
|
52
|
+
appliedBy: string | null;
|
|
53
|
+
appliedAt: number | null;
|
|
54
|
+
rejectedBy: string | null;
|
|
55
|
+
rejectedAt: number | null;
|
|
56
|
+
}[];
|
|
57
|
+
}>;
|
|
2
58
|
export default _default;
|
|
3
59
|
//# sourceMappingURL=create-dream-report.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-dream-report.d.ts","sourceRoot":"","sources":["../../src/actions/create-dream-report.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-dream-report.d.ts","sourceRoot":"","sources":["../../src/actions/create-dream-report.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAuEG"}
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
platform: "telegram" | "slack";
|
|
3
|
+
}, {
|
|
4
|
+
token: string;
|
|
5
|
+
command: string;
|
|
6
|
+
platform: string;
|
|
7
|
+
expiresAt: number;
|
|
8
|
+
}>;
|
|
2
9
|
export default _default;
|
|
3
10
|
//# sourceMappingURL=create-link-token.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-link-token.d.ts","sourceRoot":"","sources":["../../src/actions/create-link-token.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-link-token.d.ts","sourceRoot":"","sources":["../../src/actions/create-link-token.ts"],"names":[],"mappings":";;;;;;;;AAIA,wBAOG"}
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
title: string;
|
|
3
|
+
bodyHtml: string;
|
|
4
|
+
requesterEmail?: string | undefined;
|
|
5
|
+
requesterName?: string | undefined;
|
|
6
|
+
accountId?: string | undefined;
|
|
7
|
+
priority?: "low" | "medium" | "high" | "urgent" | undefined;
|
|
8
|
+
tags?: string[] | undefined;
|
|
9
|
+
assigneeId?: string | undefined;
|
|
10
|
+
teamId?: string | undefined;
|
|
11
|
+
}, {
|
|
12
|
+
ok: true;
|
|
13
|
+
ticketId: string;
|
|
14
|
+
ticket: Record<string, unknown>;
|
|
15
|
+
}>;
|
|
2
16
|
export default _default;
|
|
3
17
|
//# sourceMappingURL=create-pylon-ticket.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-pylon-ticket.d.ts","sourceRoot":"","sources":["../../src/actions/create-pylon-ticket.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-pylon-ticket.d.ts","sourceRoot":"","sources":["../../src/actions/create-pylon-ticket.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAOA,wBAqGG"}
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
secretId: string;
|
|
3
|
+
appId: string;
|
|
4
|
+
}, {
|
|
5
|
+
id: string;
|
|
6
|
+
ownerEmail: string;
|
|
7
|
+
orgId: string | null;
|
|
8
|
+
secretId: string;
|
|
9
|
+
appId: string;
|
|
10
|
+
grantedBy: string;
|
|
11
|
+
status: string;
|
|
12
|
+
syncedAt: number | null;
|
|
13
|
+
createdAt: number;
|
|
14
|
+
updatedAt: number;
|
|
15
|
+
}>;
|
|
2
16
|
export default _default;
|
|
3
17
|
//# sourceMappingURL=create-vault-grant.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-vault-grant.d.ts","sourceRoot":"","sources":["../../src/actions/create-vault-grant.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-vault-grant.d.ts","sourceRoot":"","sources":["../../src/actions/create-vault-grant.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAIA,wBAUG"}
|
|
@@ -1,3 +1,21 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
credentialKey: string;
|
|
3
|
+
value: string;
|
|
4
|
+
name: string;
|
|
5
|
+
provider?: string | undefined;
|
|
6
|
+
description?: string | undefined;
|
|
7
|
+
}, {
|
|
8
|
+
id: string;
|
|
9
|
+
ownerEmail: string;
|
|
10
|
+
orgId: string | null;
|
|
11
|
+
name: string;
|
|
12
|
+
credentialKey: string;
|
|
13
|
+
value: string;
|
|
14
|
+
provider: string | null;
|
|
15
|
+
description: string | null;
|
|
16
|
+
createdBy: string;
|
|
17
|
+
createdAt: number;
|
|
18
|
+
updatedAt: number;
|
|
19
|
+
}>;
|
|
2
20
|
export default _default;
|
|
3
21
|
//# sourceMappingURL=create-vault-secret.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-vault-secret.d.ts","sourceRoot":"","sources":["../../src/actions/create-vault-secret.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-vault-secret.d.ts","sourceRoot":"","sources":["../../src/actions/create-vault-secret.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;AAIA,wBAiBG"}
|
|
@@ -1,3 +1,16 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
resourceId: string;
|
|
3
|
+
appId: string;
|
|
4
|
+
}, {
|
|
5
|
+
id: string;
|
|
6
|
+
ownerEmail: string;
|
|
7
|
+
orgId: string | null;
|
|
8
|
+
resourceId: string;
|
|
9
|
+
appId: string;
|
|
10
|
+
status: string;
|
|
11
|
+
syncedAt: number | null;
|
|
12
|
+
createdAt: number;
|
|
13
|
+
updatedAt: number;
|
|
14
|
+
}>;
|
|
2
15
|
export default _default;
|
|
3
16
|
//# sourceMappingURL=create-workspace-resource-grant.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-workspace-resource-grant.d.ts","sourceRoot":"","sources":["../../src/actions/create-workspace-resource-grant.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-workspace-resource-grant.d.ts","sourceRoot":"","sources":["../../src/actions/create-workspace-resource-grant.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAIA,wBAUG"}
|
|
@@ -1,3 +1,40 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
kind: "agent" | "skill" | "instruction" | "knowledge" | "mcp-server";
|
|
3
|
+
name: string;
|
|
4
|
+
path: string;
|
|
5
|
+
content: string;
|
|
6
|
+
scope: "all" | "selected";
|
|
7
|
+
description?: string | undefined;
|
|
8
|
+
}, {
|
|
9
|
+
id: string;
|
|
10
|
+
ownerEmail: string;
|
|
11
|
+
orgId: string | null;
|
|
12
|
+
kind: string;
|
|
13
|
+
name: string;
|
|
14
|
+
description: string | null;
|
|
15
|
+
path: string;
|
|
16
|
+
content: string;
|
|
17
|
+
scope: string;
|
|
18
|
+
createdBy: string;
|
|
19
|
+
createdAt: number;
|
|
20
|
+
updatedAt: number;
|
|
21
|
+
} | {
|
|
22
|
+
id: string;
|
|
23
|
+
ownerEmail: string;
|
|
24
|
+
orgId: string | null;
|
|
25
|
+
changeType: string;
|
|
26
|
+
targetType: string;
|
|
27
|
+
targetId: string | null;
|
|
28
|
+
status: string;
|
|
29
|
+
summary: string;
|
|
30
|
+
payload: string;
|
|
31
|
+
beforeValue: string | null;
|
|
32
|
+
afterValue: string | null;
|
|
33
|
+
requestedBy: string;
|
|
34
|
+
reviewedBy: string | null;
|
|
35
|
+
reviewedAt: number | null;
|
|
36
|
+
createdAt: number;
|
|
37
|
+
updatedAt: number;
|
|
38
|
+
}>;
|
|
2
39
|
export default _default;
|
|
3
40
|
//# sourceMappingURL=create-workspace-resource.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-workspace-resource.d.ts","sourceRoot":"","sources":["../../src/actions/create-workspace-resource.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-workspace-resource.d.ts","sourceRoot":"","sources":["../../src/actions/create-workspace-resource.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAwBG"}
|
|
@@ -1,3 +1,13 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
app?: string | undefined;
|
|
3
|
+
url?: string | undefined;
|
|
4
|
+
path?: string | undefined;
|
|
5
|
+
chrome?: "full" | "minimal" | undefined;
|
|
6
|
+
}, {
|
|
7
|
+
startUrl: string;
|
|
8
|
+
targetPath?: string;
|
|
9
|
+
expiresAt?: number;
|
|
10
|
+
app: string;
|
|
11
|
+
}>;
|
|
2
12
|
export default _default;
|
|
3
13
|
//# sourceMappingURL=create_embed_session.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create_embed_session.d.ts","sourceRoot":"","sources":["../../src/actions/create_embed_session.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create_embed_session.d.ts","sourceRoot":"","sources":["../../src/actions/create_embed_session.ts"],"names":[],"mappings":";;;;;;;;;;;AAIA,wBAwBG"}
|
|
@@ -1,3 +1,34 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
id: string;
|
|
3
|
+
}, {
|
|
4
|
+
id: string;
|
|
5
|
+
ownerEmail: string;
|
|
6
|
+
orgId: string | null;
|
|
7
|
+
changeType: string;
|
|
8
|
+
targetType: string;
|
|
9
|
+
targetId: string | null;
|
|
10
|
+
status: string;
|
|
11
|
+
summary: string;
|
|
12
|
+
payload: string;
|
|
13
|
+
beforeValue: string | null;
|
|
14
|
+
afterValue: string | null;
|
|
15
|
+
requestedBy: string;
|
|
16
|
+
reviewedBy: string | null;
|
|
17
|
+
reviewedAt: number | null;
|
|
18
|
+
createdAt: number;
|
|
19
|
+
updatedAt: number;
|
|
20
|
+
} | {
|
|
21
|
+
id: string;
|
|
22
|
+
ownerEmail: string;
|
|
23
|
+
orgId: string | null;
|
|
24
|
+
name: string;
|
|
25
|
+
platform: string;
|
|
26
|
+
destination: string;
|
|
27
|
+
threadRef: string | null;
|
|
28
|
+
notes: string | null;
|
|
29
|
+
createdBy: string;
|
|
30
|
+
createdAt: number;
|
|
31
|
+
updatedAt: number;
|
|
32
|
+
}>;
|
|
2
33
|
export default _default;
|
|
3
34
|
//# sourceMappingURL=delete-destination.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-destination.d.ts","sourceRoot":"","sources":["../../src/actions/delete-destination.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"delete-destination.d.ts","sourceRoot":"","sources":["../../src/actions/delete-destination.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAMG"}
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
id: string;
|
|
3
|
+
}, {
|
|
4
|
+
id: string;
|
|
5
|
+
ownerEmail: string;
|
|
6
|
+
orgId: string | null;
|
|
7
|
+
name: string;
|
|
8
|
+
credentialKey: string;
|
|
9
|
+
value: string;
|
|
10
|
+
provider: string | null;
|
|
11
|
+
description: string | null;
|
|
12
|
+
createdBy: string;
|
|
13
|
+
createdAt: number;
|
|
14
|
+
updatedAt: number;
|
|
15
|
+
}>;
|
|
2
16
|
export default _default;
|
|
3
17
|
//# sourceMappingURL=delete-vault-secret.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-vault-secret.d.ts","sourceRoot":"","sources":["../../src/actions/delete-vault-secret.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"delete-vault-secret.d.ts","sourceRoot":"","sources":["../../src/actions/delete-vault-secret.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAIA,wBAOG"}
|
|
@@ -1,3 +1,35 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
id: string;
|
|
3
|
+
}, {
|
|
4
|
+
id: string;
|
|
5
|
+
ownerEmail: string;
|
|
6
|
+
orgId: string | null;
|
|
7
|
+
kind: string;
|
|
8
|
+
name: string;
|
|
9
|
+
description: string | null;
|
|
10
|
+
path: string;
|
|
11
|
+
content: string;
|
|
12
|
+
scope: string;
|
|
13
|
+
createdBy: string;
|
|
14
|
+
createdAt: number;
|
|
15
|
+
updatedAt: number;
|
|
16
|
+
} | {
|
|
17
|
+
id: string;
|
|
18
|
+
ownerEmail: string;
|
|
19
|
+
orgId: string | null;
|
|
20
|
+
changeType: string;
|
|
21
|
+
targetType: string;
|
|
22
|
+
targetId: string | null;
|
|
23
|
+
status: string;
|
|
24
|
+
summary: string;
|
|
25
|
+
payload: string;
|
|
26
|
+
beforeValue: string | null;
|
|
27
|
+
afterValue: string | null;
|
|
28
|
+
requestedBy: string;
|
|
29
|
+
reviewedBy: string | null;
|
|
30
|
+
reviewedAt: number | null;
|
|
31
|
+
createdAt: number;
|
|
32
|
+
updatedAt: number;
|
|
33
|
+
}>;
|
|
2
34
|
export default _default;
|
|
3
35
|
//# sourceMappingURL=delete-workspace-resource.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-workspace-resource.d.ts","sourceRoot":"","sources":["../../src/actions/delete-workspace-resource.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"delete-workspace-resource.d.ts","sourceRoot":"","sources":["../../src/actions/delete-workspace-resource.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAOG"}
|
|
@@ -1,3 +1,19 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
id: string;
|
|
3
|
+
reason?: string | undefined;
|
|
4
|
+
}, {
|
|
5
|
+
id: string;
|
|
6
|
+
ownerEmail: string;
|
|
7
|
+
orgId: string | null;
|
|
8
|
+
credentialKey: string;
|
|
9
|
+
appId: string;
|
|
10
|
+
reason: string | null;
|
|
11
|
+
requestedBy: string;
|
|
12
|
+
status: string;
|
|
13
|
+
reviewedBy: string | null;
|
|
14
|
+
reviewedAt: number | null;
|
|
15
|
+
createdAt: number;
|
|
16
|
+
updatedAt: number;
|
|
17
|
+
}>;
|
|
2
18
|
export default _default;
|
|
3
19
|
//# sourceMappingURL=deny-vault-request.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deny-vault-request.d.ts","sourceRoot":"","sources":["../../src/actions/deny-vault-request.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"deny-vault-request.d.ts","sourceRoot":"","sources":["../../src/actions/deny-vault-request.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAIA,wBAOG"}
|
|
@@ -1,3 +1,33 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
schedule?: string | undefined;
|
|
3
|
+
sourceId?: string | undefined;
|
|
4
|
+
sourceIds?: string[] | undefined;
|
|
5
|
+
allSources?: unknown;
|
|
6
|
+
query?: string | undefined;
|
|
7
|
+
limit?: unknown;
|
|
8
|
+
sourceTimeoutMs?: unknown;
|
|
9
|
+
sourceConcurrency?: unknown;
|
|
10
|
+
sourceStartStaggerMs?: unknown;
|
|
11
|
+
threadConcurrency?: unknown;
|
|
12
|
+
threadTimeoutMs?: unknown;
|
|
13
|
+
minCandidateCount?: unknown;
|
|
14
|
+
}, {
|
|
15
|
+
path: string;
|
|
16
|
+
owner: string;
|
|
17
|
+
schedule: string;
|
|
18
|
+
enabled: boolean;
|
|
19
|
+
runAs: string;
|
|
20
|
+
sourceId: string;
|
|
21
|
+
sourceIds: string[];
|
|
22
|
+
allSources: boolean;
|
|
23
|
+
query: string | null;
|
|
24
|
+
limit: number;
|
|
25
|
+
sourceTimeoutMs: number;
|
|
26
|
+
sourceConcurrency: number;
|
|
27
|
+
sourceStartStaggerMs: number;
|
|
28
|
+
threadConcurrency: number;
|
|
29
|
+
threadTimeoutMs: number;
|
|
30
|
+
minCandidateCount: number;
|
|
31
|
+
}>;
|
|
2
32
|
export default _default;
|
|
3
33
|
//# sourceMappingURL=ensure-dream-job.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ensure-dream-job.d.ts","sourceRoot":"","sources":["../../src/actions/ensure-dream-job.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ensure-dream-job.d.ts","sourceRoot":"","sources":["../../src/actions/ensure-dream-job.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAuEG"}
|
|
@@ -1,3 +1,55 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
threadId: string;
|
|
3
|
+
sourceId?: string | undefined;
|
|
4
|
+
ownerEmail?: string | undefined;
|
|
5
|
+
maxRuns?: unknown;
|
|
6
|
+
maxEvents?: unknown;
|
|
7
|
+
maxTraceSpans?: unknown;
|
|
8
|
+
}, {
|
|
9
|
+
source: {
|
|
10
|
+
id: string;
|
|
11
|
+
label: string;
|
|
12
|
+
kind: "current" | "env" | "configured";
|
|
13
|
+
databaseUrlEnv: string | null;
|
|
14
|
+
};
|
|
15
|
+
access: {
|
|
16
|
+
viewerEmail: string;
|
|
17
|
+
scope: string;
|
|
18
|
+
canInspectAll: boolean;
|
|
19
|
+
};
|
|
20
|
+
thread: {
|
|
21
|
+
id: string;
|
|
22
|
+
ownerEmail: string;
|
|
23
|
+
title: string;
|
|
24
|
+
preview: string;
|
|
25
|
+
messageCount: number;
|
|
26
|
+
createdAt: number;
|
|
27
|
+
updatedAt: number;
|
|
28
|
+
};
|
|
29
|
+
messages: any;
|
|
30
|
+
debug: any;
|
|
31
|
+
debugRuns: any;
|
|
32
|
+
queuedMessages: any;
|
|
33
|
+
threadData: Record<string, unknown>;
|
|
34
|
+
rawThreadData: string;
|
|
35
|
+
runs: {
|
|
36
|
+
id: string;
|
|
37
|
+
threadId: string;
|
|
38
|
+
status: string;
|
|
39
|
+
abortReason: string | null;
|
|
40
|
+
startedAt: number;
|
|
41
|
+
completedAt: number | null;
|
|
42
|
+
heartbeatAt: number | null;
|
|
43
|
+
events: any[];
|
|
44
|
+
}[];
|
|
45
|
+
traces: {
|
|
46
|
+
summaries: Record<string, unknown>[];
|
|
47
|
+
spans: Record<string, unknown>[];
|
|
48
|
+
};
|
|
49
|
+
feedback: Record<string, unknown>[];
|
|
50
|
+
satisfaction: Record<string, unknown>[];
|
|
51
|
+
evals: Record<string, unknown>[];
|
|
52
|
+
checkpoints: Record<string, unknown>[];
|
|
53
|
+
}>;
|
|
2
54
|
export default _default;
|
|
3
55
|
//# sourceMappingURL=get-agent-thread-debug.d.ts.map
|