@takeshape/util 11.110.0 → 11.113.1
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/common/agents.d.ts +0 -19
- package/package.json +3 -3
package/dist/common/agents.d.ts
CHANGED
|
@@ -27,22 +27,3 @@ export type AgentSessionValue<Output = AgentSessionValueOutput> = {
|
|
|
27
27
|
output: Output;
|
|
28
28
|
agentHistoryUpdate?: CoreMessage[] | null;
|
|
29
29
|
};
|
|
30
|
-
export type AgentSession = {
|
|
31
|
-
id: string;
|
|
32
|
-
projectId: string;
|
|
33
|
-
schemaId: string;
|
|
34
|
-
agentName: string;
|
|
35
|
-
done: boolean;
|
|
36
|
-
previousStateId?: string;
|
|
37
|
-
currentStateId: string;
|
|
38
|
-
chatSessionIds: Record<string, string | undefined>;
|
|
39
|
-
sessionMemory: Record<string, unknown>;
|
|
40
|
-
stateOutputs: Record<string, AgentSessionValueOutput | undefined>;
|
|
41
|
-
suspended?: boolean;
|
|
42
|
-
currentValue?: AgentSessionValue;
|
|
43
|
-
hasAgentHistory?: boolean;
|
|
44
|
-
};
|
|
45
|
-
export type InspectAgentSessionResult<Message extends Record<string, unknown>> = AgentSession & {
|
|
46
|
-
messages: Message[];
|
|
47
|
-
agentHistory: CoreMessage[];
|
|
48
|
-
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takeshape/util",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.113.1",
|
|
4
4
|
"description": "Shared utilities",
|
|
5
5
|
"homepage": "https://www.takeshape.io",
|
|
6
6
|
"repository": {
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"tiny-invariant": "1.3.3",
|
|
46
46
|
"uint8array-extras": "1.4.0",
|
|
47
47
|
"url-parse": "1.5.3",
|
|
48
|
-
"@takeshape/prism": "11.
|
|
49
|
-
"@takeshape/routing": "11.
|
|
48
|
+
"@takeshape/prism": "11.113.1",
|
|
49
|
+
"@takeshape/routing": "11.113.1"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@types/classnames": "2.2.11",
|