@inkeep/agents-core 0.0.0-dev-20250910233441 → 0.0.0-dev-20250911000146
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-TSPWAF64.js → chunk-355CYJ6K.js} +1 -1
- package/dist/{chunk-RFWSE64N.js → chunk-OL6BLWXL.js} +17 -15
- package/dist/chunk-SVGQSPW4.js +24 -0
- package/dist/client-exports.cjs +16 -2
- package/dist/client-exports.d.cts +15 -2
- package/dist/client-exports.d.ts +15 -2
- package/dist/client-exports.js +3 -2
- package/dist/db/schema.cjs +1 -1
- package/dist/db/schema.d.cts +3 -2
- package/dist/db/schema.d.ts +3 -2
- package/dist/db/schema.js +1 -1
- package/dist/{utility-D2Lb-YAS.d.cts → entities-yHYR8Oc6.d.cts} +1953 -1926
- package/dist/{utility-D2Lb-YAS.d.ts → entities-yHYR8Oc6.d.ts} +1953 -1926
- package/dist/index.cjs +55 -38
- package/dist/index.d.cts +209 -209
- package/dist/index.d.ts +209 -209
- package/dist/index.js +16 -15
- package/dist/{schema-E0ulMd3k.d.cts → schema-C0iKVu5c.d.cts} +1 -1
- package/dist/{schema-B5YbTpz8.d.ts → schema-USqOwJEr.d.ts} +1 -1
- package/dist/types/index.cjs +16 -0
- package/dist/types/index.d.cts +5 -3
- package/dist/types/index.d.ts +5 -3
- package/dist/types/index.js +1 -1
- package/dist/validation/index.cjs +28 -14
- package/dist/validation/index.d.cts +3 -2
- package/dist/validation/index.d.ts +3 -2
- package/dist/validation/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-BIIFENNH.js +0 -11
package/dist/index.js
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
export { TaskState } from './chunk-H2F72PDA.js';
|
|
2
|
-
import { ContextConfigApiUpdateSchema, validateAndTypeGraphData, validateGraphStructure, isInternalAgent, isExternalAgent } from './chunk-
|
|
3
|
-
export { AgentApiInsertSchema, AgentApiSelectSchema, AgentApiUpdateSchema, AgentArtifactComponentApiInsertSchema, AgentArtifactComponentApiSelectSchema, AgentArtifactComponentApiUpdateSchema, AgentArtifactComponentInsertSchema, AgentArtifactComponentSelectSchema, AgentArtifactComponentUpdateSchema, AgentDataComponentApiInsertSchema, AgentDataComponentApiSelectSchema, AgentDataComponentApiUpdateSchema, AgentDataComponentInsertSchema, AgentDataComponentSelectSchema, AgentDataComponentUpdateSchema, AgentGraphApiInsertSchema, AgentGraphApiSelectSchema, AgentGraphApiUpdateSchema, AgentGraphInsertSchema, AgentGraphSelectSchema, AgentGraphUpdateSchema, AgentInsertSchema, AgentRelationApiInsertSchema, AgentRelationApiSelectSchema, AgentRelationApiUpdateSchema, AgentRelationInsertSchema, AgentRelationQuerySchema, AgentRelationSelectSchema, AgentRelationUpdateSchema, AgentSelectSchema, AgentToolRelationApiInsertSchema, AgentToolRelationApiSelectSchema, AgentToolRelationApiUpdateSchema, AgentToolRelationInsertSchema, AgentToolRelationSelectSchema, AgentToolRelationUpdateSchema, AgentUpdateSchema, AllAgentSchema, ApiKeyApiCreationResponseSchema, ApiKeyApiInsertSchema, ApiKeyApiSelectSchema, ApiKeyApiUpdateSchema, ApiKeyInsertSchema, ApiKeySelectSchema, ApiKeyUpdateSchema, ArtifactComponentApiInsertSchema, ArtifactComponentApiSelectSchema, ArtifactComponentApiUpdateSchema, ArtifactComponentInsertSchema, ArtifactComponentSelectSchema, ArtifactComponentUpdateSchema, ContextCacheApiInsertSchema, ContextCacheApiSelectSchema, ContextCacheApiUpdateSchema, ContextCacheInsertSchema, ContextCacheSelectSchema, ContextCacheUpdateSchema, ContextConfigApiInsertSchema, ContextConfigApiSelectSchema, ContextConfigApiUpdateSchema, ContextConfigInsertSchema, ContextConfigSelectSchema, ContextConfigUpdateSchema, ConversationApiInsertSchema, ConversationApiSelectSchema, ConversationApiUpdateSchema, ConversationInsertSchema, ConversationSelectSchema, ConversationUpdateSchema, CredentialReferenceApiInsertSchema, CredentialReferenceApiSelectSchema, CredentialReferenceApiUpdateSchema, CredentialReferenceInsertSchema, CredentialReferenceSelectSchema, CredentialReferenceUpdateSchema, DataComponentApiInsertSchema, DataComponentApiSelectSchema, DataComponentApiUpdateSchema, DataComponentBaseSchema, DataComponentInsertSchema, DataComponentSelectSchema, DataComponentUpdateSchema, ErrorResponseSchema, ExistsResponseSchema, ExternalAgentApiInsertSchema, ExternalAgentApiSelectSchema, ExternalAgentApiUpdateSchema, ExternalAgentInsertSchema, ExternalAgentRelationApiInsertSchema, ExternalAgentRelationInsertSchema, ExternalAgentSelectSchema, ExternalAgentUpdateSchema, FetchConfigSchema, FetchDefinitionSchema, FullGraphAgentInsertSchema, FullGraphDefinitionSchema, HeadersScopeSchema, IdParamsSchema, LedgerArtifactApiInsertSchema, LedgerArtifactApiSelectSchema, LedgerArtifactApiUpdateSchema, LedgerArtifactInsertSchema, LedgerArtifactSelectSchema, LedgerArtifactUpdateSchema, ListResponseSchema, MAX_ID_LENGTH, MCPToolConfigSchema, MIN_ID_LENGTH, McpToolDefinitionSchema, McpToolSchema,
|
|
4
|
-
import { schema_exports, agentRelations, agents, externalAgents, agentToolRelations, tools, contextConfigs, agentGraph, agentDataComponents, agentArtifactComponents, dataComponents, artifactComponents, projects, apiKeys, contextCache, conversations, messages, credentialReferences, ledgerArtifacts, tasks, taskRelations } from './chunk-
|
|
5
|
-
export { agentArtifactComponents, agentArtifactComponentsRelations, agentDataComponents, agentGraph, agentGraphRelations, agentRelations, agentRelationsRelations, agentToolRelations, agentToolRelationsRelations, agents, agentsRelations, apiKeys, apiKeysRelations, artifactComponents, artifactComponentsRelations, contextCache, contextCacheRelations, contextConfigs, contextConfigsRelations, conversations, conversationsRelations, credentialReferences, credentialReferencesRelations, dataComponents, externalAgents, externalAgentsRelations, ledgerArtifacts, ledgerArtifactsContextIdIdx, ledgerArtifactsTaskContextNameUnique, ledgerArtifactsTaskIdIdx, messages, messagesRelations, projects, projectsRelations, taskRelations, taskRelationsRelations, tasks, tasksRelations, tools, toolsRelations } from './chunk-
|
|
6
|
-
|
|
2
|
+
import { ContextConfigApiUpdateSchema, validateAndTypeGraphData, validateGraphStructure, isInternalAgent, isExternalAgent } from './chunk-OL6BLWXL.js';
|
|
3
|
+
export { AgentApiInsertSchema, AgentApiSelectSchema, AgentApiUpdateSchema, AgentArtifactComponentApiInsertSchema, AgentArtifactComponentApiSelectSchema, AgentArtifactComponentApiUpdateSchema, AgentArtifactComponentInsertSchema, AgentArtifactComponentSelectSchema, AgentArtifactComponentUpdateSchema, AgentDataComponentApiInsertSchema, AgentDataComponentApiSelectSchema, AgentDataComponentApiUpdateSchema, AgentDataComponentInsertSchema, AgentDataComponentSelectSchema, AgentDataComponentUpdateSchema, AgentGraphApiInsertSchema, AgentGraphApiSelectSchema, AgentGraphApiUpdateSchema, AgentGraphInsertSchema, AgentGraphSelectSchema, AgentGraphUpdateSchema, AgentInsertSchema, AgentRelationApiInsertSchema, AgentRelationApiSelectSchema, AgentRelationApiUpdateSchema, AgentRelationInsertSchema, AgentRelationQuerySchema, AgentRelationSelectSchema, AgentRelationUpdateSchema, AgentSelectSchema, AgentToolRelationApiInsertSchema, AgentToolRelationApiSelectSchema, AgentToolRelationApiUpdateSchema, AgentToolRelationInsertSchema, AgentToolRelationSelectSchema, AgentToolRelationUpdateSchema, AgentUpdateSchema, AllAgentSchema, ApiKeyApiCreationResponseSchema, ApiKeyApiInsertSchema, ApiKeyApiSelectSchema, ApiKeyApiUpdateSchema, ApiKeyInsertSchema, ApiKeySelectSchema, ApiKeyUpdateSchema, ArtifactComponentApiInsertSchema, ArtifactComponentApiSelectSchema, ArtifactComponentApiUpdateSchema, ArtifactComponentInsertSchema, ArtifactComponentSelectSchema, ArtifactComponentUpdateSchema, ContextCacheApiInsertSchema, ContextCacheApiSelectSchema, ContextCacheApiUpdateSchema, ContextCacheInsertSchema, ContextCacheSelectSchema, ContextCacheUpdateSchema, ContextConfigApiInsertSchema, ContextConfigApiSelectSchema, ContextConfigApiUpdateSchema, ContextConfigInsertSchema, ContextConfigSelectSchema, ContextConfigUpdateSchema, ConversationApiInsertSchema, ConversationApiSelectSchema, ConversationApiUpdateSchema, ConversationInsertSchema, ConversationSelectSchema, ConversationUpdateSchema, CredentialReferenceApiInsertSchema, CredentialReferenceApiSelectSchema, CredentialReferenceApiUpdateSchema, CredentialReferenceInsertSchema, CredentialReferenceSelectSchema, CredentialReferenceUpdateSchema, DataComponentApiInsertSchema, DataComponentApiSelectSchema, DataComponentApiUpdateSchema, DataComponentBaseSchema, DataComponentInsertSchema, DataComponentSelectSchema, DataComponentUpdateSchema, ErrorResponseSchema, ExistsResponseSchema, ExternalAgentApiInsertSchema, ExternalAgentApiSelectSchema, ExternalAgentApiUpdateSchema, ExternalAgentInsertSchema, ExternalAgentRelationApiInsertSchema, ExternalAgentRelationInsertSchema, ExternalAgentSelectSchema, ExternalAgentUpdateSchema, FetchConfigSchema, FetchDefinitionSchema, FullGraphAgentInsertSchema, FullGraphDefinitionSchema, HeadersScopeSchema, IdParamsSchema, LedgerArtifactApiInsertSchema, LedgerArtifactApiSelectSchema, LedgerArtifactApiUpdateSchema, LedgerArtifactInsertSchema, LedgerArtifactSelectSchema, LedgerArtifactUpdateSchema, ListResponseSchema, MAX_ID_LENGTH, MCPToolConfigSchema, MIN_ID_LENGTH, McpToolDefinitionSchema, McpToolSchema, McpTransportConfigSchema, MessageApiInsertSchema, MessageApiSelectSchema, MessageApiUpdateSchema, MessageInsertSchema, MessageSelectSchema, MessageUpdateSchema, ModelSchema, ModelSettingsSchema, PaginationQueryParamsSchema, PaginationSchema, ProjectApiInsertSchema, ProjectApiSelectSchema, ProjectApiUpdateSchema, ProjectInsertSchema, ProjectSelectSchema, ProjectUpdateSchema, RemovedResponseSchema, SingleResponseSchema, StatusComponentSchema, StatusUpdateSchema, TaskApiInsertSchema, TaskApiSelectSchema, TaskApiUpdateSchema, TaskInsertSchema, TaskRelationApiInsertSchema, TaskRelationApiSelectSchema, TaskRelationApiUpdateSchema, TaskRelationInsertSchema, TaskRelationSelectSchema, TaskRelationUpdateSchema, TaskSelectSchema, TaskUpdateSchema, TenantIdParamsSchema, TenantParamsSchema, TenantProjectIdParamsSchema, TenantProjectParamsSchema, ToolApiInsertSchema, ToolApiSelectSchema, ToolApiUpdateSchema, ToolInsertSchema, ToolSelectSchema, ToolStatusSchema, ToolUpdateSchema, URL_SAFE_ID_PATTERN, generateIdFromName, isExternalAgent, isInternalAgent, isValidResourceId, resourceIdSchema, validateAgentRelationships, validateAndTypeGraphData, validateArtifactComponentReferences, validateDataComponentReferences, validateGraphStructure, validateToolReferences } from './chunk-OL6BLWXL.js';
|
|
4
|
+
import { schema_exports, agentRelations, agents, externalAgents, agentToolRelations, tools, contextConfigs, agentGraph, agentDataComponents, agentArtifactComponents, dataComponents, artifactComponents, projects, apiKeys, contextCache, conversations, messages, credentialReferences, ledgerArtifacts, tasks, taskRelations } from './chunk-355CYJ6K.js';
|
|
5
|
+
export { agentArtifactComponents, agentArtifactComponentsRelations, agentDataComponents, agentGraph, agentGraphRelations, agentRelations, agentRelationsRelations, agentToolRelations, agentToolRelationsRelations, agents, agentsRelations, apiKeys, apiKeysRelations, artifactComponents, artifactComponentsRelations, contextCache, contextCacheRelations, contextConfigs, contextConfigsRelations, conversations, conversationsRelations, credentialReferences, credentialReferencesRelations, dataComponents, externalAgents, externalAgentsRelations, ledgerArtifacts, ledgerArtifactsContextIdIdx, ledgerArtifactsTaskContextNameUnique, ledgerArtifactsTaskIdIdx, messages, messagesRelations, projects, projectsRelations, taskRelations, taskRelationsRelations, tasks, tasksRelations, tools, toolsRelations } from './chunk-355CYJ6K.js';
|
|
6
|
+
import { CredentialStoreType, MCPServerType, MCPTransportType } from './chunk-SVGQSPW4.js';
|
|
7
|
+
export { CredentialStoreType, MCPServerType, MCPTransportType, TOOL_STATUS_VALUES, VALID_RELATION_TYPES } from './chunk-SVGQSPW4.js';
|
|
7
8
|
import { __publicField } from './chunk-MKBO26DX.js';
|
|
8
9
|
import { z as z$2 } from 'zod/v4';
|
|
9
10
|
import jmespath from 'jmespath';
|
|
@@ -597,7 +598,7 @@ function getCredentialStoreLookupKeyFromRetrievalParams({
|
|
|
597
598
|
if (retrievalParams.key) {
|
|
598
599
|
return retrievalParams.key;
|
|
599
600
|
}
|
|
600
|
-
if (credentialStoreType ===
|
|
601
|
+
if (credentialStoreType === CredentialStoreType.nango) {
|
|
601
602
|
return JSON.stringify({
|
|
602
603
|
connectionId: retrievalParams.connectionId,
|
|
603
604
|
providerConfigKey: retrievalParams.providerConfigKey
|
|
@@ -643,10 +644,10 @@ var CredentialStuffer = class {
|
|
|
643
644
|
);
|
|
644
645
|
return null;
|
|
645
646
|
}
|
|
646
|
-
if (credentialStore.type ===
|
|
647
|
+
if (credentialStore.type === CredentialStoreType.nango) {
|
|
647
648
|
try {
|
|
648
649
|
const nangoCredentialData = JSON.parse(credentialDataString);
|
|
649
|
-
if (mcpType ===
|
|
650
|
+
if (mcpType === MCPServerType.nango) {
|
|
650
651
|
return {
|
|
651
652
|
headers: {
|
|
652
653
|
// For Nango MCP, authenticate with the Nango secret key
|
|
@@ -677,7 +678,7 @@ var CredentialStuffer = class {
|
|
|
677
678
|
return null;
|
|
678
679
|
}
|
|
679
680
|
}
|
|
680
|
-
if (credentialStore.type ===
|
|
681
|
+
if (credentialStore.type === CredentialStoreType.keychain) {
|
|
681
682
|
try {
|
|
682
683
|
const oauthTokens = JSON.parse(credentialDataString);
|
|
683
684
|
if (oauthTokens.access_token) {
|
|
@@ -773,11 +774,11 @@ var CredentialStuffer = class {
|
|
|
773
774
|
});
|
|
774
775
|
}
|
|
775
776
|
const baseConfig = {
|
|
776
|
-
type: tool2.transport?.type ||
|
|
777
|
+
type: tool2.transport?.type || MCPTransportType.streamableHttp,
|
|
777
778
|
url: tool2.serverUrl,
|
|
778
779
|
activeTools: tool2.activeTools
|
|
779
780
|
};
|
|
780
|
-
if (baseConfig.type ===
|
|
781
|
+
if (baseConfig.type === MCPTransportType.streamableHttp || baseConfig.type === MCPTransportType.sse) {
|
|
781
782
|
const httpConfig = {
|
|
782
783
|
...baseConfig,
|
|
783
784
|
url: tool2.serverUrl,
|
|
@@ -5467,7 +5468,7 @@ var McpClient = class {
|
|
|
5467
5468
|
}
|
|
5468
5469
|
async connect() {
|
|
5469
5470
|
if (this.connected) return;
|
|
5470
|
-
await match(this.serverConfig).with({ type:
|
|
5471
|
+
await match(this.serverConfig).with({ type: MCPTransportType.streamableHttp }, (config2) => this.connectHttp(config2)).with({ type: MCPTransportType.sse }, (config2) => this.connectSSE(config2)).exhaustive();
|
|
5471
5472
|
this.connected = true;
|
|
5472
5473
|
const close = this.client.onclose;
|
|
5473
5474
|
this.client.onclose = () => {
|
|
@@ -7271,7 +7272,7 @@ var CredentialStoreRegistry = class {
|
|
|
7271
7272
|
var KeyChainStore = class {
|
|
7272
7273
|
constructor(id, servicePrefix = "inkeep-agent-framework") {
|
|
7273
7274
|
__publicField(this, "id");
|
|
7274
|
-
__publicField(this, "type",
|
|
7275
|
+
__publicField(this, "type", CredentialStoreType.keychain);
|
|
7275
7276
|
__publicField(this, "service");
|
|
7276
7277
|
__publicField(this, "logger", getLogger("KeyChainStore"));
|
|
7277
7278
|
__publicField(this, "keytarAvailable", false);
|
|
@@ -7472,7 +7473,7 @@ function createKeyChainStore(id, options) {
|
|
|
7472
7473
|
var InMemoryCredentialStore = class {
|
|
7473
7474
|
constructor(id = "memory-default") {
|
|
7474
7475
|
__publicField(this, "id");
|
|
7475
|
-
__publicField(this, "type",
|
|
7476
|
+
__publicField(this, "type", CredentialStoreType.memory);
|
|
7476
7477
|
__publicField(this, "credentials", /* @__PURE__ */ new Map());
|
|
7477
7478
|
this.id = id;
|
|
7478
7479
|
}
|
|
@@ -7543,7 +7544,7 @@ function isSupportedAuthMode(mode) {
|
|
|
7543
7544
|
var NangoCredentialStore = class {
|
|
7544
7545
|
constructor(id, config2) {
|
|
7545
7546
|
__publicField(this, "id");
|
|
7546
|
-
__publicField(this, "type",
|
|
7547
|
+
__publicField(this, "type", CredentialStoreType.nango);
|
|
7547
7548
|
__publicField(this, "nangoConfig");
|
|
7548
7549
|
__publicField(this, "nangoClient");
|
|
7549
7550
|
this.id = id;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as drizzle_orm from 'drizzle-orm';
|
|
2
2
|
import * as drizzle_orm_sqlite_core from 'drizzle-orm/sqlite-core';
|
|
3
|
-
import {
|
|
3
|
+
import { a as ContextFetchDefinition, b as ConversationHistoryConfig, T as TaskMetadataConfig, c as ToolMcpConfig, d as ToolServerCapabilities, e as McpToolDefinition, f as ConversationMetadata, g as MessageContent, h as MessageMetadata, P as Part } from './entities-yHYR8Oc6.cjs';
|
|
4
4
|
|
|
5
5
|
declare const projects: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
6
6
|
name: "projects";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as drizzle_orm from 'drizzle-orm';
|
|
2
2
|
import * as drizzle_orm_sqlite_core from 'drizzle-orm/sqlite-core';
|
|
3
|
-
import {
|
|
3
|
+
import { a as ContextFetchDefinition, b as ConversationHistoryConfig, T as TaskMetadataConfig, c as ToolMcpConfig, d as ToolServerCapabilities, e as McpToolDefinition, f as ConversationMetadata, g as MessageContent, h as MessageMetadata, P as Part } from './entities-yHYR8Oc6.js';
|
|
4
4
|
|
|
5
5
|
declare const projects: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
6
6
|
name: "projects";
|
package/dist/types/index.cjs
CHANGED
|
@@ -23,7 +23,23 @@ var TOOL_STATUS_VALUES = [
|
|
|
23
23
|
"needs_auth"
|
|
24
24
|
];
|
|
25
25
|
var VALID_RELATION_TYPES = ["transfer", "delegate"];
|
|
26
|
+
var MCPTransportType = {
|
|
27
|
+
streamableHttp: "streamable_http",
|
|
28
|
+
sse: "sse"
|
|
29
|
+
};
|
|
30
|
+
var MCPServerType = {
|
|
31
|
+
nango: "nango",
|
|
32
|
+
generic: "generic"
|
|
33
|
+
};
|
|
34
|
+
var CredentialStoreType = {
|
|
35
|
+
memory: "memory",
|
|
36
|
+
keychain: "keychain",
|
|
37
|
+
nango: "nango"
|
|
38
|
+
};
|
|
26
39
|
|
|
40
|
+
exports.CredentialStoreType = CredentialStoreType;
|
|
41
|
+
exports.MCPServerType = MCPServerType;
|
|
42
|
+
exports.MCPTransportType = MCPTransportType;
|
|
27
43
|
exports.TOOL_STATUS_VALUES = TOOL_STATUS_VALUES;
|
|
28
44
|
exports.TaskState = TaskState;
|
|
29
45
|
exports.VALID_RELATION_TYPES = VALID_RELATION_TYPES;
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
import { C as CredentialStoreType } from '../entities-yHYR8Oc6.cjs';
|
|
2
|
+
export { aV as A2AError, bp as A2ARequest, bq as A2AResponse, au as APIKeySecurityScheme, bu as AgentApiInsert, bt as AgentApiSelect, bv as AgentApiUpdate, cm as AgentArtifactComponentApiInsert, cl as AgentArtifactComponentApiSelect, cn as AgentArtifactComponentApiUpdate, cj as AgentArtifactComponentInsert, ci as AgentArtifactComponentSelect, ck as AgentArtifactComponentUpdate, aq as AgentCapabilities, aE as AgentCard, cZ as AgentConversationHistoryConfig, cd as AgentDataComponentApiInsert, cc as AgentDataComponentApiSelect, ce as AgentDataComponentApiUpdate, ca as AgentDataComponentInsert, c9 as AgentDataComponentSelect, cb as AgentDataComponentUpdate, cL as AgentDefinition, bE as AgentGraphApiInsert, bD as AgentGraphApiSelect, bF as AgentGraphApiUpdate, A as AgentGraphInsert, bC as AgentGraphSelect, m as AgentGraphUpdate, r as AgentInsert, ar as AgentProvider, by as AgentRelationApiInsert, bx as AgentRelationApiSelect, bz as AgentRelationApiUpdate, o as AgentRelationInsert, bA as AgentRelationQuery, bw as AgentRelationSelect, p as AgentRelationUpdate, t as AgentSelect, as as AgentSkill, cC as AgentToolRelationApiInsert, cB as AgentToolRelationApiSelect, cD as AgentToolRelationApiUpdate, cA as AgentToolRelationInsert, cz as AgentToolRelationSelect, q as AgentToolRelationUpdate, s as AgentUpdate, cr as AllAgentSelect, cv as ApiKeyApiCreationResponse, ct as ApiKeyApiInsert, cs as ApiKeyApiSelect, cu as ApiKeyApiUpdate, y as ApiKeyCreateResult, v as ApiKeyInsert, u as ApiKeySelect, w as ApiKeyUpdate, a0 as Artifact, cg as ArtifactComponentApiInsert, cf as ArtifactComponentApiSelect, ch as ArtifactComponentApiUpdate, B as ArtifactComponentInsert, z as ArtifactComponentSelect, D as ArtifactComponentUpdate, ax as AuthorizationCodeOAuthFlow, b9 as CancelTaskRequest, bk as CancelTaskResponse, bj as CancelTaskSuccessResponse, ay as ClientCredentialsOAuthFlow, aT as ContentTypeNotSupportedError, c4 as ContextCacheApiInsert, c3 as ContextCacheApiSelect, c5 as ContextCacheApiUpdate, c_ as ContextCacheEntry, H as ContextCacheInsert, G as ContextCacheSelect, c2 as ContextCacheUpdate, b$ as ContextConfigApiInsert, b_ as ContextConfigApiSelect, c0 as ContextConfigApiUpdate, I as ContextConfigInsert, j as ContextConfigSelect, J as ContextConfigUpdate, a as ContextFetchDefinition, bU as ConversationApiInsert, bT as ConversationApiSelect, bV as ConversationApiUpdate, b as ConversationHistoryConfig, L as ConversationInsert, f as ConversationMetadata, cY as ConversationScopeOptions, K as ConversationSelect, N as ConversationUpdate, x as CreateApiKeyParams, cx as CredentialReferenceApiInsert, cw as CredentialReferenceApiSelect, cy as CredentialReferenceApiUpdate, U as CredentialReferenceInsert, O as CredentialReferenceSelect, V as CredentialReferenceUpdate, c7 as DataComponentApiInsert, c6 as DataComponentApiSelect, c8 as DataComponentApiUpdate, X as DataComponentInsert, W as DataComponentSelect, Y as DataComponentUpdate, ao as DataPart, ah as ExecutionContext, cp as ExternalAgentApiInsert, co as ExternalAgentApiSelect, cq as ExternalAgentApiUpdate, Z as ExternalAgentInsert, bB as ExternalAgentRelationApiInsert, E as ExternalAgentRelationInsert, _ as ExternalAgentSelect, $ as ExternalAgentUpdate, c1 as FetchConfig, F as FetchDefinition, ak as FileBase, an as FilePart, al as FileWithBytes, am as FileWithUri, cJ as FullGraphAgentInsert, n as FullGraphDefinition, bb as GetTaskPushNotificationConfigRequest, bo as GetTaskPushNotificationConfigResponse, bn as GetTaskPushNotificationConfigSuccessResponse, b8 as GetTaskRequest, bi as GetTaskResponse, bh as GetTaskSuccessResponse, av as HTTPAuthSecurityScheme, az as ImplicitOAuthFlow, cK as InternalAgentDefinition, aO as InternalError, aU as InvalidAgentResponseError, aN as InvalidParamsError, aL as InvalidRequestError, aK as JSONParseError, b3 as JSONRPCError, b5 as JSONRPCErrorResponse, b1 as JSONRPCMessage, b2 as JSONRPCRequest, b4 as JSONRPCResult, cH as LedgerArtifactApiInsert, cG as LedgerArtifactApiSelect, cI as LedgerArtifactApiUpdate, cE as LedgerArtifactInsert, a1 as LedgerArtifactSelect, cF as LedgerArtifactUpdate, d6 as MCPServerType, k as MCPToolConfig, M as MCPTransportType, c$ as McpAuthType, d0 as McpServerAuth, d2 as McpServerCapabilities, ad as McpTool, e as McpToolDefinition, ae as McpToolStatus, d1 as McpTransportConfig, aF as Message, bY as MessageApiInsert, bX as MessageApiSelect, bZ as MessageApiUpdate, g as MessageContent, a3 as MessageInsert, h as MessageMetadata, cT as MessageMode, br as MessagePart, cS as MessageRole, bW as MessageSelect, a$ as MessageSendConfiguration, b0 as MessageSendParams, cR as MessageType, a4 as MessageUpdate, a2 as MessageVisibility, aM as MethodNotFoundError, cV as ModelSettings, cU as Models, aB as OAuth2SecurityScheme, aw as OAuthFlows, aC as OpenIdConnectSecurityScheme, cQ as Pagination, l as PaginationConfig, a7 as PaginationResult, P as Part, ai as PartBase, aA as PasswordOAuthFlow, cO as ProjectApiInsert, cN as ProjectApiSelect, cP as ProjectApiUpdate, a5 as ProjectInfo, a9 as ProjectInsert, a8 as ProjectResourceCounts, a6 as ProjectSelect, aa as ProjectUpdate, aW as PushNotificationAuthenticationInfo, aX as PushNotificationConfig, aR as PushNotificationNotSupportedError, i as RequestSchemaConfig, R as RequestSchemaDefinition, S as ScopeConfig, aD as SecurityScheme, at as SecuritySchemeBase, b6 as SendMessageRequest, be as SendMessageResponse, bd as SendMessageSuccessResponse, b7 as SendStreamingMessageRequest, bg as SendStreamingMessageResponse, bf as SendStreamingMessageSuccessResponse, ba as SetTaskPushNotificationConfigRequest, bm as SetTaskPushNotificationConfigResponse, bl as SetTaskPushNotificationConfigSuccessResponse, cX as StatusComponent, cW as StatusUpdateSettings, d4 as TOOL_STATUS_VALUES, aH as Task, bI as TaskApiInsert, bH as TaskApiSelect, bJ as TaskApiUpdate, bs as TaskArtifact, aJ as TaskArtifactUpdateEvent, aZ as TaskIdParams, ab as TaskInsert, T as TaskMetadataConfig, aQ as TaskNotCancelableError, aP as TaskNotFoundError, aY as TaskPushNotificationConfig, a_ as TaskQueryParams, bO as TaskRelationApiInsert, bN as TaskRelationApiSelect, bP as TaskRelationApiUpdate, bL as TaskRelationInsert, bK as TaskRelationSelect, bM as TaskRelationUpdate, bc as TaskResubscriptionRequest, ac as TaskSelect, ap as TaskState, aG as TaskStatus, aI as TaskStatusUpdateEvent, bG as TaskUpdate, aj as TextPart, bR as ToolApiInsert, bQ as ToolApiSelect, bS as ToolApiUpdate, cM as ToolDefinition, af as ToolInsert, c as ToolMcpConfig, Q as ToolSelect, d as ToolServerCapabilities, ag as ToolUpdate, aS as UnsupportedOperationError, d5 as VALID_RELATION_TYPES, d3 as toolStatus } from '../entities-yHYR8Oc6.cjs';
|
|
2
3
|
import { Context } from 'hono';
|
|
3
4
|
import 'zod';
|
|
4
5
|
import 'drizzle-zod';
|
|
5
6
|
import 'drizzle-orm/sqlite-core';
|
|
6
7
|
import '@hono/zod-openapi';
|
|
8
|
+
import '@modelcontextprotocol/sdk/client/streamableHttp.js';
|
|
7
9
|
|
|
8
10
|
/**
|
|
9
11
|
* Credential store interface for managing different types of credentials
|
|
@@ -16,7 +18,7 @@ interface CredentialStore {
|
|
|
16
18
|
/**
|
|
17
19
|
* Type of credential store
|
|
18
20
|
*/
|
|
19
|
-
type:
|
|
21
|
+
type: keyof typeof CredentialStoreType;
|
|
20
22
|
/**
|
|
21
23
|
* Get a credential by key
|
|
22
24
|
*/
|
|
@@ -120,4 +122,4 @@ interface ServerConfig {
|
|
|
120
122
|
cors?: CorsConfig;
|
|
121
123
|
}
|
|
122
124
|
|
|
123
|
-
export type
|
|
125
|
+
export { type CorsConfig, type CredentialStore, CredentialStoreType, type ServerConfig, type ServerOptions };
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
import { C as CredentialStoreType } from '../entities-yHYR8Oc6.js';
|
|
2
|
+
export { aV as A2AError, bp as A2ARequest, bq as A2AResponse, au as APIKeySecurityScheme, bu as AgentApiInsert, bt as AgentApiSelect, bv as AgentApiUpdate, cm as AgentArtifactComponentApiInsert, cl as AgentArtifactComponentApiSelect, cn as AgentArtifactComponentApiUpdate, cj as AgentArtifactComponentInsert, ci as AgentArtifactComponentSelect, ck as AgentArtifactComponentUpdate, aq as AgentCapabilities, aE as AgentCard, cZ as AgentConversationHistoryConfig, cd as AgentDataComponentApiInsert, cc as AgentDataComponentApiSelect, ce as AgentDataComponentApiUpdate, ca as AgentDataComponentInsert, c9 as AgentDataComponentSelect, cb as AgentDataComponentUpdate, cL as AgentDefinition, bE as AgentGraphApiInsert, bD as AgentGraphApiSelect, bF as AgentGraphApiUpdate, A as AgentGraphInsert, bC as AgentGraphSelect, m as AgentGraphUpdate, r as AgentInsert, ar as AgentProvider, by as AgentRelationApiInsert, bx as AgentRelationApiSelect, bz as AgentRelationApiUpdate, o as AgentRelationInsert, bA as AgentRelationQuery, bw as AgentRelationSelect, p as AgentRelationUpdate, t as AgentSelect, as as AgentSkill, cC as AgentToolRelationApiInsert, cB as AgentToolRelationApiSelect, cD as AgentToolRelationApiUpdate, cA as AgentToolRelationInsert, cz as AgentToolRelationSelect, q as AgentToolRelationUpdate, s as AgentUpdate, cr as AllAgentSelect, cv as ApiKeyApiCreationResponse, ct as ApiKeyApiInsert, cs as ApiKeyApiSelect, cu as ApiKeyApiUpdate, y as ApiKeyCreateResult, v as ApiKeyInsert, u as ApiKeySelect, w as ApiKeyUpdate, a0 as Artifact, cg as ArtifactComponentApiInsert, cf as ArtifactComponentApiSelect, ch as ArtifactComponentApiUpdate, B as ArtifactComponentInsert, z as ArtifactComponentSelect, D as ArtifactComponentUpdate, ax as AuthorizationCodeOAuthFlow, b9 as CancelTaskRequest, bk as CancelTaskResponse, bj as CancelTaskSuccessResponse, ay as ClientCredentialsOAuthFlow, aT as ContentTypeNotSupportedError, c4 as ContextCacheApiInsert, c3 as ContextCacheApiSelect, c5 as ContextCacheApiUpdate, c_ as ContextCacheEntry, H as ContextCacheInsert, G as ContextCacheSelect, c2 as ContextCacheUpdate, b$ as ContextConfigApiInsert, b_ as ContextConfigApiSelect, c0 as ContextConfigApiUpdate, I as ContextConfigInsert, j as ContextConfigSelect, J as ContextConfigUpdate, a as ContextFetchDefinition, bU as ConversationApiInsert, bT as ConversationApiSelect, bV as ConversationApiUpdate, b as ConversationHistoryConfig, L as ConversationInsert, f as ConversationMetadata, cY as ConversationScopeOptions, K as ConversationSelect, N as ConversationUpdate, x as CreateApiKeyParams, cx as CredentialReferenceApiInsert, cw as CredentialReferenceApiSelect, cy as CredentialReferenceApiUpdate, U as CredentialReferenceInsert, O as CredentialReferenceSelect, V as CredentialReferenceUpdate, c7 as DataComponentApiInsert, c6 as DataComponentApiSelect, c8 as DataComponentApiUpdate, X as DataComponentInsert, W as DataComponentSelect, Y as DataComponentUpdate, ao as DataPart, ah as ExecutionContext, cp as ExternalAgentApiInsert, co as ExternalAgentApiSelect, cq as ExternalAgentApiUpdate, Z as ExternalAgentInsert, bB as ExternalAgentRelationApiInsert, E as ExternalAgentRelationInsert, _ as ExternalAgentSelect, $ as ExternalAgentUpdate, c1 as FetchConfig, F as FetchDefinition, ak as FileBase, an as FilePart, al as FileWithBytes, am as FileWithUri, cJ as FullGraphAgentInsert, n as FullGraphDefinition, bb as GetTaskPushNotificationConfigRequest, bo as GetTaskPushNotificationConfigResponse, bn as GetTaskPushNotificationConfigSuccessResponse, b8 as GetTaskRequest, bi as GetTaskResponse, bh as GetTaskSuccessResponse, av as HTTPAuthSecurityScheme, az as ImplicitOAuthFlow, cK as InternalAgentDefinition, aO as InternalError, aU as InvalidAgentResponseError, aN as InvalidParamsError, aL as InvalidRequestError, aK as JSONParseError, b3 as JSONRPCError, b5 as JSONRPCErrorResponse, b1 as JSONRPCMessage, b2 as JSONRPCRequest, b4 as JSONRPCResult, cH as LedgerArtifactApiInsert, cG as LedgerArtifactApiSelect, cI as LedgerArtifactApiUpdate, cE as LedgerArtifactInsert, a1 as LedgerArtifactSelect, cF as LedgerArtifactUpdate, d6 as MCPServerType, k as MCPToolConfig, M as MCPTransportType, c$ as McpAuthType, d0 as McpServerAuth, d2 as McpServerCapabilities, ad as McpTool, e as McpToolDefinition, ae as McpToolStatus, d1 as McpTransportConfig, aF as Message, bY as MessageApiInsert, bX as MessageApiSelect, bZ as MessageApiUpdate, g as MessageContent, a3 as MessageInsert, h as MessageMetadata, cT as MessageMode, br as MessagePart, cS as MessageRole, bW as MessageSelect, a$ as MessageSendConfiguration, b0 as MessageSendParams, cR as MessageType, a4 as MessageUpdate, a2 as MessageVisibility, aM as MethodNotFoundError, cV as ModelSettings, cU as Models, aB as OAuth2SecurityScheme, aw as OAuthFlows, aC as OpenIdConnectSecurityScheme, cQ as Pagination, l as PaginationConfig, a7 as PaginationResult, P as Part, ai as PartBase, aA as PasswordOAuthFlow, cO as ProjectApiInsert, cN as ProjectApiSelect, cP as ProjectApiUpdate, a5 as ProjectInfo, a9 as ProjectInsert, a8 as ProjectResourceCounts, a6 as ProjectSelect, aa as ProjectUpdate, aW as PushNotificationAuthenticationInfo, aX as PushNotificationConfig, aR as PushNotificationNotSupportedError, i as RequestSchemaConfig, R as RequestSchemaDefinition, S as ScopeConfig, aD as SecurityScheme, at as SecuritySchemeBase, b6 as SendMessageRequest, be as SendMessageResponse, bd as SendMessageSuccessResponse, b7 as SendStreamingMessageRequest, bg as SendStreamingMessageResponse, bf as SendStreamingMessageSuccessResponse, ba as SetTaskPushNotificationConfigRequest, bm as SetTaskPushNotificationConfigResponse, bl as SetTaskPushNotificationConfigSuccessResponse, cX as StatusComponent, cW as StatusUpdateSettings, d4 as TOOL_STATUS_VALUES, aH as Task, bI as TaskApiInsert, bH as TaskApiSelect, bJ as TaskApiUpdate, bs as TaskArtifact, aJ as TaskArtifactUpdateEvent, aZ as TaskIdParams, ab as TaskInsert, T as TaskMetadataConfig, aQ as TaskNotCancelableError, aP as TaskNotFoundError, aY as TaskPushNotificationConfig, a_ as TaskQueryParams, bO as TaskRelationApiInsert, bN as TaskRelationApiSelect, bP as TaskRelationApiUpdate, bL as TaskRelationInsert, bK as TaskRelationSelect, bM as TaskRelationUpdate, bc as TaskResubscriptionRequest, ac as TaskSelect, ap as TaskState, aG as TaskStatus, aI as TaskStatusUpdateEvent, bG as TaskUpdate, aj as TextPart, bR as ToolApiInsert, bQ as ToolApiSelect, bS as ToolApiUpdate, cM as ToolDefinition, af as ToolInsert, c as ToolMcpConfig, Q as ToolSelect, d as ToolServerCapabilities, ag as ToolUpdate, aS as UnsupportedOperationError, d5 as VALID_RELATION_TYPES, d3 as toolStatus } from '../entities-yHYR8Oc6.js';
|
|
2
3
|
import { Context } from 'hono';
|
|
3
4
|
import 'zod';
|
|
4
5
|
import 'drizzle-zod';
|
|
5
6
|
import 'drizzle-orm/sqlite-core';
|
|
6
7
|
import '@hono/zod-openapi';
|
|
8
|
+
import '@modelcontextprotocol/sdk/client/streamableHttp.js';
|
|
7
9
|
|
|
8
10
|
/**
|
|
9
11
|
* Credential store interface for managing different types of credentials
|
|
@@ -16,7 +18,7 @@ interface CredentialStore {
|
|
|
16
18
|
/**
|
|
17
19
|
* Type of credential store
|
|
18
20
|
*/
|
|
19
|
-
type:
|
|
21
|
+
type: keyof typeof CredentialStoreType;
|
|
20
22
|
/**
|
|
21
23
|
* Get a credential by key
|
|
22
24
|
*/
|
|
@@ -120,4 +122,4 @@ interface ServerConfig {
|
|
|
120
122
|
cors?: CorsConfig;
|
|
121
123
|
}
|
|
122
124
|
|
|
123
|
-
export type
|
|
125
|
+
export { type CorsConfig, type CredentialStore, CredentialStoreType, type ServerConfig, type ServerOptions };
|
package/dist/types/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { TaskState } from '../chunk-H2F72PDA.js';
|
|
2
|
-
export { TOOL_STATUS_VALUES, VALID_RELATION_TYPES } from '../chunk-
|
|
2
|
+
export { CredentialStoreType, MCPServerType, MCPTransportType, TOOL_STATUS_VALUES, VALID_RELATION_TYPES } from '../chunk-SVGQSPW4.js';
|
|
@@ -481,7 +481,7 @@ var credentialReferences = sqliteCore.sqliteTable(
|
|
|
481
481
|
projectId: sqliteCore.text("project_id").notNull(),
|
|
482
482
|
id: sqliteCore.text("id").notNull(),
|
|
483
483
|
type: sqliteCore.text("type").notNull(),
|
|
484
|
-
// Implementation type: '
|
|
484
|
+
// Implementation type: 'keychain', 'nango', 'memory', etc.
|
|
485
485
|
credentialStoreId: sqliteCore.text("credential_store_id").notNull(),
|
|
486
486
|
// Maps to framework.getCredentialStore(id)
|
|
487
487
|
retrievalParams: sqliteCore.blob("retrieval_params", { mode: "json" }).$type(),
|
|
@@ -787,6 +787,19 @@ var TOOL_STATUS_VALUES = [
|
|
|
787
787
|
"needs_auth"
|
|
788
788
|
];
|
|
789
789
|
var VALID_RELATION_TYPES = ["transfer", "delegate"];
|
|
790
|
+
var MCPTransportType = {
|
|
791
|
+
streamableHttp: "streamable_http",
|
|
792
|
+
sse: "sse"
|
|
793
|
+
};
|
|
794
|
+
var MCPServerType = {
|
|
795
|
+
nango: "nango",
|
|
796
|
+
generic: "generic"
|
|
797
|
+
};
|
|
798
|
+
var CredentialStoreType = {
|
|
799
|
+
memory: "memory",
|
|
800
|
+
keychain: "keychain",
|
|
801
|
+
nango: "nango"
|
|
802
|
+
};
|
|
790
803
|
|
|
791
804
|
// src/validation/schemas.ts
|
|
792
805
|
var MIN_ID_LENGTH = 1;
|
|
@@ -921,10 +934,10 @@ var imageUrlSchema = zodOpenapi.z.string().optional().refine(
|
|
|
921
934
|
}
|
|
922
935
|
);
|
|
923
936
|
var McpTransportConfigSchema = zodOpenapi.z.object({
|
|
924
|
-
type: zodOpenapi.z.enum(
|
|
937
|
+
type: zodOpenapi.z.enum(MCPTransportType),
|
|
925
938
|
requestInit: zodOpenapi.z.record(zodOpenapi.z.string(), zodOpenapi.z.unknown()).optional(),
|
|
926
939
|
eventSourceInit: zodOpenapi.z.record(zodOpenapi.z.string(), zodOpenapi.z.unknown()).optional(),
|
|
927
|
-
reconnectionOptions: zodOpenapi.z.
|
|
940
|
+
reconnectionOptions: zodOpenapi.z.custom().optional(),
|
|
928
941
|
sessionId: zodOpenapi.z.string().optional()
|
|
929
942
|
});
|
|
930
943
|
var ToolStatusSchema = zodOpenapi.z.enum(TOOL_STATUS_VALUES);
|
|
@@ -1098,13 +1111,21 @@ var CredentialReferenceInsertSchema = zodOpenapi.z.object({
|
|
|
1098
1111
|
retrievalParams: zodOpenapi.z.record(zodOpenapi.z.string(), zodOpenapi.z.unknown()).nullish()
|
|
1099
1112
|
});
|
|
1100
1113
|
var CredentialReferenceUpdateSchema = CredentialReferenceInsertSchema.partial();
|
|
1101
|
-
var CredentialReferenceApiSelectSchema = createApiSchema(
|
|
1114
|
+
var CredentialReferenceApiSelectSchema = createApiSchema(
|
|
1115
|
+
CredentialReferenceSelectSchema
|
|
1116
|
+
).extend({
|
|
1117
|
+
type: zodOpenapi.z.enum(CredentialStoreType)
|
|
1118
|
+
});
|
|
1102
1119
|
var CredentialReferenceApiInsertSchema = createApiInsertSchema(
|
|
1103
1120
|
CredentialReferenceInsertSchema
|
|
1104
|
-
)
|
|
1121
|
+
).extend({
|
|
1122
|
+
type: zodOpenapi.z.enum(CredentialStoreType)
|
|
1123
|
+
});
|
|
1105
1124
|
var CredentialReferenceApiUpdateSchema = createApiUpdateSchema(
|
|
1106
1125
|
CredentialReferenceUpdateSchema
|
|
1107
|
-
)
|
|
1126
|
+
).extend({
|
|
1127
|
+
type: zodOpenapi.z.enum(CredentialStoreType).optional()
|
|
1128
|
+
});
|
|
1108
1129
|
var McpToolSchema = ToolInsertSchema.extend({
|
|
1109
1130
|
imageUrl: imageUrlSchema,
|
|
1110
1131
|
status: ToolStatusSchema.default("unknown"),
|
|
@@ -1114,10 +1135,6 @@ var McpToolSchema = ToolInsertSchema.extend({
|
|
|
1114
1135
|
createdAt: zodOpenapi.z.date(),
|
|
1115
1136
|
updatedAt: zodOpenapi.z.date()
|
|
1116
1137
|
});
|
|
1117
|
-
var McpToolServerConfigSchema = zodOpenapi.z.object({
|
|
1118
|
-
type: zodOpenapi.z.string(),
|
|
1119
|
-
version: zodOpenapi.z.string().optional()
|
|
1120
|
-
});
|
|
1121
1138
|
var MCPToolConfigSchema = McpToolSchema.omit({
|
|
1122
1139
|
config: true,
|
|
1123
1140
|
tenantId: true,
|
|
@@ -1133,11 +1150,9 @@ var MCPToolConfigSchema = McpToolSchema.omit({
|
|
|
1133
1150
|
tenantId: zodOpenapi.z.string().optional(),
|
|
1134
1151
|
projectId: zodOpenapi.z.string().optional(),
|
|
1135
1152
|
description: zodOpenapi.z.string().optional(),
|
|
1136
|
-
server: McpToolServerConfigSchema.optional(),
|
|
1137
1153
|
serverUrl: zodOpenapi.z.url(),
|
|
1138
|
-
toolName: zodOpenapi.z.string().optional(),
|
|
1139
1154
|
activeTools: zodOpenapi.z.array(zodOpenapi.z.string()).optional(),
|
|
1140
|
-
mcpType: zodOpenapi.z.enum(
|
|
1155
|
+
mcpType: zodOpenapi.z.enum(MCPServerType).optional(),
|
|
1141
1156
|
transport: McpTransportConfigSchema.optional(),
|
|
1142
1157
|
credential: CredentialReferenceApiInsertSchema.optional()
|
|
1143
1158
|
});
|
|
@@ -1558,7 +1573,6 @@ exports.MCPToolConfigSchema = MCPToolConfigSchema;
|
|
|
1558
1573
|
exports.MIN_ID_LENGTH = MIN_ID_LENGTH;
|
|
1559
1574
|
exports.McpToolDefinitionSchema = McpToolDefinitionSchema;
|
|
1560
1575
|
exports.McpToolSchema = McpToolSchema;
|
|
1561
|
-
exports.McpToolServerConfigSchema = McpToolServerConfigSchema;
|
|
1562
1576
|
exports.McpTransportConfigSchema = McpTransportConfigSchema;
|
|
1563
1577
|
exports.MessageApiInsertSchema = MessageApiInsertSchema;
|
|
1564
1578
|
exports.MessageApiSelectSchema = MessageApiSelectSchema;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import {
|
|
3
|
-
export {
|
|
2
|
+
import { cL as AgentDefinition, cK as InternalAgentDefinition, cp as ExternalAgentApiInsert, fg as FullGraphDefinitionSchema, n as FullGraphDefinition } from '../entities-yHYR8Oc6.cjs';
|
|
3
|
+
export { dh as AgentApiInsertSchema, dg as AgentApiSelectSchema, di as AgentApiUpdateSchema, et as AgentArtifactComponentApiInsertSchema, es as AgentArtifactComponentApiSelectSchema, eu as AgentArtifactComponentApiUpdateSchema, eq as AgentArtifactComponentInsertSchema, ep as AgentArtifactComponentSelectSchema, er as AgentArtifactComponentUpdateSchema, eh as AgentDataComponentApiInsertSchema, eg as AgentDataComponentApiSelectSchema, ei as AgentDataComponentApiUpdateSchema, ee as AgentDataComponentInsertSchema, ed as AgentDataComponentSelectSchema, ef as AgentDataComponentUpdateSchema, dx as AgentGraphApiInsertSchema, dw as AgentGraphApiSelectSchema, dy as AgentGraphApiUpdateSchema, du as AgentGraphInsertSchema, dt as AgentGraphSelectSchema, dv as AgentGraphUpdateSchema, de as AgentInsertSchema, dn as AgentRelationApiInsertSchema, dm as AgentRelationApiSelectSchema, dp as AgentRelationApiUpdateSchema, dk as AgentRelationInsertSchema, dq as AgentRelationQuerySchema, dj as AgentRelationSelectSchema, dl as AgentRelationUpdateSchema, dd as AgentSelectSchema, f5 as AgentToolRelationApiInsertSchema, f4 as AgentToolRelationApiSelectSchema, f6 as AgentToolRelationApiUpdateSchema, f2 as AgentToolRelationInsertSchema, f1 as AgentToolRelationSelectSchema, f3 as AgentToolRelationUpdateSchema, df as AgentUpdateSchema, eB as AllAgentSchema, eG as ApiKeyApiCreationResponseSchema, eH as ApiKeyApiInsertSchema, eF as ApiKeyApiSelectSchema, eI as ApiKeyApiUpdateSchema, eD as ApiKeyInsertSchema, eC as ApiKeySelectSchema, eE as ApiKeyUpdateSchema, en as ArtifactComponentApiInsertSchema, em as ArtifactComponentApiSelectSchema, eo as ArtifactComponentApiUpdateSchema, ek as ArtifactComponentInsertSchema, ej as ArtifactComponentSelectSchema, el as ArtifactComponentUpdateSchema, e4 as ContextCacheApiInsertSchema, e3 as ContextCacheApiSelectSchema, e5 as ContextCacheApiUpdateSchema, e1 as ContextCacheInsertSchema, e0 as ContextCacheSelectSchema, e2 as ContextCacheUpdateSchema, e$ as ContextConfigApiInsertSchema, e_ as ContextConfigApiSelectSchema, f0 as ContextConfigApiUpdateSchema, eY as ContextConfigInsertSchema, eX as ContextConfigSelectSchema, eZ as ContextConfigUpdateSchema, dU as ConversationApiInsertSchema, dT as ConversationApiSelectSchema, dV as ConversationApiUpdateSchema, dR as ConversationInsertSchema, dQ as ConversationSelectSchema, dS as ConversationUpdateSchema, eN as CredentialReferenceApiInsertSchema, eM as CredentialReferenceApiSelectSchema, eO as CredentialReferenceApiUpdateSchema, eK as CredentialReferenceInsertSchema, eJ as CredentialReferenceSelectSchema, eL as CredentialReferenceUpdateSchema, eb as DataComponentApiInsertSchema, ea as DataComponentApiSelectSchema, ec as DataComponentApiUpdateSchema, e8 as DataComponentBaseSchema, e7 as DataComponentInsertSchema, e6 as DataComponentSelectSchema, e9 as DataComponentUpdateSchema, fk as ErrorResponseSchema, fl as ExistsResponseSchema, ez as ExternalAgentApiInsertSchema, ey as ExternalAgentApiSelectSchema, eA as ExternalAgentApiUpdateSchema, ew as ExternalAgentInsertSchema, ds as ExternalAgentRelationApiInsertSchema, dr as ExternalAgentRelationInsertSchema, ev as ExternalAgentSelectSchema, ex as ExternalAgentUpdateSchema, eV as FetchConfigSchema, eW as FetchDefinitionSchema, ff as FullGraphAgentInsertSchema, ft as HeadersScopeSchema, fy as IdParamsSchema, fb as LedgerArtifactApiInsertSchema, fa as LedgerArtifactApiSelectSchema, fc as LedgerArtifactApiUpdateSchema, f8 as LedgerArtifactInsertSchema, f7 as LedgerArtifactSelectSchema, f9 as LedgerArtifactUpdateSchema, fi as ListResponseSchema, d8 as MAX_ID_LENGTH, eQ as MCPToolConfigSchema, d7 as MIN_ID_LENGTH, dN as McpToolDefinitionSchema, eP as McpToolSchema, dL as McpTransportConfigSchema, d_ as MessageApiInsertSchema, dZ as MessageApiSelectSchema, d$ as MessageApiUpdateSchema, dX as MessageInsertSchema, dW as MessageSelectSchema, dY as MessageUpdateSchema, dc as ModelSchema, db as ModelSettingsSchema, fz as PaginationQueryParamsSchema, fh as PaginationSchema, fr as ProjectApiInsertSchema, fq as ProjectApiSelectSchema, fs as ProjectApiUpdateSchema, fo as ProjectInsertSchema, fn as ProjectSelectSchema, fp as ProjectUpdateSchema, fm as RemovedResponseSchema, fj as SingleResponseSchema, fd as StatusComponentSchema, fe as StatusUpdateSchema, dD as TaskApiInsertSchema, dC as TaskApiSelectSchema, dE as TaskApiUpdateSchema, dA as TaskInsertSchema, dJ as TaskRelationApiInsertSchema, dI as TaskRelationApiSelectSchema, dK as TaskRelationApiUpdateSchema, dG as TaskRelationInsertSchema, dF as TaskRelationSelectSchema, dH as TaskRelationUpdateSchema, dz as TaskSelectSchema, dB as TaskUpdateSchema, fx as TenantIdParamsSchema, fu as TenantParamsSchema, fw as TenantProjectIdParamsSchema, fv as TenantProjectParamsSchema, eT as ToolApiInsertSchema, eS as ToolApiSelectSchema, eU as ToolApiUpdateSchema, dP as ToolInsertSchema, dO as ToolSelectSchema, dM as ToolStatusSchema, eR as ToolUpdateSchema, d9 as URL_SAFE_ID_PATTERN, da as resourceIdSchema } from '../entities-yHYR8Oc6.cjs';
|
|
4
4
|
import 'drizzle-zod';
|
|
5
5
|
import 'drizzle-orm/sqlite-core';
|
|
6
6
|
import '@hono/zod-openapi';
|
|
7
|
+
import '@modelcontextprotocol/sdk/client/streamableHttp.js';
|
|
7
8
|
|
|
8
9
|
declare function isInternalAgent(agent: AgentDefinition): agent is InternalAgentDefinition;
|
|
9
10
|
declare function isExternalAgent(agent: AgentDefinition): agent is ExternalAgentApiInsert;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import {
|
|
3
|
-
export {
|
|
2
|
+
import { cL as AgentDefinition, cK as InternalAgentDefinition, cp as ExternalAgentApiInsert, fg as FullGraphDefinitionSchema, n as FullGraphDefinition } from '../entities-yHYR8Oc6.js';
|
|
3
|
+
export { dh as AgentApiInsertSchema, dg as AgentApiSelectSchema, di as AgentApiUpdateSchema, et as AgentArtifactComponentApiInsertSchema, es as AgentArtifactComponentApiSelectSchema, eu as AgentArtifactComponentApiUpdateSchema, eq as AgentArtifactComponentInsertSchema, ep as AgentArtifactComponentSelectSchema, er as AgentArtifactComponentUpdateSchema, eh as AgentDataComponentApiInsertSchema, eg as AgentDataComponentApiSelectSchema, ei as AgentDataComponentApiUpdateSchema, ee as AgentDataComponentInsertSchema, ed as AgentDataComponentSelectSchema, ef as AgentDataComponentUpdateSchema, dx as AgentGraphApiInsertSchema, dw as AgentGraphApiSelectSchema, dy as AgentGraphApiUpdateSchema, du as AgentGraphInsertSchema, dt as AgentGraphSelectSchema, dv as AgentGraphUpdateSchema, de as AgentInsertSchema, dn as AgentRelationApiInsertSchema, dm as AgentRelationApiSelectSchema, dp as AgentRelationApiUpdateSchema, dk as AgentRelationInsertSchema, dq as AgentRelationQuerySchema, dj as AgentRelationSelectSchema, dl as AgentRelationUpdateSchema, dd as AgentSelectSchema, f5 as AgentToolRelationApiInsertSchema, f4 as AgentToolRelationApiSelectSchema, f6 as AgentToolRelationApiUpdateSchema, f2 as AgentToolRelationInsertSchema, f1 as AgentToolRelationSelectSchema, f3 as AgentToolRelationUpdateSchema, df as AgentUpdateSchema, eB as AllAgentSchema, eG as ApiKeyApiCreationResponseSchema, eH as ApiKeyApiInsertSchema, eF as ApiKeyApiSelectSchema, eI as ApiKeyApiUpdateSchema, eD as ApiKeyInsertSchema, eC as ApiKeySelectSchema, eE as ApiKeyUpdateSchema, en as ArtifactComponentApiInsertSchema, em as ArtifactComponentApiSelectSchema, eo as ArtifactComponentApiUpdateSchema, ek as ArtifactComponentInsertSchema, ej as ArtifactComponentSelectSchema, el as ArtifactComponentUpdateSchema, e4 as ContextCacheApiInsertSchema, e3 as ContextCacheApiSelectSchema, e5 as ContextCacheApiUpdateSchema, e1 as ContextCacheInsertSchema, e0 as ContextCacheSelectSchema, e2 as ContextCacheUpdateSchema, e$ as ContextConfigApiInsertSchema, e_ as ContextConfigApiSelectSchema, f0 as ContextConfigApiUpdateSchema, eY as ContextConfigInsertSchema, eX as ContextConfigSelectSchema, eZ as ContextConfigUpdateSchema, dU as ConversationApiInsertSchema, dT as ConversationApiSelectSchema, dV as ConversationApiUpdateSchema, dR as ConversationInsertSchema, dQ as ConversationSelectSchema, dS as ConversationUpdateSchema, eN as CredentialReferenceApiInsertSchema, eM as CredentialReferenceApiSelectSchema, eO as CredentialReferenceApiUpdateSchema, eK as CredentialReferenceInsertSchema, eJ as CredentialReferenceSelectSchema, eL as CredentialReferenceUpdateSchema, eb as DataComponentApiInsertSchema, ea as DataComponentApiSelectSchema, ec as DataComponentApiUpdateSchema, e8 as DataComponentBaseSchema, e7 as DataComponentInsertSchema, e6 as DataComponentSelectSchema, e9 as DataComponentUpdateSchema, fk as ErrorResponseSchema, fl as ExistsResponseSchema, ez as ExternalAgentApiInsertSchema, ey as ExternalAgentApiSelectSchema, eA as ExternalAgentApiUpdateSchema, ew as ExternalAgentInsertSchema, ds as ExternalAgentRelationApiInsertSchema, dr as ExternalAgentRelationInsertSchema, ev as ExternalAgentSelectSchema, ex as ExternalAgentUpdateSchema, eV as FetchConfigSchema, eW as FetchDefinitionSchema, ff as FullGraphAgentInsertSchema, ft as HeadersScopeSchema, fy as IdParamsSchema, fb as LedgerArtifactApiInsertSchema, fa as LedgerArtifactApiSelectSchema, fc as LedgerArtifactApiUpdateSchema, f8 as LedgerArtifactInsertSchema, f7 as LedgerArtifactSelectSchema, f9 as LedgerArtifactUpdateSchema, fi as ListResponseSchema, d8 as MAX_ID_LENGTH, eQ as MCPToolConfigSchema, d7 as MIN_ID_LENGTH, dN as McpToolDefinitionSchema, eP as McpToolSchema, dL as McpTransportConfigSchema, d_ as MessageApiInsertSchema, dZ as MessageApiSelectSchema, d$ as MessageApiUpdateSchema, dX as MessageInsertSchema, dW as MessageSelectSchema, dY as MessageUpdateSchema, dc as ModelSchema, db as ModelSettingsSchema, fz as PaginationQueryParamsSchema, fh as PaginationSchema, fr as ProjectApiInsertSchema, fq as ProjectApiSelectSchema, fs as ProjectApiUpdateSchema, fo as ProjectInsertSchema, fn as ProjectSelectSchema, fp as ProjectUpdateSchema, fm as RemovedResponseSchema, fj as SingleResponseSchema, fd as StatusComponentSchema, fe as StatusUpdateSchema, dD as TaskApiInsertSchema, dC as TaskApiSelectSchema, dE as TaskApiUpdateSchema, dA as TaskInsertSchema, dJ as TaskRelationApiInsertSchema, dI as TaskRelationApiSelectSchema, dK as TaskRelationApiUpdateSchema, dG as TaskRelationInsertSchema, dF as TaskRelationSelectSchema, dH as TaskRelationUpdateSchema, dz as TaskSelectSchema, dB as TaskUpdateSchema, fx as TenantIdParamsSchema, fu as TenantParamsSchema, fw as TenantProjectIdParamsSchema, fv as TenantProjectParamsSchema, eT as ToolApiInsertSchema, eS as ToolApiSelectSchema, eU as ToolApiUpdateSchema, dP as ToolInsertSchema, dO as ToolSelectSchema, dM as ToolStatusSchema, eR as ToolUpdateSchema, d9 as URL_SAFE_ID_PATTERN, da as resourceIdSchema } from '../entities-yHYR8Oc6.js';
|
|
4
4
|
import 'drizzle-zod';
|
|
5
5
|
import 'drizzle-orm/sqlite-core';
|
|
6
6
|
import '@hono/zod-openapi';
|
|
7
|
+
import '@modelcontextprotocol/sdk/client/streamableHttp.js';
|
|
7
8
|
|
|
8
9
|
declare function isInternalAgent(agent: AgentDefinition): agent is InternalAgentDefinition;
|
|
9
10
|
declare function isExternalAgent(agent: AgentDefinition): agent is ExternalAgentApiInsert;
|
package/dist/validation/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { AgentApiInsertSchema, AgentApiSelectSchema, AgentApiUpdateSchema, AgentArtifactComponentApiInsertSchema, AgentArtifactComponentApiSelectSchema, AgentArtifactComponentApiUpdateSchema, AgentArtifactComponentInsertSchema, AgentArtifactComponentSelectSchema, AgentArtifactComponentUpdateSchema, AgentDataComponentApiInsertSchema, AgentDataComponentApiSelectSchema, AgentDataComponentApiUpdateSchema, AgentDataComponentInsertSchema, AgentDataComponentSelectSchema, AgentDataComponentUpdateSchema, AgentGraphApiInsertSchema, AgentGraphApiSelectSchema, AgentGraphApiUpdateSchema, AgentGraphInsertSchema, AgentGraphSelectSchema, AgentGraphUpdateSchema, AgentInsertSchema, AgentRelationApiInsertSchema, AgentRelationApiSelectSchema, AgentRelationApiUpdateSchema, AgentRelationInsertSchema, AgentRelationQuerySchema, AgentRelationSelectSchema, AgentRelationUpdateSchema, AgentSelectSchema, AgentToolRelationApiInsertSchema, AgentToolRelationApiSelectSchema, AgentToolRelationApiUpdateSchema, AgentToolRelationInsertSchema, AgentToolRelationSelectSchema, AgentToolRelationUpdateSchema, AgentUpdateSchema, AllAgentSchema, ApiKeyApiCreationResponseSchema, ApiKeyApiInsertSchema, ApiKeyApiSelectSchema, ApiKeyApiUpdateSchema, ApiKeyInsertSchema, ApiKeySelectSchema, ApiKeyUpdateSchema, ArtifactComponentApiInsertSchema, ArtifactComponentApiSelectSchema, ArtifactComponentApiUpdateSchema, ArtifactComponentInsertSchema, ArtifactComponentSelectSchema, ArtifactComponentUpdateSchema, ContextCacheApiInsertSchema, ContextCacheApiSelectSchema, ContextCacheApiUpdateSchema, ContextCacheInsertSchema, ContextCacheSelectSchema, ContextCacheUpdateSchema, ContextConfigApiInsertSchema, ContextConfigApiSelectSchema, ContextConfigApiUpdateSchema, ContextConfigInsertSchema, ContextConfigSelectSchema, ContextConfigUpdateSchema, ConversationApiInsertSchema, ConversationApiSelectSchema, ConversationApiUpdateSchema, ConversationInsertSchema, ConversationSelectSchema, ConversationUpdateSchema, CredentialReferenceApiInsertSchema, CredentialReferenceApiSelectSchema, CredentialReferenceApiUpdateSchema, CredentialReferenceInsertSchema, CredentialReferenceSelectSchema, CredentialReferenceUpdateSchema, DataComponentApiInsertSchema, DataComponentApiSelectSchema, DataComponentApiUpdateSchema, DataComponentBaseSchema, DataComponentInsertSchema, DataComponentSelectSchema, DataComponentUpdateSchema, ErrorResponseSchema, ExistsResponseSchema, ExternalAgentApiInsertSchema, ExternalAgentApiSelectSchema, ExternalAgentApiUpdateSchema, ExternalAgentInsertSchema, ExternalAgentRelationApiInsertSchema, ExternalAgentRelationInsertSchema, ExternalAgentSelectSchema, ExternalAgentUpdateSchema, FetchConfigSchema, FetchDefinitionSchema, FullGraphAgentInsertSchema, FullGraphDefinitionSchema, HeadersScopeSchema, IdParamsSchema, LedgerArtifactApiInsertSchema, LedgerArtifactApiSelectSchema, LedgerArtifactApiUpdateSchema, LedgerArtifactInsertSchema, LedgerArtifactSelectSchema, LedgerArtifactUpdateSchema, ListResponseSchema, MAX_ID_LENGTH, MCPToolConfigSchema, MIN_ID_LENGTH, McpToolDefinitionSchema, McpToolSchema,
|
|
1
|
+
export { AgentApiInsertSchema, AgentApiSelectSchema, AgentApiUpdateSchema, AgentArtifactComponentApiInsertSchema, AgentArtifactComponentApiSelectSchema, AgentArtifactComponentApiUpdateSchema, AgentArtifactComponentInsertSchema, AgentArtifactComponentSelectSchema, AgentArtifactComponentUpdateSchema, AgentDataComponentApiInsertSchema, AgentDataComponentApiSelectSchema, AgentDataComponentApiUpdateSchema, AgentDataComponentInsertSchema, AgentDataComponentSelectSchema, AgentDataComponentUpdateSchema, AgentGraphApiInsertSchema, AgentGraphApiSelectSchema, AgentGraphApiUpdateSchema, AgentGraphInsertSchema, AgentGraphSelectSchema, AgentGraphUpdateSchema, AgentInsertSchema, AgentRelationApiInsertSchema, AgentRelationApiSelectSchema, AgentRelationApiUpdateSchema, AgentRelationInsertSchema, AgentRelationQuerySchema, AgentRelationSelectSchema, AgentRelationUpdateSchema, AgentSelectSchema, AgentToolRelationApiInsertSchema, AgentToolRelationApiSelectSchema, AgentToolRelationApiUpdateSchema, AgentToolRelationInsertSchema, AgentToolRelationSelectSchema, AgentToolRelationUpdateSchema, AgentUpdateSchema, AllAgentSchema, ApiKeyApiCreationResponseSchema, ApiKeyApiInsertSchema, ApiKeyApiSelectSchema, ApiKeyApiUpdateSchema, ApiKeyInsertSchema, ApiKeySelectSchema, ApiKeyUpdateSchema, ArtifactComponentApiInsertSchema, ArtifactComponentApiSelectSchema, ArtifactComponentApiUpdateSchema, ArtifactComponentInsertSchema, ArtifactComponentSelectSchema, ArtifactComponentUpdateSchema, ContextCacheApiInsertSchema, ContextCacheApiSelectSchema, ContextCacheApiUpdateSchema, ContextCacheInsertSchema, ContextCacheSelectSchema, ContextCacheUpdateSchema, ContextConfigApiInsertSchema, ContextConfigApiSelectSchema, ContextConfigApiUpdateSchema, ContextConfigInsertSchema, ContextConfigSelectSchema, ContextConfigUpdateSchema, ConversationApiInsertSchema, ConversationApiSelectSchema, ConversationApiUpdateSchema, ConversationInsertSchema, ConversationSelectSchema, ConversationUpdateSchema, CredentialReferenceApiInsertSchema, CredentialReferenceApiSelectSchema, CredentialReferenceApiUpdateSchema, CredentialReferenceInsertSchema, CredentialReferenceSelectSchema, CredentialReferenceUpdateSchema, DataComponentApiInsertSchema, DataComponentApiSelectSchema, DataComponentApiUpdateSchema, DataComponentBaseSchema, DataComponentInsertSchema, DataComponentSelectSchema, DataComponentUpdateSchema, ErrorResponseSchema, ExistsResponseSchema, ExternalAgentApiInsertSchema, ExternalAgentApiSelectSchema, ExternalAgentApiUpdateSchema, ExternalAgentInsertSchema, ExternalAgentRelationApiInsertSchema, ExternalAgentRelationInsertSchema, ExternalAgentSelectSchema, ExternalAgentUpdateSchema, FetchConfigSchema, FetchDefinitionSchema, FullGraphAgentInsertSchema, FullGraphDefinitionSchema, HeadersScopeSchema, IdParamsSchema, LedgerArtifactApiInsertSchema, LedgerArtifactApiSelectSchema, LedgerArtifactApiUpdateSchema, LedgerArtifactInsertSchema, LedgerArtifactSelectSchema, LedgerArtifactUpdateSchema, ListResponseSchema, MAX_ID_LENGTH, MCPToolConfigSchema, MIN_ID_LENGTH, McpToolDefinitionSchema, McpToolSchema, McpTransportConfigSchema, MessageApiInsertSchema, MessageApiSelectSchema, MessageApiUpdateSchema, MessageInsertSchema, MessageSelectSchema, MessageUpdateSchema, ModelSchema, ModelSettingsSchema, PaginationQueryParamsSchema, PaginationSchema, ProjectApiInsertSchema, ProjectApiSelectSchema, ProjectApiUpdateSchema, ProjectInsertSchema, ProjectSelectSchema, ProjectUpdateSchema, RemovedResponseSchema, SingleResponseSchema, StatusComponentSchema, StatusUpdateSchema, TaskApiInsertSchema, TaskApiSelectSchema, TaskApiUpdateSchema, TaskInsertSchema, TaskRelationApiInsertSchema, TaskRelationApiSelectSchema, TaskRelationApiUpdateSchema, TaskRelationInsertSchema, TaskRelationSelectSchema, TaskRelationUpdateSchema, TaskSelectSchema, TaskUpdateSchema, TenantIdParamsSchema, TenantParamsSchema, TenantProjectIdParamsSchema, TenantProjectParamsSchema, ToolApiInsertSchema, ToolApiSelectSchema, ToolApiUpdateSchema, ToolInsertSchema, ToolSelectSchema, ToolStatusSchema, ToolUpdateSchema, URL_SAFE_ID_PATTERN, generateIdFromName, isExternalAgent, isInternalAgent, isValidResourceId, resourceIdSchema, validateAgentRelationships, validateAndTypeGraphData, validateArtifactComponentReferences, validateDataComponentReferences, validateGraphStructure, validateToolReferences } from '../chunk-OL6BLWXL.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-core",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20250911000146",
|
|
4
4
|
"description": "Core database schema, types, and validation schemas for Inkeep Agent Framework",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
package/dist/chunk-BIIFENNH.js
DELETED