@compose-market/sdk 0.7.5 → 0.7.6
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/.speakeasy/a2a.arazzo.yaml +1 -1
- package/.speakeasy/memory.arazzo.yaml +1 -1
- package/.speakeasy/tests.arazzo.yaml +1 -1
- package/README.md +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/resources/feedback.d.ts +1 -1
- package/dist/resources/feedback.d.ts.map +1 -1
- package/dist/resources/feedback.js +3 -3
- package/dist/resources/feedback.js.map +1 -1
- package/dist/resources/memory.d.ts +5 -5
- package/dist/resources/memory.d.ts.map +1 -1
- package/dist/resources/memory.js +4 -4
- package/dist/resources/memory.js.map +1 -1
- package/dist/resources/workflow.d.ts +5 -3
- package/dist/resources/workflow.d.ts.map +1 -1
- package/dist/resources/workflow.js +14 -1
- package/dist/resources/workflow.js.map +1 -1
- package/dist/types/index.d.ts +11 -11
- package/dist/types/index.d.ts.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/generated/inference/esm/lib/config.d.ts +3 -3
- package/generated/inference/esm/lib/config.js +3 -3
- package/generated/inference/package.json +1 -1
- package/generated/inference/src/lib/config.ts +3 -3
- package/generated/manowar/esm/lib/config.d.ts +3 -3
- package/generated/manowar/esm/lib/config.js +3 -3
- package/generated/manowar/package.json +1 -1
- package/generated/manowar/src/lib/config.ts +3 -3
- package/generated/memory/esm/funcs/memory-context-assemble.d.ts +1 -1
- package/generated/memory/esm/funcs/memory-context-assemble.js +1 -1
- package/generated/memory/esm/funcs/{memory-workflows-get.d.ts → memory-loops-get.d.ts} +3 -3
- package/generated/memory/esm/funcs/memory-loops-get.d.ts.map +1 -0
- package/generated/memory/esm/funcs/{memory-workflows-get.js → memory-loops-get.js} +9 -9
- package/generated/memory/esm/funcs/memory-loops-get.js.map +1 -0
- package/generated/memory/esm/funcs/{memory-workflows-list.d.ts → memory-loops-list.d.ts} +3 -3
- package/generated/memory/esm/funcs/memory-loops-list.d.ts.map +1 -0
- package/generated/memory/esm/funcs/{memory-workflows-list.js → memory-loops-list.js} +7 -7
- package/generated/memory/esm/funcs/memory-loops-list.js.map +1 -0
- package/generated/memory/esm/funcs/memory-remember.d.ts +1 -1
- package/generated/memory/esm/funcs/memory-remember.js +1 -1
- package/generated/memory/esm/funcs/memory-turn-record.d.ts +1 -1
- package/generated/memory/esm/funcs/memory-turn-record.js +1 -1
- package/generated/memory/esm/lib/config.d.ts +3 -3
- package/generated/memory/esm/lib/config.js +3 -3
- package/generated/memory/esm/models/agent-memory-context-response.d.ts +2 -2
- package/generated/memory/esm/models/agent-memory-context-response.d.ts.map +1 -1
- package/generated/memory/esm/models/agent-memory-context-response.js +2 -2
- package/generated/memory/esm/models/agent-memory-context-response.js.map +1 -1
- package/generated/memory/esm/models/agent-memory-loop-envelope.d.ts +13 -0
- package/generated/memory/esm/models/agent-memory-loop-envelope.d.ts.map +1 -0
- package/generated/memory/esm/models/{agent-memory-workflow-envelope.js → agent-memory-loop-envelope.js} +5 -5
- package/generated/memory/esm/models/agent-memory-loop-envelope.js.map +1 -0
- package/generated/memory/esm/models/agent-memory-record-turn-response.d.ts +2 -2
- package/generated/memory/esm/models/agent-memory-record-turn-response.d.ts.map +1 -1
- package/generated/memory/esm/models/agent-memory-record-turn-response.js +2 -2
- package/generated/memory/esm/models/agent-memory-record-turn-response.js.map +1 -1
- package/generated/memory/esm/models/agent-memory-remember-response.d.ts +2 -2
- package/generated/memory/esm/models/agent-memory-remember-response.d.ts.map +1 -1
- package/generated/memory/esm/models/agent-memory-remember-response.js +2 -2
- package/generated/memory/esm/models/agent-memory-remember-response.js.map +1 -1
- package/generated/memory/esm/models/index.d.ts +5 -5
- package/generated/memory/esm/models/index.d.ts.map +1 -1
- package/generated/memory/esm/models/index.js +5 -5
- package/generated/memory/esm/models/index.js.map +1 -1
- package/generated/memory/esm/models/memory-loop-list-response.d.ts +11 -0
- package/generated/memory/esm/models/memory-loop-list-response.d.ts.map +1 -0
- package/generated/memory/esm/models/memory-loop-list-response.js +14 -0
- package/generated/memory/esm/models/memory-loop-list-response.js.map +1 -0
- package/generated/memory/esm/models/{memory-workflow-manifest.d.ts → memory-loop-manifest.d.ts} +7 -7
- package/generated/memory/esm/models/memory-loop-manifest.d.ts.map +1 -0
- package/generated/memory/esm/models/{memory-workflow-manifest.js → memory-loop-manifest.js} +7 -7
- package/generated/memory/esm/models/memory-loop-manifest.js.map +1 -0
- package/generated/memory/esm/models/memory-loop-response.d.ts +11 -0
- package/generated/memory/esm/models/memory-loop-response.d.ts.map +1 -0
- package/generated/memory/esm/models/memory-loop-response.js +14 -0
- package/generated/memory/esm/models/memory-loop-response.js.map +1 -0
- package/generated/memory/esm/models/{memory-workflow-step-manifest.d.ts → memory-loop-step-manifest.d.ts} +4 -4
- package/generated/memory/esm/models/memory-loop-step-manifest.d.ts.map +1 -0
- package/generated/memory/esm/models/{memory-workflow-step-manifest.js → memory-loop-step-manifest.js} +4 -4
- package/generated/memory/esm/models/memory-loop-step-manifest.js.map +1 -0
- package/generated/memory/esm/models/operations/index.d.ts +2 -2
- package/generated/memory/esm/models/operations/index.d.ts.map +1 -1
- package/generated/memory/esm/models/operations/index.js +2 -2
- package/generated/memory/esm/models/operations/index.js.map +1 -1
- package/generated/memory/esm/models/operations/loops-get.d.ts +36 -0
- package/generated/memory/esm/models/operations/loops-get.d.ts.map +1 -0
- package/generated/memory/esm/models/operations/loops-get.js +33 -0
- package/generated/memory/esm/models/operations/loops-get.js.map +1 -0
- package/generated/memory/esm/models/operations/{workflows-list.d.ts → loops-list.d.ts} +6 -6
- package/generated/memory/esm/models/operations/loops-list.d.ts.map +1 -0
- package/generated/memory/esm/models/operations/{workflows-list.js → loops-list.js} +6 -6
- package/generated/memory/esm/models/operations/loops-list.js.map +1 -0
- package/generated/memory/esm/models/operations/patterns-list.d.ts +1 -1
- package/generated/memory/esm/models/operations/patterns-list.js +1 -1
- package/generated/memory/esm/models/operations/patterns-list.js.map +1 -1
- package/generated/memory/esm/models/procedural-pattern.d.ts +1 -1
- package/generated/memory/esm/models/procedural-pattern.js +1 -1
- package/generated/memory/esm/models/procedural-pattern.js.map +1 -1
- package/generated/memory/esm/sdk/memory.d.ts +7 -7
- package/generated/memory/esm/sdk/memory.d.ts.map +1 -1
- package/generated/memory/esm/sdk/memory.js +11 -11
- package/generated/memory/esm/sdk/memory.js.map +1 -1
- package/generated/memory/package.json +1 -1
- package/generated/memory/src/funcs/memory-context-assemble.ts +1 -1
- package/generated/memory/src/funcs/{memory-workflows-get.ts → memory-loops-get.ts} +13 -13
- package/generated/memory/src/funcs/{memory-workflows-list.ts → memory-loops-list.ts} +9 -9
- package/generated/memory/src/funcs/memory-remember.ts +1 -1
- package/generated/memory/src/funcs/memory-turn-record.ts +1 -1
- package/generated/memory/src/lib/config.ts +3 -3
- package/generated/memory/src/models/agent-memory-context-response.ts +5 -5
- package/generated/memory/src/models/{agent-memory-workflow-envelope.ts → agent-memory-loop-envelope.ts} +9 -9
- package/generated/memory/src/models/agent-memory-record-turn-response.ts +5 -5
- package/generated/memory/src/models/agent-memory-remember-response.ts +5 -5
- package/generated/memory/src/models/index.ts +5 -5
- package/generated/memory/src/models/memory-loop-list-response.ts +34 -0
- package/generated/memory/src/models/{memory-workflow-manifest.ts → memory-loop-manifest.ts} +14 -14
- package/generated/memory/src/models/memory-loop-response.ts +34 -0
- package/generated/memory/src/models/{memory-workflow-step-manifest.ts → memory-loop-step-manifest.ts} +7 -7
- package/generated/memory/src/models/operations/index.ts +2 -2
- package/generated/memory/src/models/operations/{workflows-get.ts → loops-get.ts} +23 -23
- package/generated/memory/src/models/operations/{workflows-list.ts → loops-list.ts} +12 -12
- package/generated/memory/src/models/operations/patterns-list.ts +1 -1
- package/generated/memory/src/models/procedural-pattern.ts +1 -1
- package/generated/memory/src/sdk/memory.ts +14 -14
- package/generated/x402/esm/lib/config.d.ts +3 -3
- package/generated/x402/esm/lib/config.js +3 -3
- package/generated/x402/esm/models/feedback-context.d.ts +2 -2
- package/generated/x402/esm/models/feedback-context.d.ts.map +1 -1
- package/generated/x402/esm/models/feedback-context.js +2 -2
- package/generated/x402/esm/models/feedback-context.js.map +1 -1
- package/generated/x402/package.json +1 -1
- package/generated/x402/src/lib/config.ts +3 -3
- package/generated/x402/src/models/feedback-context.ts +4 -4
- package/package.json +2 -2
- package/specs/inference.openapi.yaml +1 -1
- package/specs/manowar.openapi.yaml +1 -1
- package/specs/memory.openapi.yaml +40 -40
- package/specs/x402.openapi.yaml +3 -3
- package/generated/memory/esm/funcs/memory-workflows-get.d.ts.map +0 -1
- package/generated/memory/esm/funcs/memory-workflows-get.js.map +0 -1
- package/generated/memory/esm/funcs/memory-workflows-list.d.ts.map +0 -1
- package/generated/memory/esm/funcs/memory-workflows-list.js.map +0 -1
- package/generated/memory/esm/models/agent-memory-workflow-envelope.d.ts +0 -13
- package/generated/memory/esm/models/agent-memory-workflow-envelope.d.ts.map +0 -1
- package/generated/memory/esm/models/agent-memory-workflow-envelope.js.map +0 -1
- package/generated/memory/esm/models/memory-workflow-list-response.d.ts +0 -11
- package/generated/memory/esm/models/memory-workflow-list-response.d.ts.map +0 -1
- package/generated/memory/esm/models/memory-workflow-list-response.js +0 -14
- package/generated/memory/esm/models/memory-workflow-list-response.js.map +0 -1
- package/generated/memory/esm/models/memory-workflow-manifest.d.ts.map +0 -1
- package/generated/memory/esm/models/memory-workflow-manifest.js.map +0 -1
- package/generated/memory/esm/models/memory-workflow-response.d.ts +0 -11
- package/generated/memory/esm/models/memory-workflow-response.d.ts.map +0 -1
- package/generated/memory/esm/models/memory-workflow-response.js +0 -14
- package/generated/memory/esm/models/memory-workflow-response.js.map +0 -1
- package/generated/memory/esm/models/memory-workflow-step-manifest.d.ts.map +0 -1
- package/generated/memory/esm/models/memory-workflow-step-manifest.js.map +0 -1
- package/generated/memory/esm/models/operations/workflows-get.d.ts +0 -36
- package/generated/memory/esm/models/operations/workflows-get.d.ts.map +0 -1
- package/generated/memory/esm/models/operations/workflows-get.js +0 -33
- package/generated/memory/esm/models/operations/workflows-get.js.map +0 -1
- package/generated/memory/esm/models/operations/workflows-list.d.ts.map +0 -1
- package/generated/memory/esm/models/operations/workflows-list.js.map +0 -1
- package/generated/memory/src/models/memory-workflow-list-response.ts +0 -34
- package/generated/memory/src/models/memory-workflow-response.ts +0 -34
|
@@ -7,9 +7,9 @@ import { safeParse } from "../lib/schemas.js";
|
|
|
7
7
|
import { Result as SafeParseResult } from "../types/fp.js";
|
|
8
8
|
import * as types from "../types/primitives.js";
|
|
9
9
|
import {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
} from "./agent-memory-
|
|
10
|
+
AgentMemoryLoopEnvelope,
|
|
11
|
+
AgentMemoryLoopEnvelope$inboundSchema,
|
|
12
|
+
} from "./agent-memory-loop-envelope.js";
|
|
13
13
|
import { SDKValidationError } from "./errors/sdk-validation-error.js";
|
|
14
14
|
import {
|
|
15
15
|
MemoryRememberedItem,
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
} from "./memory-remembered-item.js";
|
|
18
18
|
|
|
19
19
|
export type AgentMemoryRememberResponse = {
|
|
20
|
-
|
|
20
|
+
loop: AgentMemoryLoopEnvelope;
|
|
21
21
|
success: boolean;
|
|
22
22
|
graphSaved: boolean;
|
|
23
23
|
vectorSaved: boolean;
|
|
@@ -30,7 +30,7 @@ export const AgentMemoryRememberResponse$inboundSchema: z.ZodMiniType<
|
|
|
30
30
|
AgentMemoryRememberResponse,
|
|
31
31
|
unknown
|
|
32
32
|
> = z.object({
|
|
33
|
-
|
|
33
|
+
loop: AgentMemoryLoopEnvelope$inboundSchema,
|
|
34
34
|
success: types.boolean(),
|
|
35
35
|
graphSaved: types.boolean(),
|
|
36
36
|
vectorSaved: types.boolean(),
|
|
@@ -16,7 +16,7 @@ export * from "./agent-memory-remember-request.js";
|
|
|
16
16
|
export * from "./agent-memory-remember-response.js";
|
|
17
17
|
export * from "./agent-memory-tool-event.js";
|
|
18
18
|
export * from "./agent-memory-turn-message.js";
|
|
19
|
-
export * from "./agent-memory-
|
|
19
|
+
export * from "./agent-memory-loop-envelope.js";
|
|
20
20
|
export * from "./archive-sync-request.js";
|
|
21
21
|
export * from "./archive-sync-response.js";
|
|
22
22
|
export * from "./error-response.js";
|
|
@@ -53,10 +53,10 @@ export * from "./memory-search-request.js";
|
|
|
53
53
|
export * from "./memory-stats-response.js";
|
|
54
54
|
export * from "./memory-time-range.js";
|
|
55
55
|
export * from "./memory-vector-item.js";
|
|
56
|
-
export * from "./memory-
|
|
57
|
-
export * from "./memory-
|
|
58
|
-
export * from "./memory-
|
|
59
|
-
export * from "./memory-
|
|
56
|
+
export * from "./memory-loop-list-response.js";
|
|
57
|
+
export * from "./memory-loop-manifest.js";
|
|
58
|
+
export * from "./memory-loop-response.js";
|
|
59
|
+
export * from "./memory-loop-step-manifest.js";
|
|
60
60
|
export * from "./procedural-pattern-list-response.js";
|
|
61
61
|
export * from "./procedural-pattern-response.js";
|
|
62
62
|
export * from "./procedural-pattern.js";
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
import { safeParse } from "../lib/schemas.js";
|
|
7
|
+
import { Result as SafeParseResult } from "../types/fp.js";
|
|
8
|
+
import { SDKValidationError } from "./errors/sdk-validation-error.js";
|
|
9
|
+
import {
|
|
10
|
+
MemoryLoopManifest,
|
|
11
|
+
MemoryLoopManifest$inboundSchema,
|
|
12
|
+
} from "./memory-loop-manifest.js";
|
|
13
|
+
|
|
14
|
+
export type MemoryLoopListResponse = {
|
|
15
|
+
loops: Array<MemoryLoopManifest>;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
/** @internal */
|
|
19
|
+
export const MemoryLoopListResponse$inboundSchema: z.ZodMiniType<
|
|
20
|
+
MemoryLoopListResponse,
|
|
21
|
+
unknown
|
|
22
|
+
> = z.object({
|
|
23
|
+
loops: z.array(MemoryLoopManifest$inboundSchema),
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
export function memoryLoopListResponseFromJSON(
|
|
27
|
+
jsonString: string,
|
|
28
|
+
): SafeParseResult<MemoryLoopListResponse, SDKValidationError> {
|
|
29
|
+
return safeParse(
|
|
30
|
+
jsonString,
|
|
31
|
+
(x) => MemoryLoopListResponse$inboundSchema.parse(JSON.parse(x)),
|
|
32
|
+
`Failed to parse 'MemoryLoopListResponse' from JSON`,
|
|
33
|
+
);
|
|
34
|
+
}
|
|
@@ -10,9 +10,9 @@ import { Result as SafeParseResult } from "../types/fp.js";
|
|
|
10
10
|
import * as types from "../types/primitives.js";
|
|
11
11
|
import { SDKValidationError } from "./errors/sdk-validation-error.js";
|
|
12
12
|
import {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
} from "./memory-
|
|
13
|
+
MemoryLoopStepManifest,
|
|
14
|
+
MemoryLoopStepManifest$inboundSchema,
|
|
15
|
+
} from "./memory-loop-step-manifest.js";
|
|
16
16
|
|
|
17
17
|
export const Loop = {
|
|
18
18
|
Hot: "hot",
|
|
@@ -27,13 +27,13 @@ export const TokenPolicy = {
|
|
|
27
27
|
} as const;
|
|
28
28
|
export type TokenPolicy = OpenEnum<typeof TokenPolicy>;
|
|
29
29
|
|
|
30
|
-
export type
|
|
30
|
+
export type MemoryLoopManifest = {
|
|
31
31
|
id: string;
|
|
32
|
-
version: "compose.
|
|
32
|
+
version: "compose.agent_memory_loop.v1";
|
|
33
33
|
description: string;
|
|
34
34
|
loop: Loop;
|
|
35
35
|
tokenPolicy: TokenPolicy;
|
|
36
|
-
steps: Array<
|
|
36
|
+
steps: Array<MemoryLoopStepManifest>;
|
|
37
37
|
};
|
|
38
38
|
|
|
39
39
|
/** @internal */
|
|
@@ -45,24 +45,24 @@ export const TokenPolicy$inboundSchema: z.ZodMiniType<TokenPolicy, unknown> =
|
|
|
45
45
|
openEnums.inboundSchema(TokenPolicy);
|
|
46
46
|
|
|
47
47
|
/** @internal */
|
|
48
|
-
export const
|
|
49
|
-
|
|
48
|
+
export const MemoryLoopManifest$inboundSchema: z.ZodMiniType<
|
|
49
|
+
MemoryLoopManifest,
|
|
50
50
|
unknown
|
|
51
51
|
> = z.object({
|
|
52
52
|
id: types.string(),
|
|
53
|
-
version: types.literal("compose.
|
|
53
|
+
version: types.literal("compose.agent_memory_loop.v1"),
|
|
54
54
|
description: types.string(),
|
|
55
55
|
loop: Loop$inboundSchema,
|
|
56
56
|
tokenPolicy: TokenPolicy$inboundSchema,
|
|
57
|
-
steps: z.array(
|
|
57
|
+
steps: z.array(MemoryLoopStepManifest$inboundSchema),
|
|
58
58
|
});
|
|
59
59
|
|
|
60
|
-
export function
|
|
60
|
+
export function memoryLoopManifestFromJSON(
|
|
61
61
|
jsonString: string,
|
|
62
|
-
): SafeParseResult<
|
|
62
|
+
): SafeParseResult<MemoryLoopManifest, SDKValidationError> {
|
|
63
63
|
return safeParse(
|
|
64
64
|
jsonString,
|
|
65
|
-
(x) =>
|
|
66
|
-
`Failed to parse '
|
|
65
|
+
(x) => MemoryLoopManifest$inboundSchema.parse(JSON.parse(x)),
|
|
66
|
+
`Failed to parse 'MemoryLoopManifest' from JSON`,
|
|
67
67
|
);
|
|
68
68
|
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
import { safeParse } from "../lib/schemas.js";
|
|
7
|
+
import { Result as SafeParseResult } from "../types/fp.js";
|
|
8
|
+
import { SDKValidationError } from "./errors/sdk-validation-error.js";
|
|
9
|
+
import {
|
|
10
|
+
MemoryLoopManifest,
|
|
11
|
+
MemoryLoopManifest$inboundSchema,
|
|
12
|
+
} from "./memory-loop-manifest.js";
|
|
13
|
+
|
|
14
|
+
export type MemoryLoopResponse = {
|
|
15
|
+
loop: MemoryLoopManifest;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
/** @internal */
|
|
19
|
+
export const MemoryLoopResponse$inboundSchema: z.ZodMiniType<
|
|
20
|
+
MemoryLoopResponse,
|
|
21
|
+
unknown
|
|
22
|
+
> = z.object({
|
|
23
|
+
loop: MemoryLoopManifest$inboundSchema,
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
export function memoryLoopResponseFromJSON(
|
|
27
|
+
jsonString: string,
|
|
28
|
+
): SafeParseResult<MemoryLoopResponse, SDKValidationError> {
|
|
29
|
+
return safeParse(
|
|
30
|
+
jsonString,
|
|
31
|
+
(x) => MemoryLoopResponse$inboundSchema.parse(JSON.parse(x)),
|
|
32
|
+
`Failed to parse 'MemoryLoopResponse' from JSON`,
|
|
33
|
+
);
|
|
34
|
+
}
|
|
@@ -18,7 +18,7 @@ export const Method = {
|
|
|
18
18
|
} as const;
|
|
19
19
|
export type Method = OpenEnum<typeof Method>;
|
|
20
20
|
|
|
21
|
-
export type
|
|
21
|
+
export type MemoryLoopStepManifest = {
|
|
22
22
|
operationId: string;
|
|
23
23
|
method: Method;
|
|
24
24
|
path: string;
|
|
@@ -30,8 +30,8 @@ export const Method$inboundSchema: z.ZodMiniType<Method, unknown> = openEnums
|
|
|
30
30
|
.inboundSchema(Method);
|
|
31
31
|
|
|
32
32
|
/** @internal */
|
|
33
|
-
export const
|
|
34
|
-
|
|
33
|
+
export const MemoryLoopStepManifest$inboundSchema: z.ZodMiniType<
|
|
34
|
+
MemoryLoopStepManifest,
|
|
35
35
|
unknown
|
|
36
36
|
> = z.object({
|
|
37
37
|
operationId: types.string(),
|
|
@@ -40,12 +40,12 @@ export const MemoryWorkflowStepManifest$inboundSchema: z.ZodMiniType<
|
|
|
40
40
|
purpose: types.string(),
|
|
41
41
|
});
|
|
42
42
|
|
|
43
|
-
export function
|
|
43
|
+
export function memoryLoopStepManifestFromJSON(
|
|
44
44
|
jsonString: string,
|
|
45
|
-
): SafeParseResult<
|
|
45
|
+
): SafeParseResult<MemoryLoopStepManifest, SDKValidationError> {
|
|
46
46
|
return safeParse(
|
|
47
47
|
jsonString,
|
|
48
|
-
(x) =>
|
|
49
|
-
`Failed to parse '
|
|
48
|
+
(x) => MemoryLoopStepManifest$inboundSchema.parse(JSON.parse(x)),
|
|
49
|
+
`Failed to parse 'MemoryLoopStepManifest' from JSON`,
|
|
50
50
|
);
|
|
51
51
|
}
|
|
@@ -41,5 +41,5 @@ export * from "./transcripts-index.js";
|
|
|
41
41
|
export * from "./turn-record.js";
|
|
42
42
|
export * from "./vector-index.js";
|
|
43
43
|
export * from "./vector-search.js";
|
|
44
|
-
export * from "./
|
|
45
|
-
export * from "./
|
|
44
|
+
export * from "./loops-get.js";
|
|
45
|
+
export * from "./loops-list.js";
|
|
@@ -10,11 +10,11 @@ import * as types from "../../types/primitives.js";
|
|
|
10
10
|
import { SDKValidationError } from "../errors/sdk-validation-error.js";
|
|
11
11
|
import * as models from "../index.js";
|
|
12
12
|
|
|
13
|
-
export type
|
|
14
|
-
|
|
13
|
+
export type LoopsGetRequest = {
|
|
14
|
+
loopId: string;
|
|
15
15
|
};
|
|
16
16
|
|
|
17
|
-
export type
|
|
17
|
+
export type LoopsGetResponse = {
|
|
18
18
|
/**
|
|
19
19
|
* HTTP response content type for this operation
|
|
20
20
|
*/
|
|
@@ -28,43 +28,43 @@ export type WorkflowsGetResponse = {
|
|
|
28
28
|
*/
|
|
29
29
|
rawResponse: Response;
|
|
30
30
|
/**
|
|
31
|
-
* Memory
|
|
31
|
+
* Memory loop manifest.
|
|
32
32
|
*/
|
|
33
|
-
|
|
33
|
+
memoryLoopResponse?: models.MemoryLoopResponse | undefined;
|
|
34
34
|
};
|
|
35
35
|
|
|
36
36
|
/** @internal */
|
|
37
|
-
export type
|
|
38
|
-
|
|
37
|
+
export type LoopsGetRequest$Outbound = {
|
|
38
|
+
loopId: string;
|
|
39
39
|
};
|
|
40
40
|
|
|
41
41
|
/** @internal */
|
|
42
|
-
export const
|
|
43
|
-
|
|
44
|
-
|
|
42
|
+
export const LoopsGetRequest$outboundSchema: z.ZodMiniType<
|
|
43
|
+
LoopsGetRequest$Outbound,
|
|
44
|
+
LoopsGetRequest
|
|
45
45
|
> = z.object({
|
|
46
|
-
|
|
46
|
+
loopId: z.string(),
|
|
47
47
|
});
|
|
48
48
|
|
|
49
|
-
export function
|
|
50
|
-
|
|
49
|
+
export function loopsGetRequestToJSON(
|
|
50
|
+
loopsGetRequest: LoopsGetRequest,
|
|
51
51
|
): string {
|
|
52
52
|
return JSON.stringify(
|
|
53
|
-
|
|
53
|
+
LoopsGetRequest$outboundSchema.parse(loopsGetRequest),
|
|
54
54
|
);
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
/** @internal */
|
|
58
|
-
export const
|
|
59
|
-
|
|
58
|
+
export const LoopsGetResponse$inboundSchema: z.ZodMiniType<
|
|
59
|
+
LoopsGetResponse,
|
|
60
60
|
unknown
|
|
61
61
|
> = z.pipe(
|
|
62
62
|
z.object({
|
|
63
63
|
ContentType: types.string(),
|
|
64
64
|
StatusCode: types.number(),
|
|
65
65
|
RawResponse: z.custom<Response>(x => x instanceof Response),
|
|
66
|
-
|
|
67
|
-
models.
|
|
66
|
+
MemoryLoopResponse: types.optional(
|
|
67
|
+
models.MemoryLoopResponse$inboundSchema,
|
|
68
68
|
),
|
|
69
69
|
}),
|
|
70
70
|
z.transform((v) => {
|
|
@@ -72,17 +72,17 @@ export const WorkflowsGetResponse$inboundSchema: z.ZodMiniType<
|
|
|
72
72
|
"ContentType": "contentType",
|
|
73
73
|
"StatusCode": "statusCode",
|
|
74
74
|
"RawResponse": "rawResponse",
|
|
75
|
-
"
|
|
75
|
+
"MemoryLoopResponse": "memoryLoopResponse",
|
|
76
76
|
});
|
|
77
77
|
}),
|
|
78
78
|
);
|
|
79
79
|
|
|
80
|
-
export function
|
|
80
|
+
export function loopsGetResponseFromJSON(
|
|
81
81
|
jsonString: string,
|
|
82
|
-
): SafeParseResult<
|
|
82
|
+
): SafeParseResult<LoopsGetResponse, SDKValidationError> {
|
|
83
83
|
return safeParse(
|
|
84
84
|
jsonString,
|
|
85
|
-
(x) =>
|
|
86
|
-
`Failed to parse '
|
|
85
|
+
(x) => LoopsGetResponse$inboundSchema.parse(JSON.parse(x)),
|
|
86
|
+
`Failed to parse 'LoopsGetResponse' from JSON`,
|
|
87
87
|
);
|
|
88
88
|
}
|
|
@@ -10,7 +10,7 @@ import * as types from "../../types/primitives.js";
|
|
|
10
10
|
import { SDKValidationError } from "../errors/sdk-validation-error.js";
|
|
11
11
|
import * as models from "../index.js";
|
|
12
12
|
|
|
13
|
-
export type
|
|
13
|
+
export type LoopsListResponse = {
|
|
14
14
|
/**
|
|
15
15
|
* HTTP response content type for this operation
|
|
16
16
|
*/
|
|
@@ -24,22 +24,22 @@ export type WorkflowsListResponse = {
|
|
|
24
24
|
*/
|
|
25
25
|
rawResponse: Response;
|
|
26
26
|
/**
|
|
27
|
-
* Memory
|
|
27
|
+
* Memory loop manifests.
|
|
28
28
|
*/
|
|
29
|
-
|
|
29
|
+
memoryLoopListResponse?: models.MemoryLoopListResponse | undefined;
|
|
30
30
|
};
|
|
31
31
|
|
|
32
32
|
/** @internal */
|
|
33
|
-
export const
|
|
34
|
-
|
|
33
|
+
export const LoopsListResponse$inboundSchema: z.ZodMiniType<
|
|
34
|
+
LoopsListResponse,
|
|
35
35
|
unknown
|
|
36
36
|
> = z.pipe(
|
|
37
37
|
z.object({
|
|
38
38
|
ContentType: types.string(),
|
|
39
39
|
StatusCode: types.number(),
|
|
40
40
|
RawResponse: z.custom<Response>(x => x instanceof Response),
|
|
41
|
-
|
|
42
|
-
models.
|
|
41
|
+
MemoryLoopListResponse: types.optional(
|
|
42
|
+
models.MemoryLoopListResponse$inboundSchema,
|
|
43
43
|
),
|
|
44
44
|
}),
|
|
45
45
|
z.transform((v) => {
|
|
@@ -47,17 +47,17 @@ export const WorkflowsListResponse$inboundSchema: z.ZodMiniType<
|
|
|
47
47
|
"ContentType": "contentType",
|
|
48
48
|
"StatusCode": "statusCode",
|
|
49
49
|
"RawResponse": "rawResponse",
|
|
50
|
-
"
|
|
50
|
+
"MemoryLoopListResponse": "memoryLoopListResponse",
|
|
51
51
|
});
|
|
52
52
|
}),
|
|
53
53
|
);
|
|
54
54
|
|
|
55
|
-
export function
|
|
55
|
+
export function loopsListResponseFromJSON(
|
|
56
56
|
jsonString: string,
|
|
57
|
-
): SafeParseResult<
|
|
57
|
+
): SafeParseResult<LoopsListResponse, SDKValidationError> {
|
|
58
58
|
return safeParse(
|
|
59
59
|
jsonString,
|
|
60
|
-
(x) =>
|
|
61
|
-
`Failed to parse '
|
|
60
|
+
(x) => LoopsListResponse$inboundSchema.parse(JSON.parse(x)),
|
|
61
|
+
`Failed to parse 'LoopsListResponse' from JSON`,
|
|
62
62
|
);
|
|
63
63
|
}
|
|
@@ -12,7 +12,7 @@ import { SDKValidationError } from "../errors/sdk-validation-error.js";
|
|
|
12
12
|
import * as models from "../index.js";
|
|
13
13
|
|
|
14
14
|
export const PatternType = {
|
|
15
|
-
|
|
15
|
+
Routine: "routine",
|
|
16
16
|
Decision: "decision",
|
|
17
17
|
Response: "response",
|
|
18
18
|
ToolSequence: "tool_sequence",
|
|
@@ -17,7 +17,7 @@ export const ProceduralPatternMode = {
|
|
|
17
17
|
export type ProceduralPatternMode = OpenEnum<typeof ProceduralPatternMode>;
|
|
18
18
|
|
|
19
19
|
export const PatternType = {
|
|
20
|
-
|
|
20
|
+
Routine: "routine",
|
|
21
21
|
Decision: "decision",
|
|
22
22
|
Response: "response",
|
|
23
23
|
ToolSequence: "tool_sequence",
|
|
@@ -41,8 +41,8 @@ import { memoryTranscriptsIndex } from "../funcs/memory-transcripts-index.js";
|
|
|
41
41
|
import { memoryTurnRecord } from "../funcs/memory-turn-record.js";
|
|
42
42
|
import { memoryVectorIndex } from "../funcs/memory-vector-index.js";
|
|
43
43
|
import { memoryVectorSearch } from "../funcs/memory-vector-search.js";
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
44
|
+
import { memoryLoopsGet } from "../funcs/memory-loops-get.js";
|
|
45
|
+
import { memoryLoopsList } from "../funcs/memory-loops-list.js";
|
|
46
46
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
47
47
|
import * as models from "../models/index.js";
|
|
48
48
|
import * as operations from "../models/operations/index.js";
|
|
@@ -53,7 +53,7 @@ export class Memory extends ClientSDK {
|
|
|
53
53
|
* Assemble compact pre-turn memory context.
|
|
54
54
|
*
|
|
55
55
|
* @remarks
|
|
56
|
-
* Agent-first
|
|
56
|
+
* Agent-first memory loop step. Call before reasoning or tool use. Returns a
|
|
57
57
|
* compact prompt and structured memory items across working, scene, graph,
|
|
58
58
|
* patterns, archives, and vectors.
|
|
59
59
|
*/
|
|
@@ -72,7 +72,7 @@ export class Memory extends ClientSDK {
|
|
|
72
72
|
* Persist the completed turn.
|
|
73
73
|
*
|
|
74
74
|
* @remarks
|
|
75
|
-
* Agent-first
|
|
75
|
+
* Agent-first memory loop step. Call after the assistant final answer to store
|
|
76
76
|
* transcript, working memory, and vector memory for later retrieval.
|
|
77
77
|
*/
|
|
78
78
|
async turnRecord(
|
|
@@ -90,7 +90,7 @@ export class Memory extends ClientSDK {
|
|
|
90
90
|
* Save an explicit durable fact or preference.
|
|
91
91
|
*
|
|
92
92
|
* @remarks
|
|
93
|
-
* Agent-first
|
|
93
|
+
* Agent-first memory loop step. Call when the agent identifies a durable fact,
|
|
94
94
|
* preference, correction, decision, or operational lesson.
|
|
95
95
|
*/
|
|
96
96
|
async remember(
|
|
@@ -123,25 +123,25 @@ export class Memory extends ClientSDK {
|
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
/**
|
|
126
|
-
* List compact agent-first memory
|
|
126
|
+
* List compact agent-first memory loop manifests.
|
|
127
127
|
*/
|
|
128
|
-
async
|
|
128
|
+
async loopsList(
|
|
129
129
|
options?: RequestOptions,
|
|
130
|
-
): Promise<operations.
|
|
131
|
-
return unwrapAsync(
|
|
130
|
+
): Promise<operations.LoopsListResponse> {
|
|
131
|
+
return unwrapAsync(memoryLoopsList(
|
|
132
132
|
this,
|
|
133
133
|
options,
|
|
134
134
|
));
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
/**
|
|
138
|
-
* Fetch one compact memory
|
|
138
|
+
* Fetch one compact memory loop manifest.
|
|
139
139
|
*/
|
|
140
|
-
async
|
|
141
|
-
request: operations.
|
|
140
|
+
async loopsGet(
|
|
141
|
+
request: operations.LoopsGetRequest,
|
|
142
142
|
options?: RequestOptions,
|
|
143
|
-
): Promise<operations.
|
|
144
|
-
return unwrapAsync(
|
|
143
|
+
): Promise<operations.LoopsGetResponse> {
|
|
144
|
+
return unwrapAsync(memoryLoopsGet(
|
|
145
145
|
this,
|
|
146
146
|
request,
|
|
147
147
|
options,
|
|
@@ -41,9 +41,9 @@ export type SDKOptions = {
|
|
|
41
41
|
export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
42
42
|
export declare const SDK_METADATA: {
|
|
43
43
|
readonly language: "typescript";
|
|
44
|
-
readonly openapiDocVersion: "0.7.
|
|
45
|
-
readonly sdkVersion: "0.7.
|
|
44
|
+
readonly openapiDocVersion: "0.7.6";
|
|
45
|
+
readonly sdkVersion: "0.7.6";
|
|
46
46
|
readonly genVersion: "2.884.4";
|
|
47
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.7.
|
|
47
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.7.6 2.884.4 0.6.93 @compose-market/sdk";
|
|
48
48
|
};
|
|
49
49
|
//# sourceMappingURL=config.d.ts.map
|
|
@@ -29,9 +29,9 @@ export function serverURLFromOptions(options) {
|
|
|
29
29
|
}
|
|
30
30
|
export const SDK_METADATA = {
|
|
31
31
|
language: "typescript",
|
|
32
|
-
openapiDocVersion: "0.7.
|
|
33
|
-
sdkVersion: "0.7.
|
|
32
|
+
openapiDocVersion: "0.7.6",
|
|
33
|
+
sdkVersion: "0.7.6",
|
|
34
34
|
genVersion: "2.884.4",
|
|
35
|
-
userAgent: "speakeasy-sdk/typescript 0.7.
|
|
35
|
+
userAgent: "speakeasy-sdk/typescript 0.7.6 2.884.4 0.6.93 @compose-market/sdk",
|
|
36
36
|
};
|
|
37
37
|
//# sourceMappingURL=config.js.map
|
|
@@ -26,7 +26,7 @@ export type FeedbackContext = {
|
|
|
26
26
|
modelId?: string | undefined;
|
|
27
27
|
provider?: string | undefined;
|
|
28
28
|
agentWallet?: string | undefined;
|
|
29
|
-
|
|
29
|
+
workflowWallet?: string | undefined;
|
|
30
30
|
endpoint?: Endpoint | undefined;
|
|
31
31
|
receipt?: Receipt | undefined;
|
|
32
32
|
sdk?: SDK | undefined;
|
|
@@ -77,7 +77,7 @@ export type FeedbackContext$Outbound = {
|
|
|
77
77
|
modelId?: string | undefined;
|
|
78
78
|
provider?: string | undefined;
|
|
79
79
|
agentWallet?: string | undefined;
|
|
80
|
-
|
|
80
|
+
workflowWallet?: string | undefined;
|
|
81
81
|
endpoint?: Endpoint$Outbound | undefined;
|
|
82
82
|
receipt?: Receipt$Outbound | undefined;
|
|
83
83
|
sdk?: SDK$Outbound | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"feedback-context.d.ts","sourceRoot":"","sources":["../../src/models/feedback-context.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAEjC,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AAEtE,MAAM,MAAM,QAAQ,GAAG;IACrB,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC1B,CAAC;AAEF,MAAM,MAAM,OAAO,GAAG;IACpB,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACrC,CAAC;AAEF,MAAM,MAAM,GAAG,GAAG;IAChB,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACrC,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,
|
|
1
|
+
{"version":3,"file":"feedback-context.d.ts","sourceRoot":"","sources":["../../src/models/feedback-context.ts"],"names":[],"mappings":"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"}
|
|
@@ -66,7 +66,7 @@ export const FeedbackContext$inboundSchema = z.object({
|
|
|
66
66
|
modelId: types.optional(types.string()),
|
|
67
67
|
provider: types.optional(types.string()),
|
|
68
68
|
agentWallet: types.optional(types.string()),
|
|
69
|
-
|
|
69
|
+
workflowWallet: types.optional(types.string()),
|
|
70
70
|
endpoint: types.optional(z.lazy(() => Endpoint$inboundSchema)),
|
|
71
71
|
receipt: types.optional(z.lazy(() => Receipt$inboundSchema)),
|
|
72
72
|
sdk: types.optional(z.lazy(() => SDK$inboundSchema)),
|
|
@@ -80,7 +80,7 @@ export const FeedbackContext$outboundSchema = z.object({
|
|
|
80
80
|
modelId: z.optional(z.string()),
|
|
81
81
|
provider: z.optional(z.string()),
|
|
82
82
|
agentWallet: z.optional(z.string()),
|
|
83
|
-
|
|
83
|
+
workflowWallet: z.optional(z.string()),
|
|
84
84
|
endpoint: z.optional(z.lazy(() => Endpoint$outboundSchema)),
|
|
85
85
|
receipt: z.optional(z.lazy(() => Receipt$outboundSchema)),
|
|
86
86
|
sdk: z.optional(z.lazy(() => SDK$outboundSchema)),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"feedback-context.js","sourceRoot":"","sources":["../../src/models/feedback-context.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"feedback-context.js","sourceRoot":"","sources":["../../src/models/feedback-context.ts"],"names":[],"mappings":"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"}
|
|
@@ -63,9 +63,9 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
63
63
|
|
|
64
64
|
export const SDK_METADATA = {
|
|
65
65
|
language: "typescript",
|
|
66
|
-
openapiDocVersion: "0.7.
|
|
67
|
-
sdkVersion: "0.7.
|
|
66
|
+
openapiDocVersion: "0.7.6",
|
|
67
|
+
sdkVersion: "0.7.6",
|
|
68
68
|
genVersion: "2.884.4",
|
|
69
69
|
userAgent:
|
|
70
|
-
"speakeasy-sdk/typescript 0.7.
|
|
70
|
+
"speakeasy-sdk/typescript 0.7.6 2.884.4 0.6.93 @compose-market/sdk",
|
|
71
71
|
} as const;
|