openpond 0.0.37 → 0.0.39
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 +3 -7
- package/dist/api/core.d.ts +6 -0
- package/dist/api/types.d.ts +0 -50
- package/dist/api/vercel-protection.d.ts +1 -0
- package/dist/api.d.ts +2 -8
- package/dist/chunks/{app-layer-LF2HK2B2.js → app-layer-LTBWNA2F.js} +32 -10
- package/dist/chunks/app-server-runtime-VYYJ2AWX.js +18 -0
- package/dist/chunks/{apps-ZMCMQZKX.js → apps-CZAJBGE3.js} +6 -124
- package/dist/chunks/{chunk-MHBQWGCL.js → chunk-2SF6HLT7.js} +5463 -5535
- package/dist/chunks/{chunk-VFL2JVBZ.js → chunk-3CDPPVLE.js} +111 -84
- package/dist/chunks/{chunk-N6E6YSTP.js → chunk-3HW6OSHP.js} +1 -3
- package/dist/chunks/{chunk-43YI36NA.js → chunk-3KLQ52B2.js} +228 -5
- package/dist/chunks/chunk-4HIWFIMN.js +37172 -0
- package/dist/chunks/{chunk-WTA33KQQ.js → chunk-4N6E3OVF.js} +4 -4
- package/dist/chunks/{chunk-35PPAOWD.js → chunk-6V7MJVRO.js} +56 -11
- package/dist/chunks/{chunk-ICLLW5QD.js → chunk-BQQZNGI6.js} +154 -194
- package/dist/chunks/chunk-DBHSOTYZ.js +1552 -0
- package/dist/chunks/{chunk-ZZ4ECDTP.js → chunk-FCVVOMIP.js} +145 -5
- package/dist/chunks/{chunk-A3CJUBA7.js → chunk-JIEUB6OS.js} +1 -1
- package/dist/chunks/{chunk-WL76II47.js → chunk-JJPAMKXZ.js} +1 -1
- package/dist/chunks/{chunk-2WMGA5FE.js → chunk-JRROTGQT.js} +1 -110
- package/dist/chunks/chunk-KHNHUA2H.js +1737 -0
- package/dist/chunks/{chunk-LNKYEHIJ.js → chunk-L6XH4ZGZ.js} +1 -1
- package/dist/chunks/chunk-M2NXTLH2.js +4054 -0
- package/dist/chunks/{chunk-IATK3CIP.js → chunk-MIZHCABO.js} +2 -195
- package/dist/chunks/chunk-SMNFI2FU.js +113 -0
- package/dist/chunks/chunk-VCVQLECH.js +675 -0
- package/dist/chunks/{chunk-KT2BB4AR.js → chunk-ZJBJQCQZ.js} +179 -52
- package/dist/chunks/{cli-5NFIDCRL.js → cli-JS76LCW2.js} +9 -5
- package/dist/chunks/{core-commands-7223BEQL.js → core-commands-4MRJQZJV.js} +7 -5
- package/dist/chunks/{harness-OMJXIGEW.js → desktop-test-RNMWLOVU.js} +15 -14
- package/dist/chunks/{chunk-ZPL4GZML.js → extension-GDRW22N3.js} +5866 -3601
- package/dist/chunks/{help-YPPROIS7.js → help-LWNREJ7U.js} +1 -1
- package/dist/chunks/{opchat-K7IYFPX6.js → opchat-2K2JIGK3.js} +9 -10
- package/dist/chunks/{organizations-W3FMAWQ4.js → organizations-Z5HVD2E7.js} +11 -9
- package/dist/chunks/{profile-N4B3F7M7.js → profile-QNECVVGN.js} +12 -38
- package/dist/chunks/{project-agent-NA6SGU25.js → project-agent-W3V75WBR.js} +9 -411
- package/dist/chunks/{sandbox-command-AKCFJKKN.js → sandbox-command-X3FO74NX.js} +7 -5
- package/dist/chunks/{sandbox-template-5NKTAXCL.js → sandbox-template-5B4T4BGU.js} +8 -6
- package/dist/chunks/{src-XAVSQTVR.js → src-ESAILPUH.js} +32 -30
- package/dist/chunks/src-IC5RX4L6.js +63517 -0
- package/dist/chunks/{teams-bot-557NZC73.js → teams-bot-NTQ6VFFL.js} +6 -4
- package/dist/chunks/training-BR5A7SPU.js +320 -0
- package/dist/chunks/{workspaces-S2H75XQB.js → workspaces-XC3QBD2Y.js} +2 -2
- package/dist/cli.js +24 -12
- package/dist/client-types.d.ts +1 -9
- package/dist/client.d.ts +3 -3
- package/dist/config.d.ts +9 -3
- package/dist/index.js +1300 -1091
- package/dist/profile/local-profile-types.d.ts +16 -0
- package/dist/profile/local-profile.d.ts +50 -4
- package/dist/sandbox/client-handles.d.ts +33 -46
- package/dist/sandbox/client.d.ts +4 -26
- package/dist/sandbox/sandbox-instance-client.d.ts +5 -5
- package/dist/sandbox/types/client.d.ts +1 -2
- package/dist/sandbox/types/core.d.ts +0 -1
- package/dist/sandbox/types/org-project-agent.d.ts +3 -89
- package/dist/sandbox/types/record.d.ts +1 -2
- package/dist/sandbox/types/runtime-profiles.d.ts +2 -2
- package/dist/sandbox-template/manifest.d.ts +1 -1
- package/dist/skills/openpond-agent-authoring/SKILL.md +40 -0
- package/dist/skills/openpond-agent-authoring/references/action-and-chat-design.md +13 -0
- package/dist/skills/openpond-agent-authoring/references/integrations-and-setup.md +13 -0
- package/dist/skills/openpond-agent-authoring/references/profile-layout.md +29 -0
- package/dist/skills/openpond-agent-authoring/references/validation-and-repair.md +14 -0
- package/dist/skills/openpond-desktop-harness/SKILL.md +1 -1
- package/dist/skills/openpond-skill-authoring/SKILL.md +44 -0
- package/dist/skills/openpond-skill-authoring/references/copying-and-adaptation.md +16 -0
- package/dist/skills/openpond-skill-authoring/references/skill-package-layout.md +38 -0
- package/dist/skills/openpond-skill-authoring/references/validation-and-repair.md +24 -0
- package/dist/skills/openpond-skill-authoring/scripts/validate-skill.mjs +102 -0
- package/dist/skills/openpond-taskset-authoring/SKILL.md +64 -22
- package/dist/skills/openpond-taskset-authoring/artifact.json +39 -0
- package/dist/skills/openpond-taskset-authoring/references/graders-and-rewards.md +3 -0
- package/dist/skills/openpond-taskset-authoring/references/method-selection.md +1 -1
- package/dist/skills/openpond-taskset-authoring/references/privacy-and-provenance.md +2 -0
- package/dist/skills/openpond-taskset-authoring/references/task-design.md +32 -0
- package/dist/web/assets/{AppDialog-y6krB0MJ.js → AppDialog-Bua3f-6v.js} +1 -1
- package/dist/web/assets/{AppsView-4F6oLktr.js → AppsView-DrJkHeSO.js} +1 -1
- package/dist/web/assets/BrowserSidebar-Bf-4Vozm.js +1 -0
- package/dist/web/assets/CommandMenu-DDZlGQiB.js +1 -0
- package/dist/web/assets/CommunityView-BtcCrba7.js +1 -0
- package/dist/web/assets/ComposerCreateImproveStrip-DOe5Otg6.js +1 -0
- package/dist/web/assets/GetStartedView-CG4z0Dtw.js +1 -0
- package/dist/web/assets/GetStartedView-yVmnGZPw.css +1 -0
- package/dist/web/assets/LabModelVersionDetailPage-BEkmSKuv.js +1 -0
- package/dist/web/assets/LabSkillSidebar-BIotN_RB.js +1 -0
- package/dist/web/assets/LabsRoute-CfOe0Zt5.js +3 -0
- package/dist/web/assets/LabsRoute-CoSPO4HR.css +1 -0
- package/dist/web/assets/MainChatThread-C0-l1mHt.js +2 -0
- package/dist/web/assets/MainPane-Bky_Rqcx.css +1 -0
- package/dist/web/assets/MainPane-aOVlVyRK.js +6 -0
- package/dist/web/assets/MarkdownText-D7DT1k1k.js +9 -0
- package/dist/web/assets/Messages-CBIXruA9.js +9 -0
- package/dist/web/assets/NativeSkillSidebar-C4t69Y7B.js +1 -0
- package/dist/web/assets/NewProjectDialog-Bat65tYD.js +1 -0
- package/dist/web/assets/OutputsPage-C58n39Db.js +1 -0
- package/dist/web/assets/RightChatPanelStack-Bp7nZxQ0.js +1 -0
- package/dist/web/assets/ScheduledWorkPage-BXP0j_c_.js +1 -0
- package/dist/web/assets/SettingsView-CtWK_aQ0.css +1 -0
- package/dist/web/assets/SettingsView-DOOfhO9a.js +6 -0
- package/dist/web/assets/TeamChatView-Cgxm-pKA.css +1 -0
- package/dist/web/assets/TeamChatView-De2wdqyY.js +3 -0
- package/dist/web/assets/{TerminalOverlay-B56XmI-k.js → TerminalOverlay-BsuCH3NX.js} +1 -1
- package/dist/web/assets/TrainingCreationPanel-D2OFWyQ-.js +1 -0
- package/dist/web/assets/TrainingDraftPanel-DBpulXTz.js +1 -0
- package/dist/web/assets/{UsageSettingsSection-r3CqRm6Q.js → UsageSettingsSection-DzMLUXAO.js} +37 -37
- package/dist/web/assets/WorkspaceDiffPanel-B7yIhjNF.js +14 -0
- package/dist/web/assets/WorkspaceEnvironmentMenu-B6jXM9xG.js +32 -0
- package/dist/web/assets/WorkspaceGitDialogs-CQ0fl9Qk.js +1 -0
- package/dist/web/assets/{WorkspaceMonacoEditor-CHd22UcG.js → WorkspaceMonacoEditor-C2ctzITz.js} +3 -3
- package/dist/web/assets/arrow-up-right-ecwcx3xt.js +1 -0
- package/dist/web/assets/chevron-up-DP8PPfWd.js +1 -0
- package/dist/web/assets/circle-alert-envg1D6O.js +1 -0
- package/dist/web/assets/cloud-upload-5MGPLnaA.js +1 -0
- package/dist/web/assets/{cssMode-KFDYjM8T.js → cssMode-CFifcEfw.js} +1 -1
- package/dist/web/assets/folder-open-Dq3ZjeEP.js +1 -0
- package/dist/web/assets/folder-plus-EiZ5wbv_.js +1 -0
- package/dist/web/assets/git-branch-w29jmQ-X.js +1 -0
- package/dist/web/assets/{git-commit-horizontal-C8UFKlXy.js → git-commit-horizontal-CGZM0PZo.js} +1 -1
- package/dist/web/assets/{htmlMode-NbLN3n6Q.js → htmlMode-Ct1P-_lf.js} +1 -1
- package/dist/web/assets/index-ByIQyiUl.js +178 -0
- package/dist/web/assets/index-D4uCeiep.js +1 -0
- package/dist/web/assets/index-D9jTe16Q.css +1 -0
- package/dist/web/assets/info-Cd2HkIeb.js +1 -0
- package/dist/web/assets/{jsonMode-Bl3r4LM_.js → jsonMode-BAUNCNAX.js} +1 -1
- package/dist/web/assets/{lspLanguageFeatures-DH22w5XD.js → lspLanguageFeatures-fucFYI1A.js} +1 -1
- package/dist/web/assets/monaco.contribution-Ce4v5kei.js +2 -0
- package/dist/web/assets/monaco.contribution-DLLMi4cB.js +2 -0
- package/dist/web/assets/monaco.contribution-g9QiIm1d.js +2 -0
- package/dist/web/assets/monaco.contribution-nG-5Cyjz.js +2 -0
- package/dist/web/assets/monitor-DgHCnCKl.js +1 -0
- package/dist/web/assets/{play-2NDQ4-7K.js → play-Be0XDHBu.js} +1 -1
- package/dist/web/assets/{python-CQ0TmUW9.js → python-CEhEiPo7.js} +1 -1
- package/dist/web/assets/{refresh-cw-CyermMsy.js → refresh-cw-DH0KLbdD.js} +1 -1
- package/dist/web/assets/reply-D1TK2yV8.js +1 -0
- package/dist/web/assets/{save-Bij3cc3Q.js → save-C1MSeBnQ.js} +1 -1
- package/dist/web/assets/square-CemI-0g5.js +1 -0
- package/dist/web/assets/square-pen-CqfsvR_n.js +1 -0
- package/dist/web/assets/{toggleHighContrast-CxALivAH.js → toggleHighContrast-DrdQN3Rl.js} +1 -1
- package/dist/web/assets/training-BQVNUTZA.css +1 -0
- package/dist/web/assets/training-model-data-B7-1Bxil.js +1 -0
- package/dist/web/assets/{tsMode-vH4lMS7h.js → tsMode-CKB5oOUU.js} +1 -1
- package/dist/web/assets/{upload-DbJfEI3G.js → upload-t751LLqP.js} +1 -1
- package/dist/web/assets/useLocalAgentSchedules-CzC3wfIP.js +1 -0
- package/dist/web/assets/{wifi-off-BnVFBG28.js → wifi-off-CxTHH3JU.js} +1 -1
- package/dist/web/assets/{workers-CBihj7z6.js → workers-CqYddzCd.js} +1 -1
- package/dist/web/assets/{yaml-Bhkoq1sy.js → yaml-e5wBkc-C.js} +1 -1
- package/dist/web/index.html +2 -2
- package/docs/command-reference.md +76 -41
- package/package.json +3 -1
- package/dist/chunks/chunk-3VURZQHA.js +0 -864
- package/dist/chunks/chunk-BWA3COR4.js +0 -3535
- package/dist/chunks/chunk-HLCTINEP.js +0 -224
- package/dist/chunks/chunk-PGET7EZF.js +0 -3896
- package/dist/chunks/chunk-T4QXKU5Y.js +0 -1
- package/dist/chunks/chunk-XEJ7XXUQ.js +0 -1301
- package/dist/chunks/cli-AS3DZ7XB.js +0 -23
- package/dist/chunks/extend-6N5S5KA5.js +0 -89
- package/dist/chunks/extension-FJSVCG2Q.js +0 -121
- package/dist/chunks/fileFromPath-DHCRY3BD.js +0 -2151
- package/dist/chunks/src-SCS4KKP4.js +0 -105881
- package/dist/web/assets/BrowserSidebar-C0MHQaaD.js +0 -1
- package/dist/web/assets/CloudWorkView-DNoPIlMj.css +0 -1
- package/dist/web/assets/CloudWorkView-DwFIZoXy.js +0 -1
- package/dist/web/assets/CommandMenu-CYGFrMZi.js +0 -1
- package/dist/web/assets/CommunityView-C6n89YXz.js +0 -1
- package/dist/web/assets/ComposerCreateImproveStrip-C3RwXC3_.js +0 -1
- package/dist/web/assets/GetStartedView-DBLdduwr.css +0 -1
- package/dist/web/assets/GetStartedView-fwD0ZXo9.js +0 -1
- package/dist/web/assets/LabSkillSidebar-BSuc-NJr.js +0 -1
- package/dist/web/assets/LabsRoute-BrJkBNig.css +0 -1
- package/dist/web/assets/LabsRoute-D2y8dSsT.js +0 -3
- package/dist/web/assets/MainChatThread-Dj_Ry6WQ.js +0 -2
- package/dist/web/assets/MakeAgentTutorialLearningPanel-Bz2VDaRe.js +0 -2
- package/dist/web/assets/MarkdownText-B6Nu_0Fz.js +0 -7
- package/dist/web/assets/Messages-CH2wfv2a.js +0 -10
- package/dist/web/assets/NativeSkillSidebar-4iUfgwqO.js +0 -1
- package/dist/web/assets/NewProjectDialog-8M5-6-h-.js +0 -1
- package/dist/web/assets/PostTrainingLearningPanel-CdG5KHZs.js +0 -2
- package/dist/web/assets/PostTrainingStatusPill-COZ4qISQ.js +0 -1
- package/dist/web/assets/ProfileSettingsSection-Bo7dybgW.js +0 -1
- package/dist/web/assets/ProfileSettingsSection-Cg4tKO-C.css +0 -1
- package/dist/web/assets/RightChatPanelStack-Di8zoHJI.js +0 -1
- package/dist/web/assets/SettingsView-BcYyY66X.css +0 -1
- package/dist/web/assets/SettingsView-CAaKdDHt.js +0 -6
- package/dist/web/assets/TeamChatView-Bx44q3WV.css +0 -1
- package/dist/web/assets/TeamChatView-CzQYFBap.js +0 -3
- package/dist/web/assets/TrainingCreationPanel-C_ntWAAP.js +0 -1
- package/dist/web/assets/TrainingDraftPanel-3hJIxLNn.js +0 -1
- package/dist/web/assets/WorkspaceDiffPanel-By8PWUuE.js +0 -14
- package/dist/web/assets/WorkspaceEnvironmentMenu-7wmC-spz.js +0 -32
- package/dist/web/assets/WorkspaceGitDialogs-Hn--lsRh.js +0 -1
- package/dist/web/assets/activity-Dp5V58om.js +0 -1
- package/dist/web/assets/boxes-DE7WJaEv.js +0 -1
- package/dist/web/assets/chevron-up-BWx8gGab.js +0 -1
- package/dist/web/assets/circle-x-DnmOfZIg.js +0 -1
- package/dist/web/assets/copy-BjWvaXLC.js +0 -1
- package/dist/web/assets/create-pipeline-request-C4V6-lWN.js +0 -4
- package/dist/web/assets/credit-card-Bjg0Zaw5.js +0 -1
- package/dist/web/assets/file-BrC1KjAS.js +0 -1
- package/dist/web/assets/git-branch-DTeeARsp.js +0 -1
- package/dist/web/assets/index-BcZetaeD.css +0 -1
- package/dist/web/assets/index-DQalqxbw.js +0 -177
- package/dist/web/assets/index-DYxF_d9i.js +0 -1
- package/dist/web/assets/info-BXBpMeVU.js +0 -1
- package/dist/web/assets/make-agent-tutorial-CAnTPFCK.js +0 -2
- package/dist/web/assets/monaco.contribution-C0BsxYAz.js +0 -2
- package/dist/web/assets/monaco.contribution-CzpXjm9j.js +0 -2
- package/dist/web/assets/monaco.contribution-DK-g-i00.js +0 -2
- package/dist/web/assets/monaco.contribution-iAurj7TQ.js +0 -2
- package/dist/web/assets/monitor-Ba2FFblh.js +0 -1
- package/dist/web/assets/reply-BSExNLHM.js +0 -1
- package/dist/web/assets/rotate-cw-DJ-zYG9E.js +0 -1
- package/dist/web/assets/training-BN8CALIc.css +0 -1
- package/dist/web/assets/training-model-data-BXUCzS0p.js +0 -1
- package/dist/web/tokens/eth.svg +0 -1
- package/dist/web/tokens/usdc.svg +0 -1
- package/docs/agent-edit-check-status-json.md +0 -132
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
import type { LocalOpenPondProfileCheckStatus, LocalOpenPondProfileHostedMaterializationStatus, LocalOpenPondProfileHostedPublishStatus, LocalOpenPondProfileHostedRunSummary, LocalOpenPondProfileHostedSourceCheckStatus } from "../config.js";
|
|
2
|
+
export type OpenPondProfileRef = {
|
|
3
|
+
source: "local" | "github" | "openpond_git";
|
|
4
|
+
repositoryId: string;
|
|
5
|
+
profileId: string;
|
|
6
|
+
};
|
|
7
|
+
export type OpenPondProfileCatalogEntry = {
|
|
8
|
+
ref: OpenPondProfileRef;
|
|
9
|
+
name: string;
|
|
10
|
+
repoPath: string;
|
|
11
|
+
sourcePath: string | null;
|
|
12
|
+
state: OpenPondProfileState;
|
|
13
|
+
};
|
|
14
|
+
export type OpenPondProfileLibrary = {
|
|
15
|
+
lastUsed: OpenPondProfileRef | null;
|
|
16
|
+
profiles: OpenPondProfileCatalogEntry[];
|
|
17
|
+
};
|
|
2
18
|
export type OpenPondProfileAgent = {
|
|
3
19
|
id: string;
|
|
4
20
|
name: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type LocalOpenPondProfileConfig, type LocalOpenPondProfilePushStatus } from "../config.js";
|
|
2
|
-
import { type OpenPondProfileState } from "./local-profile-types.js";
|
|
2
|
+
import { type OpenPondProfileLibrary, type OpenPondProfileRef, type OpenPondProfileState } from "./local-profile-types.js";
|
|
3
3
|
export declare const PROFILE_REPO_MANIFEST = "openpond-profile.json";
|
|
4
4
|
export declare const PROFILE_MANIFEST = "settings/profile.yaml";
|
|
5
5
|
export declare const DEFAULT_LOCAL_PROFILE = "default";
|
|
@@ -14,7 +14,7 @@ export type ProfileRepoManifest = {
|
|
|
14
14
|
agentNames?: Record<string, string>;
|
|
15
15
|
}>;
|
|
16
16
|
};
|
|
17
|
-
export type { OpenPondProfileActionCatalogEntry, OpenPondProfileAgent, OpenPondProfileCatalogState, OpenPondProfileDiffSummary, OpenPondProfileEval, OpenPondProfileGitFileChange, OpenPondProfileGitState, OpenPondProfileHostedBinding, OpenPondProfileSetupGate, OpenPondProfileSetupRequirement, OpenPondProfileSkill, OpenPondProfileSkillCatalogState, OpenPondProfileState, OpenPondProfileSummary, } from "./local-profile-types.js";
|
|
17
|
+
export type { OpenPondProfileActionCatalogEntry, OpenPondProfileAgent, OpenPondProfileCatalogState, OpenPondProfileDiffSummary, OpenPondProfileEval, OpenPondProfileGitFileChange, OpenPondProfileGitState, OpenPondProfileHostedBinding, OpenPondProfileLibrary, OpenPondProfileRef, OpenPondProfileSetupGate, OpenPondProfileSetupRequirement, OpenPondProfileSkill, OpenPondProfileSkillCatalogState, OpenPondProfileState, OpenPondProfileSummary, } from "./local-profile-types.js";
|
|
18
18
|
export { OpenPondProfileSetupRequiredError, assertOpenPondProfileActionReady, buildOpenPondProfileSetupGate, formatOpenPondProfileSetupRequirement, } from "./profile-setup-gate.js";
|
|
19
19
|
export type { LocalOpenPondProfileCheckStatus, LocalOpenPondProfilePushStatus, } from "../config.js";
|
|
20
20
|
export { collectProfileSourceUploadEntries, type OpenPondProfileSourceUpload, type OpenPondProfileSourceUploadEntry, } from "./profile-source-upload.js";
|
|
@@ -28,7 +28,7 @@ export type InitLocalProfileInput = {
|
|
|
28
28
|
export declare function mergeProfileRepoManifestEntry(existing: ProfileRepoManifest["profiles"][string] | undefined, profilePath: string): ProfileRepoManifest["profiles"][string];
|
|
29
29
|
export declare function mergeActiveLocalProfileConfig(existing: LocalOpenPondProfileConfig | undefined, repoPath: string, profile: string): LocalOpenPondProfileConfig;
|
|
30
30
|
export type RunProfileCommandInput = {
|
|
31
|
-
command: "inspect" | "build" | "validate" | "eval" | "run";
|
|
31
|
+
command: "inspect" | "build" | "validate" | "eval" | "traces" | "run";
|
|
32
32
|
args?: string[];
|
|
33
33
|
cwd?: string;
|
|
34
34
|
inherit?: boolean;
|
|
@@ -38,9 +38,55 @@ export type RunProfileCommandInput = {
|
|
|
38
38
|
export declare function defaultLocalProfileRepoPath(): string;
|
|
39
39
|
export declare function emptyProfileState(error?: string | null): OpenPondProfileState;
|
|
40
40
|
export declare function initLocalProfileRepo(input?: InitLocalProfileInput): Promise<OpenPondProfileState>;
|
|
41
|
-
export declare function loadLocalProfileRepo(repoPathInput: string, profileInput?: string
|
|
41
|
+
export declare function loadLocalProfileRepo(repoPathInput: string, profileInput?: string, identity?: {
|
|
42
|
+
source: OpenPondProfileRef["source"];
|
|
43
|
+
repositoryId: string;
|
|
44
|
+
}): Promise<OpenPondProfileState>;
|
|
45
|
+
export declare function registerLocalProfileRepo(repoPathInput: string, profileInput?: string, identity?: {
|
|
46
|
+
source: OpenPondProfileRef["source"];
|
|
47
|
+
repositoryId: string;
|
|
48
|
+
}): Promise<OpenPondProfileState>;
|
|
42
49
|
export declare function renameActiveProfileAgent(agentIdInput: string, nameInput: string): Promise<OpenPondProfileState>;
|
|
50
|
+
export declare function installAgentPackageIntoActiveProfile(input: {
|
|
51
|
+
agentPackage: InstallableAgentPackage;
|
|
52
|
+
overwrite?: boolean;
|
|
53
|
+
}): Promise<{
|
|
54
|
+
state: OpenPondProfileState;
|
|
55
|
+
agentId: string;
|
|
56
|
+
versionId: string;
|
|
57
|
+
digest: string;
|
|
58
|
+
}>;
|
|
59
|
+
export type InstallableAgentPackage = {
|
|
60
|
+
schema: "openpond.agent-package.v1";
|
|
61
|
+
agentId: string;
|
|
62
|
+
versionId: string;
|
|
63
|
+
digest: string;
|
|
64
|
+
title: string;
|
|
65
|
+
source: {
|
|
66
|
+
files: Array<{
|
|
67
|
+
path: string;
|
|
68
|
+
sizeBytes: number;
|
|
69
|
+
sha256: string;
|
|
70
|
+
contentsBase64: string;
|
|
71
|
+
}>;
|
|
72
|
+
totalSizeBytes: number;
|
|
73
|
+
};
|
|
74
|
+
receipts: Array<{
|
|
75
|
+
id: string;
|
|
76
|
+
kind: "sdk_validation" | "sdk_eval";
|
|
77
|
+
}>;
|
|
78
|
+
};
|
|
43
79
|
export declare function loadOpenPondProfileState(): Promise<OpenPondProfileState>;
|
|
80
|
+
export declare function openPondProfileRef(input: {
|
|
81
|
+
source?: OpenPondProfileRef["source"];
|
|
82
|
+
repositoryId?: string;
|
|
83
|
+
repoPath: string;
|
|
84
|
+
profile: string;
|
|
85
|
+
}): OpenPondProfileRef;
|
|
86
|
+
export declare function loadOpenPondProfileLibrary(): Promise<OpenPondProfileLibrary>;
|
|
87
|
+
export declare function loadOpenPondProfileStateForRef(ref: OpenPondProfileRef | null | undefined): Promise<OpenPondProfileState>;
|
|
88
|
+
export declare function selectOpenPondProfile(ref: OpenPondProfileRef): Promise<OpenPondProfileState>;
|
|
89
|
+
export declare function removeOpenPondProfile(ref: OpenPondProfileRef): Promise<OpenPondProfileLibrary>;
|
|
44
90
|
export declare function requireActiveLocalProfile(): Promise<{
|
|
45
91
|
config: LocalOpenPondProfileConfig;
|
|
46
92
|
state: OpenPondProfileState;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { OpenPondSandboxClient } from "./client.js";
|
|
2
|
-
import type { SandboxAgentRunInput,
|
|
2
|
+
import type { SandboxAgentRunInput, SandboxAgentSourceChecksRequestInput, SandboxAgentSourcePublishInput, SandboxAgentUpdateInput, SandboxAgentUpsertInput, SandboxCreateInput, SandboxAsyncRequestOptions, SandboxProjectUpdateInput, SandboxProjectUpsertInput, SandboxProjectSourceUploadInput, SandboxRuntime, SandboxRuntimeCheckpointInput, SandboxRuntimeCreateInput, SandboxRuntimeEventInput, SandboxRuntimePromoteInput, SandboxRuntimeSourcePreserveInput, SandboxRuntimeSandboxCreateInput, SandboxRuntimeTransitionInput, OpenPondHostedProfilePushInput, OpenPondHostedProfilePushResponse, OpenPondHostedProfileSummary } from "./types/index.js";
|
|
3
3
|
export declare function createSandboxRuntimeNamespace(client: OpenPondSandboxClient): {
|
|
4
4
|
list: (input?: {
|
|
5
5
|
teamId?: string;
|
|
@@ -7,61 +7,61 @@ export declare function createSandboxRuntimeNamespace(client: OpenPondSandboxCli
|
|
|
7
7
|
agentId?: string;
|
|
8
8
|
}) => Promise<SandboxRuntime[]>;
|
|
9
9
|
create: (input: SandboxRuntimeCreateInput) => Promise<SandboxRuntime>;
|
|
10
|
-
handle: (runtimeId: string, initial?: SandboxRuntime | null) => import("
|
|
10
|
+
handle: (runtimeId: string, initial?: SandboxRuntime | null) => import("openpond-sdk").OpenPondSandboxRuntimeHandle;
|
|
11
11
|
get: (runtimeId: string) => Promise<SandboxRuntime>;
|
|
12
|
-
createSandbox: (runtimeId: string, input?: SandboxRuntimeSandboxCreateInput, options?: SandboxAsyncRequestOptions) => Promise<import("
|
|
12
|
+
createSandbox: (runtimeId: string, input?: SandboxRuntimeSandboxCreateInput, options?: SandboxAsyncRequestOptions) => Promise<import("openpond-sdk").SandboxRuntimeSandboxResponse>;
|
|
13
13
|
updateStatus: (runtimeId: string, input: SandboxRuntimeTransitionInput) => Promise<SandboxRuntime>;
|
|
14
|
-
events: (runtimeId: string) => Promise<import("
|
|
15
|
-
event: (runtimeId: string, input: SandboxRuntimeEventInput) => Promise<import("
|
|
14
|
+
events: (runtimeId: string) => Promise<import("openpond-sdk").SandboxRuntimeEventsResponse>;
|
|
15
|
+
event: (runtimeId: string, input: SandboxRuntimeEventInput) => Promise<import("openpond-sdk").SandboxRuntimeEventResponse>;
|
|
16
16
|
checkpoint: (runtimeId: string, input?: SandboxRuntimeCheckpointInput) => Promise<SandboxRuntime>;
|
|
17
17
|
promote: (runtimeId: string, input: SandboxRuntimePromoteInput, options?: {
|
|
18
18
|
teamId?: string;
|
|
19
|
-
}) => Promise<import("
|
|
19
|
+
}) => Promise<import("openpond-sdk").SandboxRuntimePromoteResponse>;
|
|
20
20
|
preserveSource: (runtimeId: string, input?: SandboxRuntimeSourcePreserveInput, options?: {
|
|
21
21
|
teamId?: string;
|
|
22
|
-
}) => Promise<import("
|
|
22
|
+
}) => Promise<import("openpond-sdk").SandboxRuntimeSourcePreserveResponse>;
|
|
23
23
|
};
|
|
24
24
|
export declare function createSandboxNamespace(client: OpenPondSandboxClient): {
|
|
25
25
|
list: (input?: {
|
|
26
26
|
teamId?: string;
|
|
27
27
|
projectId?: string;
|
|
28
28
|
agentId?: string;
|
|
29
|
-
}) => Promise<import("
|
|
30
|
-
create: (input: SandboxCreateInput) => Promise<import("
|
|
31
|
-
get: (sandboxId: string) => Promise<import("
|
|
32
|
-
pricing: () => Promise<import("
|
|
29
|
+
}) => Promise<import("openpond-sdk").SandboxRecord[]>;
|
|
30
|
+
create: (input: SandboxCreateInput) => Promise<import("openpond-sdk").SandboxRecord>;
|
|
31
|
+
get: (sandboxId: string) => Promise<import("openpond-sdk").SandboxRecord>;
|
|
32
|
+
pricing: () => Promise<import("openpond-sdk").SandboxPricingResponse>;
|
|
33
33
|
costs: (input?: {
|
|
34
34
|
teamId?: string;
|
|
35
35
|
projectId?: string;
|
|
36
36
|
agentId?: string;
|
|
37
|
-
}) => Promise<import("
|
|
37
|
+
}) => Promise<import("openpond-sdk").SandboxCostSummaryResponse>;
|
|
38
38
|
};
|
|
39
39
|
export declare function createSandboxProjectNamespace(client: OpenPondSandboxClient): {
|
|
40
40
|
list: (input: {
|
|
41
41
|
teamId: string;
|
|
42
|
-
}) => Promise<import("
|
|
43
|
-
upsert: (input: SandboxProjectUpsertInput) => Promise<import("
|
|
44
|
-
upsertGitRemote: (input: SandboxProjectUpsertInput) => Promise<import("
|
|
42
|
+
}) => Promise<import("openpond-sdk").SandboxProject[]>;
|
|
43
|
+
upsert: (input: SandboxProjectUpsertInput) => Promise<import("openpond-sdk").SandboxProject>;
|
|
44
|
+
upsertGitRemote: (input: SandboxProjectUpsertInput) => Promise<import("openpond-sdk").SandboxProjectGitRemoteResponse>;
|
|
45
45
|
get: (projectId: string, input: {
|
|
46
46
|
teamId: string;
|
|
47
|
-
}) => Promise<import("
|
|
48
|
-
update: (projectId: string, input: SandboxProjectUpdateInput) => Promise<import("
|
|
47
|
+
}) => Promise<import("openpond-sdk").SandboxProject>;
|
|
48
|
+
update: (projectId: string, input: SandboxProjectUpdateInput) => Promise<import("openpond-sdk").SandboxProject>;
|
|
49
49
|
sync: (projectId: string, input: {
|
|
50
50
|
teamId: string;
|
|
51
|
-
}) => Promise<import("
|
|
51
|
+
}) => Promise<import("openpond-sdk").SandboxProject>;
|
|
52
52
|
ensureGitRemote: (projectId: string, input: {
|
|
53
53
|
teamId: string;
|
|
54
|
-
}) => Promise<import("
|
|
54
|
+
}) => Promise<import("openpond-sdk").SandboxProjectGitRemoteResponse>;
|
|
55
55
|
getGitRemote: (projectId: string, input: {
|
|
56
56
|
teamId: string;
|
|
57
|
-
}) => Promise<import("
|
|
57
|
+
}) => Promise<import("openpond-sdk").SandboxProjectGitRemoteResponse>;
|
|
58
58
|
git: (projectId: string, input: {
|
|
59
59
|
teamId: string;
|
|
60
|
-
}) => Promise<import("
|
|
61
|
-
uploadSource: (projectId: string, input: SandboxProjectSourceUploadInput) => Promise<import("
|
|
60
|
+
}) => Promise<import("openpond-sdk").SandboxProjectGitRemoteResponse>;
|
|
61
|
+
uploadSource: (projectId: string, input: SandboxProjectSourceUploadInput) => Promise<import("openpond-sdk").SandboxProject>;
|
|
62
62
|
archive: (projectId: string, input: {
|
|
63
63
|
teamId: string;
|
|
64
|
-
}) => Promise<import("
|
|
64
|
+
}) => Promise<import("openpond-sdk").SandboxProject>;
|
|
65
65
|
};
|
|
66
66
|
export declare function createSandboxProfileNamespace(client: OpenPondSandboxClient): {
|
|
67
67
|
get(input: {
|
|
@@ -78,36 +78,23 @@ export declare function createSandboxProfileNamespace(client: OpenPondSandboxCli
|
|
|
78
78
|
export declare function createSandboxAgentNamespace(client: OpenPondSandboxClient): {
|
|
79
79
|
list: (input: {
|
|
80
80
|
teamId: string;
|
|
81
|
-
}) => Promise<import("
|
|
82
|
-
upsert: (input: SandboxAgentUpsertInput) => Promise<import("
|
|
81
|
+
}) => Promise<import("openpond-sdk").SandboxAgent[]>;
|
|
82
|
+
upsert: (input: SandboxAgentUpsertInput) => Promise<import("openpond-sdk").SandboxAgent>;
|
|
83
83
|
get: (agentId: string, input: {
|
|
84
84
|
teamId: string;
|
|
85
|
-
}) => Promise<import("
|
|
86
|
-
update: (agentId: string, input: SandboxAgentUpdateInput) => Promise<import("
|
|
85
|
+
}) => Promise<import("openpond-sdk").SandboxAgent>;
|
|
86
|
+
update: (agentId: string, input: SandboxAgentUpdateInput) => Promise<import("openpond-sdk").SandboxAgent>;
|
|
87
87
|
archive: (agentId: string, input: {
|
|
88
88
|
teamId: string;
|
|
89
|
-
}) => Promise<import("
|
|
90
|
-
run: (agentId: string, input: SandboxAgentRunInput) => Promise<import("
|
|
89
|
+
}) => Promise<import("openpond-sdk").SandboxAgent>;
|
|
90
|
+
run: (agentId: string, input: SandboxAgentRunInput) => Promise<import("openpond-sdk").SandboxAgentRunResponse>;
|
|
91
91
|
sourceDeployPlan: (agentId: string, input: {
|
|
92
92
|
teamId: string;
|
|
93
|
-
}) => Promise<import("
|
|
93
|
+
}) => Promise<import("openpond-sdk").SandboxAgentSourceDeployPlan>;
|
|
94
94
|
manifestSnapshots: (agentId: string, input: {
|
|
95
95
|
teamId: string;
|
|
96
96
|
limit?: number;
|
|
97
|
-
}) => Promise<import("
|
|
98
|
-
requestSourceChecks: (agentId: string, input: SandboxAgentSourceChecksRequestInput) => Promise<import("
|
|
99
|
-
publishSource: (agentId: string, input: SandboxAgentSourcePublishInput) => Promise<import("
|
|
100
|
-
openEditWorkItem: (agentId: string, input: SandboxAgentEditWorkItemOpenInput) => Promise<import("src/index.js").SandboxAgentEditWorkItemOpenResult>;
|
|
101
|
-
};
|
|
102
|
-
export declare function createSandboxWorkItemNamespace(client: OpenPondSandboxClient): {
|
|
103
|
-
get: (workItemId: string, input: SandboxCodingWorkItemGetInput) => Promise<import("src/index.js").SandboxCodingWorkItem>;
|
|
104
|
-
chat: (workItemId: string, input: SandboxCodingWorkItemChatInput) => Promise<import("src/index.js").SandboxCodingWorkItemChatResult>;
|
|
105
|
-
activity: (workItemId: string, input: SandboxCodingWorkItemActivityListInput) => Promise<import("src/index.js").SandboxCodingWorkItemActivity[]>;
|
|
106
|
-
status: (workItemId: string, input: SandboxCodingWorkItemActivityListInput & {
|
|
107
|
-
includeArchived?: boolean;
|
|
108
|
-
}) => Promise<import("src/index.js").SandboxCodingWorkItemStatusResult>;
|
|
109
|
-
handleBackground: (workItemId: string, input: SandboxCodingWorkItemBackgroundInput) => Promise<import("src/index.js").SandboxCodingWorkItemBackgroundResult>;
|
|
110
|
-
promoteCheckpoint: (workItemId: string, input: SandboxCodingWorkItemPromotionInput) => Promise<import("src/index.js").SandboxCodingWorkItemArtifact>;
|
|
111
|
-
promoteCommit: (workItemId: string, input: SandboxCodingWorkItemPromotionInput) => Promise<import("src/index.js").SandboxCodingWorkItemArtifact>;
|
|
112
|
-
promotePullRequest: (workItemId: string, input: SandboxCodingWorkItemPromotionInput) => Promise<import("src/index.js").SandboxCodingWorkItemArtifact>;
|
|
97
|
+
}) => Promise<import("openpond-sdk").SandboxAgentManifestSnapshot[]>;
|
|
98
|
+
requestSourceChecks: (agentId: string, input: SandboxAgentSourceChecksRequestInput) => Promise<import("openpond-sdk").SandboxAgentSourceChecksRequestResult>;
|
|
99
|
+
publishSource: (agentId: string, input: SandboxAgentSourcePublishInput) => Promise<import("openpond-sdk").SandboxAgentSourcePublishResult>;
|
|
113
100
|
};
|
package/dist/sandbox/client.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OpenPondSandboxInstanceClient } from "./sandbox-instance-client.js";
|
|
2
|
-
import type { SandboxIntegrationConnectionStatusFilter, SandboxAsyncRequestOptions, SandboxScheduleCreateInput, SandboxScheduleUpdateInput, SandboxForkInput, SandboxForkOptions, SandboxTemplateLaunchInput, SandboxPublishedSnapshotBuildCreateInput, SandboxPublishedSnapshotBuildRecord, SandboxSecretMetadata, SandboxSecretCreateInput, SandboxSecretRotateInput, SandboxSecretAttachInput, SandboxSnapshotTemplateVisibility, SandboxTemplateBuildCreateInput, SandboxTemplateBuildRecord, OpenPondOrganization, OpenPondOrganizationCreateInput, OpenPondOrganizationUpdateInput, OpenPondOrganizationMember, OpenPondOrganizationMemberUpsertInput, OpenPondOrganizationMcpServer, OpenPondOrganizationMcpGenerateInput, SandboxProject, OpenPondHostedProfilePushInput, OpenPondHostedProfilePushResponse, OpenPondHostedProfileSummary, SandboxAgent, SandboxProjectUpsertInput, SandboxProjectUpdateInput, SandboxProjectSourceUploadInput, SandboxProjectGitRemoteResponse, SandboxAgentUpsertInput, SandboxAgentUpdateInput, SandboxAgentRunInput, SandboxAgentSourceChecksRequestInput, SandboxAgentSourceChecksRequestResult, SandboxAgentSourceDeployPlan, SandboxAgentSourcePublishInput, SandboxAgentSourcePublishResult,
|
|
2
|
+
import type { SandboxIntegrationConnectionStatusFilter, SandboxAsyncRequestOptions, SandboxScheduleCreateInput, SandboxScheduleUpdateInput, SandboxForkInput, SandboxForkOptions, SandboxTemplateLaunchInput, SandboxPublishedSnapshotBuildCreateInput, SandboxPublishedSnapshotBuildRecord, SandboxSecretMetadata, SandboxSecretCreateInput, SandboxSecretRotateInput, SandboxSecretAttachInput, SandboxSnapshotTemplateVisibility, SandboxTemplateBuildCreateInput, SandboxTemplateBuildRecord, OpenPondOrganization, OpenPondOrganizationCreateInput, OpenPondOrganizationUpdateInput, OpenPondOrganizationMember, OpenPondOrganizationMemberUpsertInput, OpenPondOrganizationMcpServer, OpenPondOrganizationMcpGenerateInput, SandboxProject, OpenPondHostedProfilePushInput, OpenPondHostedProfilePushResponse, OpenPondHostedProfileSummary, SandboxAgent, SandboxProjectUpsertInput, SandboxProjectUpdateInput, SandboxProjectSourceUploadInput, SandboxProjectGitRemoteResponse, SandboxAgentUpsertInput, SandboxAgentUpdateInput, SandboxAgentRunInput, SandboxAgentSourceChecksRequestInput, SandboxAgentSourceChecksRequestResult, SandboxAgentSourceDeployPlan, SandboxAgentSourcePublishInput, SandboxAgentSourcePublishResult, SandboxAgentManifestSnapshot, SandboxAgentRunResponse, MicrosoftTeamsBotOverview, MicrosoftTeamsBotBindingTargetInput, MicrosoftTeamsBotBindingResponse, MicrosoftTeamsBotDiagnosticRunInput, MicrosoftTeamsBotDiagnosticRunResponse, SandboxRecord, SandboxSnapshotCatalogResponse, SandboxPublishedSnapshotCatalogResponse, SandboxTemplateCatalogResponse, SandboxRuntime, SandboxRuntimeCreateInput, SandboxRuntimeSandboxCreateInput, SandboxRuntimeEventInput, SandboxRuntimeCheckpointInput, SandboxRuntimePromoteInput, SandboxRuntimeSourcePreserveInput, SandboxRuntimeTransitionInput, SandboxRuntimeSandboxResponse, SandboxRuntimeEventResponse, SandboxRuntimeEventsResponse, SandboxRuntimePromoteResponse, SandboxRuntimeSourcePreserveResponse, SandboxIntegrationConnectionsResponse, SandboxForkResponse, SandboxPublishedSnapshotLaunchResponse, SandboxTemplateLaunchResponse, SandboxScheduleListResponse, SandboxScheduleResponse, SandboxScheduleRunListResponse, SandboxScheduleRunResponse, SandboxReplayInput, SandboxReplayResponse, SandboxReplayListResponse, SandboxReplayLogsResponse, SandboxReplayArtifactsResponse, SandboxPublishedSnapshotBuildLogsResponse, SandboxTemplateBuildLogsResponse, SandboxSmokeOptions, SandboxSmokeSummary, OpenPondSandboxClientOptions, OpenPondSandboxMcpServerConfig, OpenPondSandboxRuntimeHandle } from "./types/index.js";
|
|
3
3
|
export declare class OpenPondSandboxClient extends OpenPondSandboxInstanceClient {
|
|
4
4
|
readonly runtimes: {
|
|
5
5
|
list: (input?: {
|
|
@@ -28,14 +28,14 @@ export declare class OpenPondSandboxClient extends OpenPondSandboxInstanceClient
|
|
|
28
28
|
projectId?: string;
|
|
29
29
|
agentId?: string;
|
|
30
30
|
}) => Promise<SandboxRecord[]>;
|
|
31
|
-
create: (input: import("
|
|
31
|
+
create: (input: import("openpond-sdk").SandboxCreateInput) => Promise<SandboxRecord>;
|
|
32
32
|
get: (sandboxId: string) => Promise<SandboxRecord>;
|
|
33
|
-
pricing: () => Promise<import("
|
|
33
|
+
pricing: () => Promise<import("openpond-sdk").SandboxPricingResponse>;
|
|
34
34
|
costs: (input?: {
|
|
35
35
|
teamId?: string;
|
|
36
36
|
projectId?: string;
|
|
37
37
|
agentId?: string;
|
|
38
|
-
}) => Promise<import("
|
|
38
|
+
}) => Promise<import("openpond-sdk").SandboxCostSummaryResponse>;
|
|
39
39
|
};
|
|
40
40
|
readonly profile: {
|
|
41
41
|
get(input: {
|
|
@@ -98,19 +98,6 @@ export declare class OpenPondSandboxClient extends OpenPondSandboxInstanceClient
|
|
|
98
98
|
}) => Promise<SandboxAgentManifestSnapshot[]>;
|
|
99
99
|
requestSourceChecks: (agentId: string, input: SandboxAgentSourceChecksRequestInput) => Promise<SandboxAgentSourceChecksRequestResult>;
|
|
100
100
|
publishSource: (agentId: string, input: SandboxAgentSourcePublishInput) => Promise<SandboxAgentSourcePublishResult>;
|
|
101
|
-
openEditWorkItem: (agentId: string, input: SandboxAgentEditWorkItemOpenInput) => Promise<SandboxAgentEditWorkItemOpenResult>;
|
|
102
|
-
};
|
|
103
|
-
readonly workItems: {
|
|
104
|
-
get: (workItemId: string, input: SandboxCodingWorkItemGetInput) => Promise<SandboxCodingWorkItem>;
|
|
105
|
-
chat: (workItemId: string, input: SandboxCodingWorkItemChatInput) => Promise<SandboxCodingWorkItemChatResult>;
|
|
106
|
-
activity: (workItemId: string, input: SandboxCodingWorkItemActivityListInput) => Promise<SandboxCodingWorkItemActivity[]>;
|
|
107
|
-
status: (workItemId: string, input: SandboxCodingWorkItemActivityListInput & {
|
|
108
|
-
includeArchived?: boolean;
|
|
109
|
-
}) => Promise<SandboxCodingWorkItemStatusResult>;
|
|
110
|
-
handleBackground: (workItemId: string, input: SandboxCodingWorkItemBackgroundInput) => Promise<SandboxCodingWorkItemBackgroundResult>;
|
|
111
|
-
promoteCheckpoint: (workItemId: string, input: SandboxCodingWorkItemPromotionInput) => Promise<SandboxCodingWorkItemArtifact>;
|
|
112
|
-
promoteCommit: (workItemId: string, input: SandboxCodingWorkItemPromotionInput) => Promise<SandboxCodingWorkItemArtifact>;
|
|
113
|
-
promotePullRequest: (workItemId: string, input: SandboxCodingWorkItemPromotionInput) => Promise<SandboxCodingWorkItemArtifact>;
|
|
114
101
|
};
|
|
115
102
|
list(input?: {
|
|
116
103
|
teamId?: string;
|
|
@@ -196,15 +183,6 @@ export declare class OpenPondSandboxClient extends OpenPondSandboxInstanceClient
|
|
|
196
183
|
}): Promise<SandboxAgentManifestSnapshot[]>;
|
|
197
184
|
requestAgentSourceChecks(agentId: string, input: SandboxAgentSourceChecksRequestInput): Promise<SandboxAgentSourceChecksRequestResult>;
|
|
198
185
|
publishAgentSource(agentId: string, input: SandboxAgentSourcePublishInput): Promise<SandboxAgentSourcePublishResult>;
|
|
199
|
-
openAgentEditWorkItem(agentId: string, input: SandboxAgentEditWorkItemOpenInput): Promise<SandboxAgentEditWorkItemOpenResult>;
|
|
200
|
-
getCodingWorkItem(workItemId: string, input: SandboxCodingWorkItemGetInput): Promise<SandboxCodingWorkItem>;
|
|
201
|
-
sendCodingWorkItemChat(workItemId: string, input: SandboxCodingWorkItemChatInput): Promise<SandboxCodingWorkItemChatResult>;
|
|
202
|
-
listCodingWorkItemActivity(workItemId: string, input: SandboxCodingWorkItemActivityListInput): Promise<SandboxCodingWorkItemActivity[]>;
|
|
203
|
-
getCodingWorkItemStatus(workItemId: string, input: SandboxCodingWorkItemActivityListInput & {
|
|
204
|
-
includeArchived?: boolean;
|
|
205
|
-
}): Promise<SandboxCodingWorkItemStatusResult>;
|
|
206
|
-
handleCodingWorkItemInBackground(workItemId: string, input: SandboxCodingWorkItemBackgroundInput): Promise<SandboxCodingWorkItemBackgroundResult>;
|
|
207
|
-
promoteCodingWorkItemResult(workItemId: string, action: "checkpoint" | "commit" | "pr", input: SandboxCodingWorkItemPromotionInput): Promise<SandboxCodingWorkItemArtifact>;
|
|
208
186
|
getMicrosoftTeamsBotOverview(input: {
|
|
209
187
|
teamId: string;
|
|
210
188
|
}): Promise<MicrosoftTeamsBotOverview>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { SandboxIntegrationConnectionLeaseInput, SandboxCreateInput, SandboxCreateOptions, SandboxAsyncRequestOptions, SandboxForkInput, SandboxExecInput, SandboxProcessStartInput, SandboxPtyStartInput, SandboxPtyInput, SandboxOpenPortInput, SandboxGitDiffInput, SandboxGitPatchExportInput, SandboxGitBranchInput, SandboxGitCommitInput, SandboxGitPullInput, SandboxGitPushInput, SandboxFileDownloadInput, SandboxFileListInput, SandboxFileMkdirInput, SandboxFileMoveInput, SandboxFileSearchInput, SandboxReceipt, SandboxSnapshotValidateInput, SandboxSnapshotUpdateInput, SandboxSnapshotInput, SandboxRecord, SandboxIntegrationLeasesResponse, SandboxExecResponse, SandboxProcessStartResponse, SandboxProcessListResponse, SandboxProcessStatusResponse, SandboxProcessStopResponse, SandboxPtyStartResponse, SandboxPtyListResponse, SandboxPtyStatusResponse, SandboxPtyInputResponse, SandboxPtyStopResponse, SandboxOpenPortResponse, SandboxSnapshotResponse, SandboxSnapshotValidationResponse, SandboxForkResponse, SandboxReceiptResponse, SandboxLifecycleAcceptedResponse, SandboxStartResponse, SandboxRestoreResponse, SandboxGitStatusResponse, SandboxGitDiffResponse, SandboxGitPatchExportResponse, SandboxGitBranchResponse, SandboxGitCommitResponse, SandboxGitPullResponse, SandboxGitPushResponse, SandboxFileUploadResponse, SandboxFileDownloadResponse, SandboxFileListResponse, SandboxFileDeleteResponse, SandboxFileMkdirResponse, SandboxFileMoveResponse, SandboxFileStatResponse, SandboxFileSearchResponse, SandboxBillingStatusResponse, SandboxPricingResponse, SandboxCostSummaryResponse, OpenPondSandboxClientOptions } from "./types/index.js";
|
|
2
2
|
export declare class OpenPondSandboxInstanceClient {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
readonly apiKey: string;
|
|
4
|
+
readonly apiRootUrl: string;
|
|
5
|
+
readonly sandboxApiUrl: string;
|
|
6
6
|
constructor(options: OpenPondSandboxClientOptions);
|
|
7
7
|
create(input: SandboxCreateInput, options?: SandboxCreateOptions): Promise<SandboxRecord>;
|
|
8
8
|
get(sandboxId: string): Promise<SandboxRecord>;
|
|
@@ -67,6 +67,6 @@ export declare class OpenPondSandboxInstanceClient {
|
|
|
67
67
|
integrationLeases(sandboxId: string): Promise<SandboxIntegrationLeasesResponse>;
|
|
68
68
|
attachIntegrationConnection(sandboxId: string, input: SandboxIntegrationConnectionLeaseInput): Promise<SandboxIntegrationLeasesResponse>;
|
|
69
69
|
removeIntegrationLease(sandboxId: string, leaseId: string): Promise<SandboxIntegrationLeasesResponse>;
|
|
70
|
-
|
|
71
|
-
|
|
70
|
+
request<T>(path: string, init?: RequestInit): Promise<T>;
|
|
71
|
+
requestApiRoot<T>(path: string, init?: RequestInit): Promise<T>;
|
|
72
72
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { SandboxExecInput, SandboxExecResponse, SandboxFileDeleteResponse, SandboxFileDownloadInput, SandboxFileDownloadResponse, SandboxFileListInput, SandboxFileListResponse, SandboxFileMkdirInput, SandboxFileMkdirResponse, SandboxFileMoveInput, SandboxFileMoveResponse, SandboxFileSearchInput, SandboxFileSearchResponse, SandboxFileStatResponse, SandboxFileUploadResponse, SandboxOpenPortInput, SandboxOpenPortResponse, SandboxRecord, SandboxReservation, SandboxRuntime, SandboxRuntimeCheckpointInput,
|
|
1
|
+
import type { SandboxExecInput, SandboxExecResponse, SandboxFileDeleteResponse, SandboxFileDownloadInput, SandboxFileDownloadResponse, SandboxFileListInput, SandboxFileListResponse, SandboxFileMkdirInput, SandboxFileMkdirResponse, SandboxFileMoveInput, SandboxFileMoveResponse, SandboxFileSearchInput, SandboxFileSearchResponse, SandboxFileStatResponse, SandboxFileUploadResponse, SandboxOpenPortInput, SandboxOpenPortResponse, SandboxRecord, SandboxReservation, SandboxRuntime, SandboxRuntimeCheckpointInput, SandboxRuntimeEventInput, SandboxRuntimeEventResponse, SandboxRuntimeEventsResponse, SandboxRuntimePromoteInput, SandboxRuntimePromoteResponse, SandboxRuntimeSourcePreserveInput, SandboxRuntimeSourcePreserveResponse, SandboxRuntimeSandboxCreateInput, SandboxRuntimeSandboxResponse, SandboxRuntimeTransitionInput, SandboxState, SandboxAsyncRequestOptions } from "./index.js";
|
|
2
2
|
export type SandboxSmokeOptions = {
|
|
3
3
|
repo?: string;
|
|
4
4
|
budgetUsd?: string;
|
|
@@ -9,7 +9,6 @@ export type SandboxSmokeOptions = {
|
|
|
9
9
|
preview?: boolean;
|
|
10
10
|
snapshot?: boolean;
|
|
11
11
|
fork?: boolean;
|
|
12
|
-
expectedRuntimeDriver?: SandboxRuntimeDriver;
|
|
13
12
|
expectedMppMode?: NonNullable<SandboxReservation["mpp"]>["mode"];
|
|
14
13
|
};
|
|
15
14
|
export type SandboxSmokeSummary = {
|
|
@@ -210,7 +210,6 @@ export type SandboxAgentManifestSnapshot = {
|
|
|
210
210
|
buildStatus: string | null;
|
|
211
211
|
validationStatus: string | null;
|
|
212
212
|
evalStatus: string | null;
|
|
213
|
-
workItemId: string | null;
|
|
214
213
|
taskRunId: string | null;
|
|
215
214
|
traceArtifactRef: string | null;
|
|
216
215
|
evalResultArtifactRef: string | null;
|
|
@@ -310,71 +309,7 @@ export type SandboxAgentSourceChecksRequestInput = {
|
|
|
310
309
|
dispatch?: SandboxAgentSourceCheckDispatchMode;
|
|
311
310
|
metadata?: Record<string, unknown>;
|
|
312
311
|
};
|
|
313
|
-
export type
|
|
314
|
-
id: string;
|
|
315
|
-
};
|
|
316
|
-
export type SandboxCodingWorkItemActivity = Record<string, unknown> & {
|
|
317
|
-
id: string;
|
|
318
|
-
};
|
|
319
|
-
export type SandboxCodingWorkItemMessage = Record<string, unknown> & {
|
|
320
|
-
id: string;
|
|
321
|
-
};
|
|
322
|
-
export type SandboxCodingWorkItemArtifact = Record<string, unknown> & {
|
|
323
|
-
id: string;
|
|
324
|
-
ref?: string | null;
|
|
325
|
-
kind?: string | null;
|
|
326
|
-
};
|
|
327
|
-
export type SandboxAgentEditWorkItemOpenInput = {
|
|
328
|
-
teamId: string;
|
|
329
|
-
projectId: string;
|
|
330
|
-
initialMessage?: string | null;
|
|
331
|
-
sourceRef?: string | null;
|
|
332
|
-
baseSha?: string | null;
|
|
333
|
-
createImproveRun?: Record<string, unknown> | null;
|
|
334
|
-
};
|
|
335
|
-
export type SandboxAgentEditWorkItemOpenResult = {
|
|
336
|
-
workItem: SandboxCodingWorkItem;
|
|
337
|
-
created: boolean;
|
|
338
|
-
detail?: Record<string, unknown>;
|
|
339
|
-
};
|
|
340
|
-
export type SandboxCodingWorkItemChatInput = {
|
|
341
|
-
teamId: string;
|
|
342
|
-
message: string;
|
|
343
|
-
mode?: "sync_cloud" | "queue_cloud";
|
|
344
|
-
sourceRef?: string | null;
|
|
345
|
-
baseSha?: string | null;
|
|
346
|
-
payload?: Record<string, unknown>;
|
|
347
|
-
};
|
|
348
|
-
export type SandboxCodingWorkItemChatResult = Record<string, unknown> & {
|
|
349
|
-
userMessage?: SandboxCodingWorkItemMessage;
|
|
350
|
-
assistantMessage?: SandboxCodingWorkItemMessage;
|
|
351
|
-
activity?: SandboxCodingWorkItemActivity;
|
|
352
|
-
};
|
|
353
|
-
export type SandboxCodingWorkItemBackgroundInput = {
|
|
354
|
-
teamId: string;
|
|
355
|
-
prompt?: string | null;
|
|
356
|
-
sourceRef?: string | null;
|
|
357
|
-
baseSha?: string | null;
|
|
358
|
-
sourceRuntimeId?: string | null;
|
|
359
|
-
sourceSandboxId?: string | null;
|
|
360
|
-
agentId?: string | null;
|
|
361
|
-
agentEdit?: Record<string, unknown> | null;
|
|
362
|
-
setup?: {
|
|
363
|
-
commands: string[];
|
|
364
|
-
} | null;
|
|
365
|
-
validation?: {
|
|
366
|
-
commands: string[];
|
|
367
|
-
} | null;
|
|
368
|
-
branchPolicy?: Record<string, unknown> | null;
|
|
369
|
-
payload?: Record<string, unknown>;
|
|
370
|
-
};
|
|
371
|
-
export type SandboxCodingWorkItemBackgroundResult = Record<string, unknown> & {
|
|
372
|
-
workItem?: SandboxCodingWorkItem;
|
|
373
|
-
activity?: SandboxCodingWorkItemActivity;
|
|
374
|
-
};
|
|
375
|
-
export type SandboxCodingWorkItemSourceCheckStatus = Record<string, unknown> & {
|
|
376
|
-
workItemId: string;
|
|
377
|
-
workItemStatus?: string | null;
|
|
312
|
+
export type SandboxAgentSourceCheckStatus = Record<string, unknown> & {
|
|
378
313
|
latestTaskRunId?: string | null;
|
|
379
314
|
latestRuntimeId?: string | null;
|
|
380
315
|
latestSandboxId?: string | null;
|
|
@@ -395,28 +330,8 @@ export type SandboxCodingWorkItemSourceCheckStatus = Record<string, unknown> & {
|
|
|
395
330
|
finalResultState?: string | null;
|
|
396
331
|
publishBlockers?: string[];
|
|
397
332
|
};
|
|
398
|
-
export type
|
|
399
|
-
|
|
400
|
-
activity: SandboxCodingWorkItemActivity[];
|
|
401
|
-
sourceCheckStatus: SandboxCodingWorkItemSourceCheckStatus;
|
|
402
|
-
};
|
|
403
|
-
export type SandboxCodingWorkItemPromotionInput = {
|
|
404
|
-
teamId: string;
|
|
405
|
-
ref: string;
|
|
406
|
-
metadata?: Record<string, unknown>;
|
|
407
|
-
};
|
|
408
|
-
export type SandboxCodingWorkItemActivityListInput = {
|
|
409
|
-
teamId: string;
|
|
410
|
-
limit?: number;
|
|
411
|
-
};
|
|
412
|
-
export type SandboxCodingWorkItemGetInput = {
|
|
413
|
-
teamId: string;
|
|
414
|
-
includeArchived?: boolean;
|
|
415
|
-
};
|
|
416
|
-
export type SandboxAgentSourceChecksRequestResult = {
|
|
417
|
-
workItem: SandboxCodingWorkItem;
|
|
418
|
-
createdEditWorkItem: boolean;
|
|
419
|
-
activity: SandboxCodingWorkItemActivity;
|
|
333
|
+
export type SandboxAgentSourceChecksRequestResult = Record<string, unknown> & {
|
|
334
|
+
sourceCheckStatus?: SandboxAgentSourceCheckStatus | null;
|
|
420
335
|
deployPlan: SandboxAgentSourceDeployPlan | null;
|
|
421
336
|
dispatchResult?: {
|
|
422
337
|
status: "not_requested" | "completed" | "failed";
|
|
@@ -429,7 +344,6 @@ export type SandboxAgentSourcePublishInput = {
|
|
|
429
344
|
expectedManifestHash?: string | null;
|
|
430
345
|
expectedSourceCommitSha?: string | null;
|
|
431
346
|
evalStatus?: string | null;
|
|
432
|
-
workItemId?: string | null;
|
|
433
347
|
taskRunId?: string | null;
|
|
434
348
|
traceArtifactRef?: string | null;
|
|
435
349
|
evalResultArtifactRef?: string | null;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import type { SandboxArchiveRef, SandboxBudget, SandboxCommand, SandboxIntegrationLeaseRef, SandboxPreviewPort, SandboxProcess, SandboxPtySession, SandboxQuotaPolicy, SandboxReceipt, SandboxReservation, SandboxResources,
|
|
1
|
+
import type { SandboxArchiveRef, SandboxBudget, SandboxCommand, SandboxIntegrationLeaseRef, SandboxPreviewPort, SandboxProcess, SandboxPtySession, SandboxQuotaPolicy, SandboxReceipt, SandboxReservation, SandboxResources, SandboxRuntimeProfileId, SandboxRuntimeProfileSummary, SandboxSnapshot, SandboxSnapshotCatalogEntry, SandboxSnapshotJob, SandboxState, SandboxTemplateCatalogEntry } from "./index.js";
|
|
2
2
|
export type SandboxRecord = {
|
|
3
3
|
id: string;
|
|
4
4
|
state: SandboxState;
|
|
5
|
-
runtimeDriver: SandboxRuntimeDriver;
|
|
6
5
|
repo: string | null;
|
|
7
6
|
repoRef?: string | null;
|
|
8
7
|
sourceCommitSha?: string | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare const SANDBOX_RUNTIME_PROFILE_IDS: readonly ["openpond-coding-core-v1"];
|
|
1
|
+
export declare const SANDBOX_RUNTIME_PROFILE_IDS: readonly ["openpond-generic-v1", "openpond-work-v1", "openpond-coding-core-v1", "openpond-agent-harness-v1"];
|
|
2
2
|
export type SandboxRuntimeProfileId = (typeof SANDBOX_RUNTIME_PROFILE_IDS)[number];
|
|
3
|
-
export type SandboxRuntimeProfileCapability = "files" | "exec" | "processes" | "pty" | "ports" | "preview" | "git";
|
|
3
|
+
export type SandboxRuntimeProfileCapability = "files" | "exec" | "processes" | "pty" | "ports" | "preview" | "git" | "coding_task";
|
|
4
4
|
export type SandboxRuntimeProfile = {
|
|
5
5
|
id: SandboxRuntimeProfileId;
|
|
6
6
|
label: string;
|
|
@@ -175,8 +175,8 @@ export declare const SandboxTemplateManifestSchema: z.ZodObject<{
|
|
|
175
175
|
integrations: z.ZodDefault<z.ZodObject<{
|
|
176
176
|
requiredLeases: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
177
177
|
provider: z.ZodEnum<{
|
|
178
|
-
google: "google";
|
|
179
178
|
github: "github";
|
|
179
|
+
google: "google";
|
|
180
180
|
x: "x";
|
|
181
181
|
}>;
|
|
182
182
|
scopes: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: openpond-agent-authoring
|
|
3
|
+
description: Create, improve, review, or repair source-backed OpenPond Profile Agents. Use for /agent create or improve, Make Agent, Improve Agent, and ordinary requests to build or change an Agent SDK project.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# OpenPond Agent Authoring
|
|
7
|
+
|
|
8
|
+
Create durable Agent source through a normal model turn. Do not create a Goal, Create/Improve run, plan/candidate lifecycle, worktree, or Apply step.
|
|
9
|
+
|
|
10
|
+
## Workflow
|
|
11
|
+
|
|
12
|
+
1. Call `get_profile` first. Use only its selected, editable Profile root and the exact target Agent ID carried by the authoring intent.
|
|
13
|
+
2. Inspect nearby Agent packages and the target Agent when improving one. Read relevant Profile settings and registration before editing.
|
|
14
|
+
3. Ask one focused `ask_user` question only when a missing answer would materially change actions, behavior, integrations, setup, or output contracts.
|
|
15
|
+
4. Create or edit the Agent SDK package directly beneath the selected Profile, normally `agents/<agent-id>`.
|
|
16
|
+
5. Preserve unrelated dirty files and other Agents.
|
|
17
|
+
6. Design the instructions, chat behavior, direct actions, schemas, integrations, setup requirements, evals, and user-facing documentation as one coherent Agent.
|
|
18
|
+
7. Use `agent_inspect`, `agent_build`, `agent_validate`, `agent_eval`, `agent_run`, and `agent_traces` for SDK behavior. Do not hide SDK execution behind raw shell fragments.
|
|
19
|
+
8. Run `agent_check`. Repair the first failure and rerun until the complete check passes.
|
|
20
|
+
9. Refresh and inspect the Profile catalog, then report changed files, public actions, check receipts, and any genuine blocker.
|
|
21
|
+
|
|
22
|
+
Read [Profile and Agent layout](references/profile-layout.md) before creating or relocating source. Read [action and chat design](references/action-and-chat-design.md) while defining behavior. Read [integrations and setup](references/integrations-and-setup.md) when the Agent touches external systems. Read [validation and repair](references/validation-and-repair.md) before completion.
|
|
23
|
+
|
|
24
|
+
## Authoring Rules
|
|
25
|
+
|
|
26
|
+
- Use an actual `openpond-agent-sdk` project with `package.json`, TypeScript configuration where needed, `agent/agent.ts`, deterministic evals, and generated `.openpond` artifacts.
|
|
27
|
+
- Actions are the public runtime surface. Give every Agent a useful default `chat` action unless the requested product explicitly cannot chat.
|
|
28
|
+
- Keep declaration-time source deterministic. Do not read secrets, call providers, or create infrastructure while importing `agent/agent.ts`.
|
|
29
|
+
- Use setup requirements and connection declarations for credentials; never embed secrets.
|
|
30
|
+
- Prefer typed schemas and stable action IDs. Keep implementation details behind actions.
|
|
31
|
+
- Treat generated `.openpond` files as SDK outputs, not hand-authored source.
|
|
32
|
+
- During improve, reject a missing, stale, disabled, or different-Profile target rather than editing a fallback Agent.
|
|
33
|
+
|
|
34
|
+
## Safety and Completion
|
|
35
|
+
|
|
36
|
+
- Never reset, clean, commit, push, sync, publish, or promote automatically.
|
|
37
|
+
- Never create Goal state, a hidden execution session, a candidate, or plan approval.
|
|
38
|
+
- `agent_*` tools inspect, run, and validate; they do not own the authoring objective or write the Agent.
|
|
39
|
+
- Do not weaken validation or evals to make checks pass.
|
|
40
|
+
- Do not report success until `agent_check` passes against the active edited source.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Action and Chat Design
|
|
2
|
+
|
|
3
|
+
Actions are the public runtime surface.
|
|
4
|
+
|
|
5
|
+
- Provide a `chat` action for natural-language ingress unless the product is deliberately direct-action-only.
|
|
6
|
+
- Give actions stable, descriptive IDs and typed input/output schemas.
|
|
7
|
+
- Keep orchestration, tools, workflows, and subordinate agents behind actions.
|
|
8
|
+
- Use a deterministic intent router when multiple conversational behaviors exist.
|
|
9
|
+
- Put durable behavioral guidance in source-controlled instructions rather than runtime-only prompt strings.
|
|
10
|
+
- Make failure states explicit and user-facing.
|
|
11
|
+
- Add evals for the most important action contracts, ambiguous routing, unsafe input, and regressions introduced by the requested change.
|
|
12
|
+
|
|
13
|
+
Design the full experience: setup, action labels, schemas, response shape, artifacts, traces, and documentation should agree. A large prompt in `agent/agent.ts` without actions, checks, or evals is not a complete Agent.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Integrations and Setup
|
|
2
|
+
|
|
3
|
+
External systems must be explicit.
|
|
4
|
+
|
|
5
|
+
- Declare connection and setup requirements instead of reading arbitrary environment state during module import.
|
|
6
|
+
- Never write credentials, tokens, cookies, private keys, or copied environment values into source.
|
|
7
|
+
- Keep provider-specific event normalization in channel adapters; route normalized natural language to `chat`.
|
|
8
|
+
- Use direct actions for explicit UI or API operations.
|
|
9
|
+
- Bound network effects and require the declared approval policy for consequential writes.
|
|
10
|
+
- Make missing setup actionable through clear requirement labels and errors.
|
|
11
|
+
- Cover integration-independent behavior with deterministic evals; use connected or live checks only when authorization and fixtures exist.
|
|
12
|
+
|
|
13
|
+
If the request does not require an integration, do not add one speculatively.
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Profile and Agent Layout
|
|
2
|
+
|
|
3
|
+
`get_profile` owns absolute path authority. Use this reference only for relative structure beneath the returned Profile source.
|
|
4
|
+
|
|
5
|
+
```text
|
|
6
|
+
openpond-profile.json
|
|
7
|
+
profiles/<profile>/
|
|
8
|
+
settings/profile.yaml
|
|
9
|
+
agents/<agent-id>/
|
|
10
|
+
package.json
|
|
11
|
+
tsconfig.json
|
|
12
|
+
agent/
|
|
13
|
+
agent.ts
|
|
14
|
+
instructions.md
|
|
15
|
+
actions/
|
|
16
|
+
workflows/
|
|
17
|
+
tools/
|
|
18
|
+
connections/
|
|
19
|
+
channels/
|
|
20
|
+
evals/
|
|
21
|
+
src/
|
|
22
|
+
.openpond/
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
The exact repository may contain a different selected Profile layout. Read its manifest and neighboring packages before writing. Register a new Agent through the same manifest/settings convention already used by that Profile.
|
|
26
|
+
|
|
27
|
+
Source belongs in the Agent package. SDK-generated manifests, action registries, inspection output, eval results, traces, and artifact indexes belong under `.openpond/` and should be refreshed through the SDK rather than hand-authored.
|
|
28
|
+
|
|
29
|
+
An improve target is exact authority. Never fall back to the default Agent, a similarly named directory, or another Profile.
|