@inkeep/agents-core 0.16.1 → 0.16.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-L53XWAYG.js → chunk-N43VFJD3.js} +1 -1
- package/dist/client-exports.d.cts +6 -6
- package/dist/client-exports.d.ts +6 -6
- package/dist/client-exports.js +2 -2
- package/dist/db/schema.d.cts +2 -2
- package/dist/db/schema.d.ts +2 -2
- package/dist/index.d.cts +228 -228
- package/dist/index.d.ts +228 -228
- package/dist/index.js +6 -6
- package/dist/{schema-BtdvdyOA.d.ts → schema-BQk_FMBV.d.ts} +1 -1
- package/dist/{schema-DVnfWYwH.d.cts → schema-Ct2NlO81.d.cts} +1 -1
- package/dist/types/index.d.cts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/dist/validation/index.d.cts +2 -2
- package/dist/validation/index.d.ts +2 -2
- package/dist/validation/index.js +2 -2
- package/package.json +5 -1
- package/dist/{chunk-TO2HNKGP.js → chunk-72MXE5SX.js} +1 -1
- package/dist/{utility-BaVsvScm.d.cts → utility-s9c5CVOe.d.cts} +164 -164
- package/dist/{utility-BaVsvScm.d.ts → utility-s9c5CVOe.d.ts} +164 -164
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { C as ConversationHistoryConfig, F as FunctionApiInsertSchema, A as ApiKeyApiUpdateSchema, a as FullGraphAgentInsertSchema } from './utility-
|
|
3
|
-
export { e as AgentStopWhen, b as AgentStopWhenSchema, g as CredentialStoreType, i as FunctionApiSelectSchema, j as FunctionApiUpdateSchema, d as GraphStopWhen, G as GraphStopWhenSchema, h as MCPTransportType, f as ModelSettings, M as ModelSettingsSchema, k as SandboxConfigSchema, c as StopWhen, S as StopWhenSchema } from './utility-
|
|
2
|
+
import { C as ConversationHistoryConfig, F as FunctionApiInsertSchema, A as ApiKeyApiUpdateSchema, a as FullGraphAgentInsertSchema } from './utility-s9c5CVOe.cjs';
|
|
3
|
+
export { e as AgentStopWhen, b as AgentStopWhenSchema, g as CredentialStoreType, i as FunctionApiSelectSchema, j as FunctionApiUpdateSchema, d as GraphStopWhen, G as GraphStopWhenSchema, h as MCPTransportType, f as ModelSettings, M as ModelSettingsSchema, k as SandboxConfigSchema, c as StopWhen, S as StopWhenSchema } from './utility-s9c5CVOe.cjs';
|
|
4
4
|
export { v as validatePropsAsJsonSchema } from './props-validation-BMR1qNiy.cjs';
|
|
5
5
|
import 'drizzle-zod';
|
|
6
6
|
import 'drizzle-orm/sqlite-core';
|
|
@@ -128,8 +128,8 @@ declare const DataComponentApiInsertSchema: z.ZodObject<{
|
|
|
128
128
|
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
129
129
|
}, z.core.$strip>;
|
|
130
130
|
declare const ArtifactComponentApiInsertSchema: z.ZodObject<{
|
|
131
|
-
name: z.ZodString;
|
|
132
131
|
id: z.ZodString;
|
|
132
|
+
name: z.ZodString;
|
|
133
133
|
description: z.ZodString;
|
|
134
134
|
props: z.ZodOptional<z.ZodNullable<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>>;
|
|
135
135
|
}, {
|
|
@@ -164,11 +164,12 @@ declare const FullGraphDefinitionSchema: z.ZodObject<{
|
|
|
164
164
|
description: z.ZodOptional<z.ZodString>;
|
|
165
165
|
defaultAgentId: z.ZodOptional<z.ZodString>;
|
|
166
166
|
agents: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodObject<{
|
|
167
|
-
name: z.ZodString;
|
|
168
167
|
id: z.ZodString;
|
|
168
|
+
name: z.ZodString;
|
|
169
|
+
description: z.ZodString;
|
|
170
|
+
prompt: z.ZodString;
|
|
169
171
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
170
172
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
171
|
-
description: z.ZodString;
|
|
172
173
|
models: z.ZodOptional<z.ZodObject<{
|
|
173
174
|
base: z.ZodOptional<z.ZodObject<{
|
|
174
175
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -192,7 +193,6 @@ declare const FullGraphDefinitionSchema: z.ZodObject<{
|
|
|
192
193
|
}, {
|
|
193
194
|
stepCountIs?: number | undefined;
|
|
194
195
|
}>>>>;
|
|
195
|
-
prompt: z.ZodString;
|
|
196
196
|
conversationHistoryConfig: z.ZodOptional<z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>>;
|
|
197
197
|
type: z.ZodLiteral<"internal">;
|
|
198
198
|
canUse: z.ZodArray<z.ZodObject<{
|
package/dist/client-exports.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { C as ConversationHistoryConfig, F as FunctionApiInsertSchema, A as ApiKeyApiUpdateSchema, a as FullGraphAgentInsertSchema } from './utility-
|
|
3
|
-
export { e as AgentStopWhen, b as AgentStopWhenSchema, g as CredentialStoreType, i as FunctionApiSelectSchema, j as FunctionApiUpdateSchema, d as GraphStopWhen, G as GraphStopWhenSchema, h as MCPTransportType, f as ModelSettings, M as ModelSettingsSchema, k as SandboxConfigSchema, c as StopWhen, S as StopWhenSchema } from './utility-
|
|
2
|
+
import { C as ConversationHistoryConfig, F as FunctionApiInsertSchema, A as ApiKeyApiUpdateSchema, a as FullGraphAgentInsertSchema } from './utility-s9c5CVOe.js';
|
|
3
|
+
export { e as AgentStopWhen, b as AgentStopWhenSchema, g as CredentialStoreType, i as FunctionApiSelectSchema, j as FunctionApiUpdateSchema, d as GraphStopWhen, G as GraphStopWhenSchema, h as MCPTransportType, f as ModelSettings, M as ModelSettingsSchema, k as SandboxConfigSchema, c as StopWhen, S as StopWhenSchema } from './utility-s9c5CVOe.js';
|
|
4
4
|
export { v as validatePropsAsJsonSchema } from './props-validation-BMR1qNiy.js';
|
|
5
5
|
import 'drizzle-zod';
|
|
6
6
|
import 'drizzle-orm/sqlite-core';
|
|
@@ -128,8 +128,8 @@ declare const DataComponentApiInsertSchema: z.ZodObject<{
|
|
|
128
128
|
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
129
129
|
}, z.core.$strip>;
|
|
130
130
|
declare const ArtifactComponentApiInsertSchema: z.ZodObject<{
|
|
131
|
-
name: z.ZodString;
|
|
132
131
|
id: z.ZodString;
|
|
132
|
+
name: z.ZodString;
|
|
133
133
|
description: z.ZodString;
|
|
134
134
|
props: z.ZodOptional<z.ZodNullable<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>>;
|
|
135
135
|
}, {
|
|
@@ -164,11 +164,12 @@ declare const FullGraphDefinitionSchema: z.ZodObject<{
|
|
|
164
164
|
description: z.ZodOptional<z.ZodString>;
|
|
165
165
|
defaultAgentId: z.ZodOptional<z.ZodString>;
|
|
166
166
|
agents: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodObject<{
|
|
167
|
-
name: z.ZodString;
|
|
168
167
|
id: z.ZodString;
|
|
168
|
+
name: z.ZodString;
|
|
169
|
+
description: z.ZodString;
|
|
170
|
+
prompt: z.ZodString;
|
|
169
171
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
170
172
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
171
|
-
description: z.ZodString;
|
|
172
173
|
models: z.ZodOptional<z.ZodObject<{
|
|
173
174
|
base: z.ZodOptional<z.ZodObject<{
|
|
174
175
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -192,7 +193,6 @@ declare const FullGraphDefinitionSchema: z.ZodObject<{
|
|
|
192
193
|
}, {
|
|
193
194
|
stepCountIs?: number | undefined;
|
|
194
195
|
}>>>>;
|
|
195
|
-
prompt: z.ZodString;
|
|
196
196
|
conversationHistoryConfig: z.ZodOptional<z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>>;
|
|
197
197
|
type: z.ZodLiteral<"internal">;
|
|
198
198
|
canUse: z.ZodArray<z.ZodObject<{
|
package/dist/client-exports.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ModelSettingsSchema, FullGraphAgentInsertSchema, ArtifactComponentApiInsertSchema } from './chunk-
|
|
2
|
-
export { AgentStopWhenSchema, FunctionApiInsertSchema, FunctionApiSelectSchema, FunctionApiUpdateSchema, GraphStopWhenSchema, ModelSettingsSchema, SandboxConfigSchema, StopWhenSchema, validatePropsAsJsonSchema } from './chunk-
|
|
1
|
+
import { ModelSettingsSchema, FullGraphAgentInsertSchema, ArtifactComponentApiInsertSchema } from './chunk-72MXE5SX.js';
|
|
2
|
+
export { AgentStopWhenSchema, FunctionApiInsertSchema, FunctionApiSelectSchema, FunctionApiUpdateSchema, GraphStopWhenSchema, ModelSettingsSchema, SandboxConfigSchema, StopWhenSchema, validatePropsAsJsonSchema } from './chunk-72MXE5SX.js';
|
|
3
3
|
import { CredentialStoreType } from './chunk-YFHT5M2R.js';
|
|
4
4
|
export { CredentialStoreType, MCPTransportType } from './chunk-YFHT5M2R.js';
|
|
5
5
|
import { z } from 'zod';
|
package/dist/db/schema.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'drizzle-orm';
|
|
2
2
|
import 'drizzle-orm/sqlite-core';
|
|
3
|
-
import '../utility-
|
|
4
|
-
export { k as agentArtifactComponents, L as agentArtifactComponentsRelations, i as agentDataComponents, N as agentDataComponentsRelations, a as agentGraph, C as agentGraphRelations, e as agentRelations, Q as agentRelationsRelations, n as agentToolRelations, F as agentToolRelationsRelations, d as agents, B as agentsRelations, u as apiKeys, E as apiKeysRelations, j as artifactComponents, K as artifactComponentsRelations, b as contextCache, A as contextCacheRelations, c as contextConfigs, z as contextConfigsRelations, o as conversations, I as conversationsRelations, v as credentialReferences, G as credentialReferencesRelations, h as dataComponents, M as dataComponentsRelations, f as externalAgents, D as externalAgentsRelations, m as functions, P as functionsRelations, r as ledgerArtifacts, O as ledgerArtifactsRelations, q as messages, J as messagesRelations, p as projects, x as projectsRelations, g as taskRelations, y as taskRelationsRelations, t as tasks, w as tasksRelations, l as tools, H as toolsRelations } from '../schema-
|
|
3
|
+
import '../utility-s9c5CVOe.cjs';
|
|
4
|
+
export { k as agentArtifactComponents, L as agentArtifactComponentsRelations, i as agentDataComponents, N as agentDataComponentsRelations, a as agentGraph, C as agentGraphRelations, e as agentRelations, Q as agentRelationsRelations, n as agentToolRelations, F as agentToolRelationsRelations, d as agents, B as agentsRelations, u as apiKeys, E as apiKeysRelations, j as artifactComponents, K as artifactComponentsRelations, b as contextCache, A as contextCacheRelations, c as contextConfigs, z as contextConfigsRelations, o as conversations, I as conversationsRelations, v as credentialReferences, G as credentialReferencesRelations, h as dataComponents, M as dataComponentsRelations, f as externalAgents, D as externalAgentsRelations, m as functions, P as functionsRelations, r as ledgerArtifacts, O as ledgerArtifactsRelations, q as messages, J as messagesRelations, p as projects, x as projectsRelations, g as taskRelations, y as taskRelationsRelations, t as tasks, w as tasksRelations, l as tools, H as toolsRelations } from '../schema-Ct2NlO81.cjs';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import 'drizzle-zod';
|
|
7
7
|
import '@hono/zod-openapi';
|
package/dist/db/schema.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'drizzle-orm';
|
|
2
2
|
import 'drizzle-orm/sqlite-core';
|
|
3
|
-
import '../utility-
|
|
4
|
-
export { k as agentArtifactComponents, L as agentArtifactComponentsRelations, i as agentDataComponents, N as agentDataComponentsRelations, a as agentGraph, C as agentGraphRelations, e as agentRelations, Q as agentRelationsRelations, n as agentToolRelations, F as agentToolRelationsRelations, d as agents, B as agentsRelations, u as apiKeys, E as apiKeysRelations, j as artifactComponents, K as artifactComponentsRelations, b as contextCache, A as contextCacheRelations, c as contextConfigs, z as contextConfigsRelations, o as conversations, I as conversationsRelations, v as credentialReferences, G as credentialReferencesRelations, h as dataComponents, M as dataComponentsRelations, f as externalAgents, D as externalAgentsRelations, m as functions, P as functionsRelations, r as ledgerArtifacts, O as ledgerArtifactsRelations, q as messages, J as messagesRelations, p as projects, x as projectsRelations, g as taskRelations, y as taskRelationsRelations, t as tasks, w as tasksRelations, l as tools, H as toolsRelations } from '../schema-
|
|
3
|
+
import '../utility-s9c5CVOe.js';
|
|
4
|
+
export { k as agentArtifactComponents, L as agentArtifactComponentsRelations, i as agentDataComponents, N as agentDataComponentsRelations, a as agentGraph, C as agentGraphRelations, e as agentRelations, Q as agentRelationsRelations, n as agentToolRelations, F as agentToolRelationsRelations, d as agents, B as agentsRelations, u as apiKeys, E as apiKeysRelations, j as artifactComponents, K as artifactComponentsRelations, b as contextCache, A as contextCacheRelations, c as contextConfigs, z as contextConfigsRelations, o as conversations, I as conversationsRelations, v as credentialReferences, G as credentialReferencesRelations, h as dataComponents, M as dataComponentsRelations, f as externalAgents, D as externalAgentsRelations, m as functions, P as functionsRelations, r as ledgerArtifacts, O as ledgerArtifactsRelations, q as messages, J as messagesRelations, p as projects, x as projectsRelations, g as taskRelations, y as taskRelationsRelations, t as tasks, w as tasksRelations, l as tools, H as toolsRelations } from '../schema-BQk_FMBV.js';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import 'drizzle-zod';
|
|
7
7
|
import '@hono/zod-openapi';
|