@openagentpack/sdk 0.2.0-beta-ddef91c-20260720 → 0.2.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { R as ResourceAddress, a as ResourceType, C as CloudAgent, b as CloudEnvironment, c as CloudVault, E as EventStreamOptions, P as ProviderSessionEvent, d as EventListOptions, e as ProviderSessionEventList, f as PlannedAction, D as Diagnostic, A as AgentDefinition, g as AgentWithReadiness, h as AgentSyncRun } from './session-event-
|
|
2
|
-
export { i as ActionType, j as ActionTypeSchema, k as AgentDefinitionSchema, l as AgentDriftSeverity, m as AgentDriftSeveritySchema, n as AgentModel, o as AgentModelSchema, p as AgentReadiness, q as AgentReadinessSchema, r as AgentReadinessStatus, s as AgentReadinessStatusSchema, t as AgentRecoveryAction, u as AgentRecoveryActionSchema, v as AgentSkillRef, w as AgentSkillRefSchema, x as AgentSyncResult, y as AgentSyncResultSchema, z as AgentSyncRunSchema, B as AgentSyncStatus, F as AgentSyncStatusSchema, G as AgentWithReadinessSchema, H as CloudAgentSchema, I as CloudEnvironmentSchema, J as CloudVaultSchema, K as CreateSessionRequest, L as CreateSessionRequestSchema, M as CreateSessionResponse, N as CreateSessionResponseSchema, O as DiagnosticSchema, Q as DiagnosticSeverity, S as DiagnosticSeveritySchema, T as DriftKind, U as DriftKindSchema, V as GetSessionRequest, W as GetSessionRequestSchema, X as KNOWN_SESSION_EVENT_TYPES, Y as KnownSessionEventType, Z as ListCloudAgentsResponse, _ as ListCloudAgentsResponseSchema, $ as ListCloudEnvironmentsResponse, a0 as ListCloudEnvironmentsResponseSchema, a1 as ListSessionEventsRequest, a2 as ListSessionEventsRequestSchema, a3 as ListSessionEventsResponse, a4 as ListSessionEventsResponseSchema, a5 as ListSessionsRequest, a6 as ListSessionsRequestSchema, a7 as ListSessionsResponse, a8 as ListSessionsResponseSchema, a9 as PlanReadinessImpact, aa as PlanReadinessImpactSchema, ab as PlannedActionSchema, ac as ResourceAddressSchema, ad as ResourceTypeSchema, ae as SendEventRequest, af as SendEventRequestSchema, ag as SendEventResponse, ah as SendEventResponseSchema, ai as Session, aj as SessionAgent, ak as SessionAgentSchema, al as SessionContentBlock, am as SessionContentBlockSchema, an as SessionEvent, ao as SessionEventSchema, ap as SessionEventType, aq as SessionEventTypeName, ar as SessionEventTypeSchema, as as SessionSchema } from './session-event-
|
|
1
|
+
import { R as ResourceAddress, a as ResourceType, C as CloudAgent, b as CloudEnvironment, c as CloudVault, E as EventStreamOptions, P as ProviderSessionEvent, d as EventListOptions, e as ProviderSessionEventList, f as PlannedAction, D as Diagnostic, A as AgentDefinition, g as AgentWithReadiness, h as AgentSyncRun } from './session-event-CObCawiI.js';
|
|
2
|
+
export { i as ActionType, j as ActionTypeSchema, k as AgentDefinitionSchema, l as AgentDriftSeverity, m as AgentDriftSeveritySchema, n as AgentModel, o as AgentModelSchema, p as AgentReadiness, q as AgentReadinessSchema, r as AgentReadinessStatus, s as AgentReadinessStatusSchema, t as AgentRecoveryAction, u as AgentRecoveryActionSchema, v as AgentSkillRef, w as AgentSkillRefSchema, x as AgentSyncResult, y as AgentSyncResultSchema, z as AgentSyncRunSchema, B as AgentSyncStatus, F as AgentSyncStatusSchema, G as AgentWithReadinessSchema, H as CloudAgentSchema, I as CloudEnvironmentSchema, J as CloudVaultSchema, K as CreateSessionRequest, L as CreateSessionRequestSchema, M as CreateSessionResponse, N as CreateSessionResponseSchema, O as DiagnosticSchema, Q as DiagnosticSeverity, S as DiagnosticSeveritySchema, T as DriftKind, U as DriftKindSchema, V as GetSessionRequest, W as GetSessionRequestSchema, X as KNOWN_SESSION_EVENT_TYPES, Y as KnownSessionEventType, Z as ListCloudAgentsResponse, _ as ListCloudAgentsResponseSchema, $ as ListCloudEnvironmentsResponse, a0 as ListCloudEnvironmentsResponseSchema, a1 as ListSessionEventsRequest, a2 as ListSessionEventsRequestSchema, a3 as ListSessionEventsResponse, a4 as ListSessionEventsResponseSchema, a5 as ListSessionsRequest, a6 as ListSessionsRequestSchema, a7 as ListSessionsResponse, a8 as ListSessionsResponseSchema, a9 as PlanReadinessImpact, aa as PlanReadinessImpactSchema, ab as PlannedActionSchema, ac as ResourceAddressSchema, ad as ResourceTypeSchema, ae as SendEventRequest, af as SendEventRequestSchema, ag as SendEventResponse, ah as SendEventResponseSchema, ai as Session, aj as SessionAgent, ak as SessionAgentSchema, al as SessionContentBlock, am as SessionContentBlockSchema, an as SessionEvent, ao as SessionEventSchema, ap as SessionEventType, aq as SessionEventTypeName, ar as SessionEventTypeSchema, as as SessionSchema } from './session-event-CObCawiI.js';
|
|
3
3
|
import { P as ProviderFileInfo } from './file-URqwlxLf.js';
|
|
4
4
|
import 'zod';
|
|
5
5
|
|
package/dist/session-events.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { P as ProviderSessionEvent, an as SessionEvent } from './session-event-
|
|
1
|
+
import { P as ProviderSessionEvent, an as SessionEvent } from './session-event-CObCawiI.js';
|
|
2
2
|
import 'zod';
|
|
3
3
|
|
|
4
4
|
declare function sanitizeSessionEvents(events: ProviderSessionEvent[], options?: {
|
package/package.json
CHANGED
|
@@ -129,8 +129,8 @@ declare const PlannedActionSchema: z.ZodObject<{
|
|
|
129
129
|
}, z.core.$strip>;
|
|
130
130
|
type PlannedAction = z.infer<typeof PlannedActionSchema>;
|
|
131
131
|
declare const AgentReadinessStatusSchema: z.ZodEnum<{
|
|
132
|
-
error: "error";
|
|
133
132
|
ready: "ready";
|
|
133
|
+
error: "error";
|
|
134
134
|
missing: "missing";
|
|
135
135
|
creating: "creating";
|
|
136
136
|
updating: "updating";
|
|
@@ -177,8 +177,8 @@ declare const AgentDefinitionSchema: z.ZodObject<{
|
|
|
177
177
|
type AgentDefinition = z.infer<typeof AgentDefinitionSchema>;
|
|
178
178
|
declare const AgentReadinessSchema: z.ZodObject<{
|
|
179
179
|
status: z.ZodEnum<{
|
|
180
|
-
error: "error";
|
|
181
180
|
ready: "ready";
|
|
181
|
+
error: "error";
|
|
182
182
|
missing: "missing";
|
|
183
183
|
creating: "creating";
|
|
184
184
|
updating: "updating";
|
|
@@ -303,8 +303,8 @@ declare const AgentWithReadinessSchema: z.ZodObject<{
|
|
|
303
303
|
}, z.core.$strip>;
|
|
304
304
|
readiness: z.ZodObject<{
|
|
305
305
|
status: z.ZodEnum<{
|
|
306
|
-
error: "error";
|
|
307
306
|
ready: "ready";
|
|
307
|
+
error: "error";
|
|
308
308
|
missing: "missing";
|
|
309
309
|
creating: "creating";
|
|
310
310
|
updating: "updating";
|
|
@@ -506,9 +506,9 @@ declare const SessionEventTypeSchema: z.ZodEnum<{
|
|
|
506
506
|
}>;
|
|
507
507
|
type SessionEventType = z.infer<typeof SessionEventTypeSchema>;
|
|
508
508
|
declare const AgentSyncStatusSchema: z.ZodEnum<{
|
|
509
|
+
failed: "failed";
|
|
509
510
|
completed: "completed";
|
|
510
511
|
blocked: "blocked";
|
|
511
|
-
failed: "failed";
|
|
512
512
|
}>;
|
|
513
513
|
type AgentSyncStatus = z.infer<typeof AgentSyncStatusSchema>;
|
|
514
514
|
declare const AgentSyncResultSchema: z.ZodObject<{
|
|
@@ -564,8 +564,8 @@ declare const AgentSyncResultSchema: z.ZodObject<{
|
|
|
564
564
|
}, z.core.$strip>>;
|
|
565
565
|
}, z.core.$strip>;
|
|
566
566
|
status: z.ZodEnum<{
|
|
567
|
-
success: "success";
|
|
568
567
|
failed: "failed";
|
|
568
|
+
success: "success";
|
|
569
569
|
skipped: "skipped";
|
|
570
570
|
}>;
|
|
571
571
|
error: z.ZodOptional<z.ZodString>;
|
|
@@ -575,9 +575,9 @@ declare const AgentSyncRunSchema: z.ZodObject<{
|
|
|
575
575
|
agentId: z.ZodString;
|
|
576
576
|
provider: z.ZodOptional<z.ZodString>;
|
|
577
577
|
status: z.ZodEnum<{
|
|
578
|
+
failed: "failed";
|
|
578
579
|
completed: "completed";
|
|
579
580
|
blocked: "blocked";
|
|
580
|
-
failed: "failed";
|
|
581
581
|
}>;
|
|
582
582
|
actions: z.ZodArray<z.ZodObject<{
|
|
583
583
|
action: z.ZodEnum<{
|
|
@@ -757,8 +757,8 @@ declare const AgentSyncRunSchema: z.ZodObject<{
|
|
|
757
757
|
}, z.core.$strip>>;
|
|
758
758
|
}, z.core.$strip>;
|
|
759
759
|
status: z.ZodEnum<{
|
|
760
|
-
success: "success";
|
|
761
760
|
failed: "failed";
|
|
761
|
+
success: "success";
|
|
762
762
|
skipped: "skipped";
|
|
763
763
|
}>;
|
|
764
764
|
error: z.ZodOptional<z.ZodString>;
|