@inkeep/agents-core 0.0.0-dev-20250910233133
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/LICENSE.md +56 -0
- package/README.md +464 -0
- package/dist/__tests__/integration/helpers.d.ts +5 -0
- package/dist/__tests__/integration/helpers.d.ts.map +1 -0
- package/dist/__tests__/integration/helpers.js +37 -0
- package/dist/__tests__/integration/helpers.js.map +1 -0
- package/dist/__tests__/setup.d.ts +3 -0
- package/dist/__tests__/setup.d.ts.map +1 -0
- package/dist/__tests__/setup.js +29 -0
- package/dist/__tests__/setup.js.map +1 -0
- package/dist/client-exports.d.ts +299 -0
- package/dist/client-exports.d.ts.map +1 -0
- package/dist/client-exports.js +252 -0
- package/dist/client-exports.js.map +1 -0
- package/dist/context/ContextConfig.d.ts +54 -0
- package/dist/context/ContextConfig.d.ts.map +1 -0
- package/dist/context/ContextConfig.js +302 -0
- package/dist/context/ContextConfig.js.map +1 -0
- package/dist/context/ContextFetcher.d.ts +64 -0
- package/dist/context/ContextFetcher.d.ts.map +1 -0
- package/dist/context/ContextFetcher.js +325 -0
- package/dist/context/ContextFetcher.js.map +1 -0
- package/dist/context/ContextResolver.d.ts +52 -0
- package/dist/context/ContextResolver.d.ts.map +1 -0
- package/dist/context/ContextResolver.js +298 -0
- package/dist/context/ContextResolver.js.map +1 -0
- package/dist/context/TemplateEngine.d.ts +46 -0
- package/dist/context/TemplateEngine.d.ts.map +1 -0
- package/dist/context/TemplateEngine.js +175 -0
- package/dist/context/TemplateEngine.js.map +1 -0
- package/dist/context/context.d.ts +8 -0
- package/dist/context/context.d.ts.map +1 -0
- package/dist/context/context.js +157 -0
- package/dist/context/context.js.map +1 -0
- package/dist/context/contextCache.d.ts +50 -0
- package/dist/context/contextCache.d.ts.map +1 -0
- package/dist/context/contextCache.js +175 -0
- package/dist/context/contextCache.js.map +1 -0
- package/dist/context/index.d.ts +11 -0
- package/dist/context/index.d.ts.map +1 -0
- package/dist/context/index.js +8 -0
- package/dist/context/index.js.map +1 -0
- package/dist/credential-stores/CredentialStoreRegistry.d.ts +39 -0
- package/dist/credential-stores/CredentialStoreRegistry.d.ts.map +1 -0
- package/dist/credential-stores/CredentialStoreRegistry.js +65 -0
- package/dist/credential-stores/CredentialStoreRegistry.js.map +1 -0
- package/dist/credential-stores/defaults.d.ts +6 -0
- package/dist/credential-stores/defaults.d.ts.map +1 -0
- package/dist/credential-stores/defaults.js +22 -0
- package/dist/credential-stores/defaults.js.map +1 -0
- package/dist/credential-stores/index.d.ts +6 -0
- package/dist/credential-stores/index.d.ts.map +1 -0
- package/dist/credential-stores/index.js +6 -0
- package/dist/credential-stores/index.js.map +1 -0
- package/dist/credential-stores/keychain-store.d.ts +100 -0
- package/dist/credential-stores/keychain-store.d.ts.map +1 -0
- package/dist/credential-stores/keychain-store.js +225 -0
- package/dist/credential-stores/keychain-store.js.map +1 -0
- package/dist/credential-stores/memory-store.d.ts +39 -0
- package/dist/credential-stores/memory-store.d.ts.map +1 -0
- package/dist/credential-stores/memory-store.js +58 -0
- package/dist/credential-stores/memory-store.js.map +1 -0
- package/dist/credential-stores/nango-store.d.ts +59 -0
- package/dist/credential-stores/nango-store.d.ts.map +1 -0
- package/dist/credential-stores/nango-store.js +264 -0
- package/dist/credential-stores/nango-store.js.map +1 -0
- package/dist/credential-stuffer/CredentialStuffer.d.ts +80 -0
- package/dist/credential-stuffer/CredentialStuffer.d.ts.map +1 -0
- package/dist/credential-stuffer/CredentialStuffer.js +186 -0
- package/dist/credential-stuffer/CredentialStuffer.js.map +1 -0
- package/dist/credential-stuffer/index.d.ts +2 -0
- package/dist/credential-stuffer/index.d.ts.map +1 -0
- package/dist/credential-stuffer/index.js +2 -0
- package/dist/credential-stuffer/index.js.map +1 -0
- package/dist/data-access/agentDataComponents.d.ts +1 -0
- package/dist/data-access/agentDataComponents.d.ts.map +1 -0
- package/dist/data-access/agentDataComponents.js +2 -0
- package/dist/data-access/agentDataComponents.js.map +1 -0
- package/dist/data-access/agentGraphs.d.ts +399 -0
- package/dist/data-access/agentGraphs.d.ts.map +1 -0
- package/dist/data-access/agentGraphs.js +551 -0
- package/dist/data-access/agentGraphs.js.map +1 -0
- package/dist/data-access/agentRelations.d.ts +456 -0
- package/dist/data-access/agentRelations.d.ts.map +1 -0
- package/dist/data-access/agentRelations.js +471 -0
- package/dist/data-access/agentRelations.js.map +1 -0
- package/dist/data-access/agents.d.ts +218 -0
- package/dist/data-access/agents.d.ts.map +1 -0
- package/dist/data-access/agents.js +130 -0
- package/dist/data-access/agents.js.map +1 -0
- package/dist/data-access/apiKeys.d.ts +114 -0
- package/dist/data-access/apiKeys.d.ts.map +1 -0
- package/dist/data-access/apiKeys.js +185 -0
- package/dist/data-access/apiKeys.js.map +1 -0
- package/dist/data-access/artifactComponents.d.ts +152 -0
- package/dist/data-access/artifactComponents.d.ts.map +1 -0
- package/dist/data-access/artifactComponents.js +214 -0
- package/dist/data-access/artifactComponents.js.map +1 -0
- package/dist/data-access/contextCache.d.ts +68 -0
- package/dist/data-access/contextCache.d.ts.map +1 -0
- package/dist/data-access/contextCache.js +135 -0
- package/dist/data-access/contextCache.js.map +1 -0
- package/dist/data-access/contextConfigs.d.ts +110 -0
- package/dist/data-access/contextConfigs.d.ts.map +1 -0
- package/dist/data-access/contextConfigs.js +156 -0
- package/dist/data-access/contextConfigs.js.map +1 -0
- package/dist/data-access/conversations.d.ts +125 -0
- package/dist/data-access/conversations.d.ts.map +1 -0
- package/dist/data-access/conversations.js +244 -0
- package/dist/data-access/conversations.js.map +1 -0
- package/dist/data-access/credentialReferences.d.ts +86 -0
- package/dist/data-access/credentialReferences.d.ts.map +1 -0
- package/dist/data-access/credentialReferences.js +175 -0
- package/dist/data-access/credentialReferences.js.map +1 -0
- package/dist/data-access/dataComponents.d.ts +129 -0
- package/dist/data-access/dataComponents.d.ts.map +1 -0
- package/dist/data-access/dataComponents.js +213 -0
- package/dist/data-access/dataComponents.js.map +1 -0
- package/dist/data-access/externalAgents.d.ts +83 -0
- package/dist/data-access/externalAgents.d.ts.map +1 -0
- package/dist/data-access/externalAgents.js +163 -0
- package/dist/data-access/externalAgents.js.map +1 -0
- package/dist/data-access/graphFull.d.ts +32 -0
- package/dist/data-access/graphFull.d.ts.map +1 -0
- package/dist/data-access/graphFull.js +996 -0
- package/dist/data-access/graphFull.js.map +1 -0
- package/dist/data-access/index.d.ts +21 -0
- package/dist/data-access/index.d.ts.map +1 -0
- package/dist/data-access/index.js +22 -0
- package/dist/data-access/index.js.map +1 -0
- package/dist/data-access/ledgerArtifacts.d.ts +49 -0
- package/dist/data-access/ledgerArtifacts.d.ts.map +1 -0
- package/dist/data-access/ledgerArtifacts.js +112 -0
- package/dist/data-access/ledgerArtifacts.js.map +1 -0
- package/dist/data-access/messages.d.ts +209 -0
- package/dist/data-access/messages.d.ts.map +1 -0
- package/dist/data-access/messages.js +100 -0
- package/dist/data-access/messages.js.map +1 -0
- package/dist/data-access/projects.d.ts +67 -0
- package/dist/data-access/projects.d.ts.map +1 -0
- package/dist/data-access/projects.js +337 -0
- package/dist/data-access/projects.js.map +1 -0
- package/dist/data-access/tasks.d.ts +37 -0
- package/dist/data-access/tasks.d.ts.map +1 -0
- package/dist/data-access/tasks.js +40 -0
- package/dist/data-access/tasks.js.map +1 -0
- package/dist/data-access/tools.d.ts +277 -0
- package/dist/data-access/tools.d.ts.map +1 -0
- package/dist/data-access/tools.js +183 -0
- package/dist/data-access/tools.js.map +1 -0
- package/dist/data-access/validation.d.ts +17 -0
- package/dist/data-access/validation.d.ts.map +1 -0
- package/dist/data-access/validation.js +52 -0
- package/dist/data-access/validation.js.map +1 -0
- package/dist/db/clean.d.ts +6 -0
- package/dist/db/clean.d.ts.map +1 -0
- package/dist/db/clean.js +81 -0
- package/dist/db/clean.js.map +1 -0
- package/dist/db/client.d.ts +19 -0
- package/dist/db/client.d.ts.map +1 -0
- package/dist/db/client.js +24 -0
- package/dist/db/client.js.map +1 -0
- package/dist/db/schema.d.ts +4335 -0
- package/dist/db/schema.d.ts.map +1 -0
- package/dist/db/schema.js +696 -0
- package/dist/db/schema.js.map +1 -0
- package/dist/db/test-client.d.ts +25 -0
- package/dist/db/test-client.d.ts.map +1 -0
- package/dist/db/test-client.js +136 -0
- package/dist/db/test-client.js.map +1 -0
- package/dist/env.d.ts +19 -0
- package/dist/env.d.ts.map +1 -0
- package/dist/env.js +49 -0
- package/dist/env.js.map +1 -0
- package/dist/index.d.ts +12 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +13 -0
- package/dist/index.js.map +1 -0
- package/dist/middleware/contextValidation.d.ts +49 -0
- package/dist/middleware/contextValidation.d.ts.map +1 -0
- package/dist/middleware/contextValidation.js +473 -0
- package/dist/middleware/contextValidation.js.map +1 -0
- package/dist/middleware/index.d.ts +2 -0
- package/dist/middleware/index.d.ts.map +1 -0
- package/dist/middleware/index.js +2 -0
- package/dist/middleware/index.js.map +1 -0
- package/dist/types/a2a.d.ts +373 -0
- package/dist/types/a2a.d.ts.map +1 -0
- package/dist/types/a2a.js +14 -0
- package/dist/types/a2a.js.map +1 -0
- package/dist/types/entities.d.ts +147 -0
- package/dist/types/entities.d.ts.map +1 -0
- package/dist/types/entities.js +2 -0
- package/dist/types/entities.js.map +1 -0
- package/dist/types/index.d.ts +5 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +6 -0
- package/dist/types/index.js.map +1 -0
- package/dist/types/server.d.ts +116 -0
- package/dist/types/server.d.ts.map +1 -0
- package/dist/types/server.js +2 -0
- package/dist/types/server.js.map +1 -0
- package/dist/types/utility.d.ts +213 -0
- package/dist/types/utility.d.ts.map +1 -0
- package/dist/types/utility.js +9 -0
- package/dist/types/utility.js.map +1 -0
- package/dist/utils/apiKeys.d.ts +32 -0
- package/dist/utils/apiKeys.d.ts.map +1 -0
- package/dist/utils/apiKeys.js +117 -0
- package/dist/utils/apiKeys.js.map +1 -0
- package/dist/utils/auth-detection.d.ts +23 -0
- package/dist/utils/auth-detection.d.ts.map +1 -0
- package/dist/utils/auth-detection.js +148 -0
- package/dist/utils/auth-detection.js.map +1 -0
- package/dist/utils/credential-store-utils.d.ts +11 -0
- package/dist/utils/credential-store-utils.d.ts.map +1 -0
- package/dist/utils/credential-store-utils.js +19 -0
- package/dist/utils/credential-store-utils.js.map +1 -0
- package/dist/utils/error.d.ts +526 -0
- package/dist/utils/error.d.ts.map +1 -0
- package/dist/utils/error.js +282 -0
- package/dist/utils/error.js.map +1 -0
- package/dist/utils/execution.d.ts +18 -0
- package/dist/utils/execution.d.ts.map +1 -0
- package/dist/utils/execution.js +25 -0
- package/dist/utils/execution.js.map +1 -0
- package/dist/utils/index.d.ts +9 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +9 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/logger.d.ts +79 -0
- package/dist/utils/logger.d.ts.map +1 -0
- package/dist/utils/logger.js +102 -0
- package/dist/utils/logger.js.map +1 -0
- package/dist/utils/logging.d.ts +11 -0
- package/dist/utils/logging.d.ts.map +1 -0
- package/dist/utils/logging.js +6 -0
- package/dist/utils/logging.js.map +1 -0
- package/dist/utils/mcp-client.d.ts +48 -0
- package/dist/utils/mcp-client.d.ts.map +1 -0
- package/dist/utils/mcp-client.js +174 -0
- package/dist/utils/mcp-client.js.map +1 -0
- package/dist/utils/tracer.d.ts +24 -0
- package/dist/utils/tracer.d.ts.map +1 -0
- package/dist/utils/tracer.js +110 -0
- package/dist/utils/tracer.js.map +1 -0
- package/dist/validation/graphFull.d.ts +36 -0
- package/dist/validation/graphFull.d.ts.map +1 -0
- package/dist/validation/graphFull.js +128 -0
- package/dist/validation/graphFull.js.map +1 -0
- package/dist/validation/id-validation.d.ts +38 -0
- package/dist/validation/id-validation.d.ts.map +1 -0
- package/dist/validation/id-validation.js +60 -0
- package/dist/validation/id-validation.js.map +1 -0
- package/dist/validation/index.d.ts +4 -0
- package/dist/validation/index.d.ts.map +1 -0
- package/dist/validation/index.js +5 -0
- package/dist/validation/index.js.map +1 -0
- package/dist/validation/schemas.d.ts +7213 -0
- package/dist/validation/schemas.d.ts.map +1 -0
- package/dist/validation/schemas.js +576 -0
- package/dist/validation/schemas.js.map +1 -0
- package/package.json +95 -0
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
import type { DatabaseClient } from '../db/client';
|
|
2
|
+
import type { AgentInsert, AgentSelect, AgentUpdate } from '../types/entities';
|
|
3
|
+
import type { PaginationConfig, ScopeConfig } from '../types/utility';
|
|
4
|
+
export declare const getAgentById: (db: DatabaseClient) => (params: {
|
|
5
|
+
scopes: ScopeConfig;
|
|
6
|
+
agentId: string;
|
|
7
|
+
}) => Promise<{
|
|
8
|
+
tenantId: string;
|
|
9
|
+
projectId: string;
|
|
10
|
+
id: string;
|
|
11
|
+
name: string;
|
|
12
|
+
description: string;
|
|
13
|
+
prompt: string;
|
|
14
|
+
createdAt: string;
|
|
15
|
+
updatedAt: string;
|
|
16
|
+
models: {
|
|
17
|
+
base?: {
|
|
18
|
+
model?: string | undefined;
|
|
19
|
+
providerOptions?: Record<string, unknown> | undefined;
|
|
20
|
+
} | undefined;
|
|
21
|
+
structuredOutput?: {
|
|
22
|
+
model?: string | undefined;
|
|
23
|
+
providerOptions?: Record<string, unknown> | undefined;
|
|
24
|
+
} | undefined;
|
|
25
|
+
summarizer?: {
|
|
26
|
+
model?: string | undefined;
|
|
27
|
+
providerOptions?: Record<string, unknown> | undefined;
|
|
28
|
+
} | undefined;
|
|
29
|
+
} | null;
|
|
30
|
+
stopWhen: {
|
|
31
|
+
stepCountIs?: number;
|
|
32
|
+
} | null;
|
|
33
|
+
conversationHistoryConfig: import("..").ConversationHistoryConfig | null;
|
|
34
|
+
} | undefined>;
|
|
35
|
+
export declare const listAgents: (db: DatabaseClient) => (params: {
|
|
36
|
+
scopes: ScopeConfig;
|
|
37
|
+
}) => Promise<{
|
|
38
|
+
tenantId: string;
|
|
39
|
+
projectId: string;
|
|
40
|
+
id: string;
|
|
41
|
+
name: string;
|
|
42
|
+
description: string;
|
|
43
|
+
prompt: string;
|
|
44
|
+
createdAt: string;
|
|
45
|
+
updatedAt: string;
|
|
46
|
+
models: {
|
|
47
|
+
base?: {
|
|
48
|
+
model?: string | undefined;
|
|
49
|
+
providerOptions?: Record<string, unknown> | undefined;
|
|
50
|
+
} | undefined;
|
|
51
|
+
structuredOutput?: {
|
|
52
|
+
model?: string | undefined;
|
|
53
|
+
providerOptions?: Record<string, unknown> | undefined;
|
|
54
|
+
} | undefined;
|
|
55
|
+
summarizer?: {
|
|
56
|
+
model?: string | undefined;
|
|
57
|
+
providerOptions?: Record<string, unknown> | undefined;
|
|
58
|
+
} | undefined;
|
|
59
|
+
} | null;
|
|
60
|
+
stopWhen: {
|
|
61
|
+
stepCountIs?: number;
|
|
62
|
+
} | null;
|
|
63
|
+
conversationHistoryConfig: import("..").ConversationHistoryConfig | null;
|
|
64
|
+
}[]>;
|
|
65
|
+
export declare const listAgentsPaginated: (db: DatabaseClient) => (params: {
|
|
66
|
+
scopes: ScopeConfig;
|
|
67
|
+
pagination?: PaginationConfig;
|
|
68
|
+
}) => Promise<{
|
|
69
|
+
data: {
|
|
70
|
+
tenantId: string;
|
|
71
|
+
projectId: string;
|
|
72
|
+
id: string;
|
|
73
|
+
name: string;
|
|
74
|
+
description: string;
|
|
75
|
+
prompt: string;
|
|
76
|
+
conversationHistoryConfig: import("..").ConversationHistoryConfig | null;
|
|
77
|
+
models: {
|
|
78
|
+
base?: {
|
|
79
|
+
model?: string | undefined;
|
|
80
|
+
providerOptions?: Record<string, unknown> | undefined;
|
|
81
|
+
} | undefined;
|
|
82
|
+
structuredOutput?: {
|
|
83
|
+
model?: string | undefined;
|
|
84
|
+
providerOptions?: Record<string, unknown> | undefined;
|
|
85
|
+
} | undefined;
|
|
86
|
+
summarizer?: {
|
|
87
|
+
model?: string | undefined;
|
|
88
|
+
providerOptions?: Record<string, unknown> | undefined;
|
|
89
|
+
} | undefined;
|
|
90
|
+
} | null;
|
|
91
|
+
stopWhen: {
|
|
92
|
+
stepCountIs?: number;
|
|
93
|
+
} | null;
|
|
94
|
+
createdAt: string;
|
|
95
|
+
updatedAt: string;
|
|
96
|
+
}[];
|
|
97
|
+
pagination: {
|
|
98
|
+
page: number;
|
|
99
|
+
limit: number;
|
|
100
|
+
total: number;
|
|
101
|
+
pages: number;
|
|
102
|
+
};
|
|
103
|
+
}>;
|
|
104
|
+
export declare const createAgent: (db: DatabaseClient) => (params: AgentInsert) => Promise<{
|
|
105
|
+
tenantId: string;
|
|
106
|
+
projectId: string;
|
|
107
|
+
id: string;
|
|
108
|
+
name: string;
|
|
109
|
+
description: string;
|
|
110
|
+
prompt: string;
|
|
111
|
+
createdAt: string;
|
|
112
|
+
updatedAt: string;
|
|
113
|
+
models: {
|
|
114
|
+
base?: {
|
|
115
|
+
model?: string | undefined;
|
|
116
|
+
providerOptions?: Record<string, unknown> | undefined;
|
|
117
|
+
} | undefined;
|
|
118
|
+
structuredOutput?: {
|
|
119
|
+
model?: string | undefined;
|
|
120
|
+
providerOptions?: Record<string, unknown> | undefined;
|
|
121
|
+
} | undefined;
|
|
122
|
+
summarizer?: {
|
|
123
|
+
model?: string | undefined;
|
|
124
|
+
providerOptions?: Record<string, unknown> | undefined;
|
|
125
|
+
} | undefined;
|
|
126
|
+
} | null;
|
|
127
|
+
stopWhen: {
|
|
128
|
+
stepCountIs?: number;
|
|
129
|
+
} | null;
|
|
130
|
+
conversationHistoryConfig: import("..").ConversationHistoryConfig | null;
|
|
131
|
+
}>;
|
|
132
|
+
export declare const updateAgent: (db: DatabaseClient) => (params: {
|
|
133
|
+
scopes: ScopeConfig;
|
|
134
|
+
agentId: string;
|
|
135
|
+
data: AgentUpdate;
|
|
136
|
+
}) => Promise<{
|
|
137
|
+
tenantId: string;
|
|
138
|
+
projectId: string;
|
|
139
|
+
id: string;
|
|
140
|
+
name: string;
|
|
141
|
+
description: string;
|
|
142
|
+
prompt: string;
|
|
143
|
+
createdAt: string;
|
|
144
|
+
updatedAt: string;
|
|
145
|
+
models: {
|
|
146
|
+
base?: {
|
|
147
|
+
model?: string | undefined;
|
|
148
|
+
providerOptions?: Record<string, unknown> | undefined;
|
|
149
|
+
} | undefined;
|
|
150
|
+
structuredOutput?: {
|
|
151
|
+
model?: string | undefined;
|
|
152
|
+
providerOptions?: Record<string, unknown> | undefined;
|
|
153
|
+
} | undefined;
|
|
154
|
+
summarizer?: {
|
|
155
|
+
model?: string | undefined;
|
|
156
|
+
providerOptions?: Record<string, unknown> | undefined;
|
|
157
|
+
} | undefined;
|
|
158
|
+
} | null;
|
|
159
|
+
stopWhen: {
|
|
160
|
+
stepCountIs?: number;
|
|
161
|
+
} | null;
|
|
162
|
+
conversationHistoryConfig: import("..").ConversationHistoryConfig | null;
|
|
163
|
+
}>;
|
|
164
|
+
/**
|
|
165
|
+
* Upsert agent (create if it doesn't exist, update if it does)
|
|
166
|
+
*/
|
|
167
|
+
export declare const upsertAgent: (db: DatabaseClient) => (params: {
|
|
168
|
+
data: AgentInsert;
|
|
169
|
+
}) => Promise<AgentSelect>;
|
|
170
|
+
export declare const deleteAgent: (db: DatabaseClient) => (params: {
|
|
171
|
+
scopes: ScopeConfig;
|
|
172
|
+
agentId: string;
|
|
173
|
+
}) => Promise<boolean>;
|
|
174
|
+
export declare const getAgentsByIds: (db: DatabaseClient) => (params: {
|
|
175
|
+
scopes: ScopeConfig;
|
|
176
|
+
agentIds: string[];
|
|
177
|
+
}) => Promise<{
|
|
178
|
+
tenantId: string;
|
|
179
|
+
projectId: string;
|
|
180
|
+
id: string;
|
|
181
|
+
name: string;
|
|
182
|
+
description: string;
|
|
183
|
+
prompt: string;
|
|
184
|
+
conversationHistoryConfig: import("..").ConversationHistoryConfig | null;
|
|
185
|
+
models: {
|
|
186
|
+
base?: {
|
|
187
|
+
model?: string | undefined;
|
|
188
|
+
providerOptions?: Record<string, unknown> | undefined;
|
|
189
|
+
} | undefined;
|
|
190
|
+
structuredOutput?: {
|
|
191
|
+
model?: string | undefined;
|
|
192
|
+
providerOptions?: Record<string, unknown> | undefined;
|
|
193
|
+
} | undefined;
|
|
194
|
+
summarizer?: {
|
|
195
|
+
model?: string | undefined;
|
|
196
|
+
providerOptions?: Record<string, unknown> | undefined;
|
|
197
|
+
} | undefined;
|
|
198
|
+
} | null;
|
|
199
|
+
stopWhen: {
|
|
200
|
+
stepCountIs?: number;
|
|
201
|
+
} | null;
|
|
202
|
+
createdAt: string;
|
|
203
|
+
updatedAt: string;
|
|
204
|
+
}[]>;
|
|
205
|
+
export declare const getAgentInGraphContext: (db: DatabaseClient) => (params: {
|
|
206
|
+
scopes: ScopeConfig;
|
|
207
|
+
graphId: string;
|
|
208
|
+
agentId: string;
|
|
209
|
+
}) => Promise<{
|
|
210
|
+
id: string;
|
|
211
|
+
name: string;
|
|
212
|
+
description: string;
|
|
213
|
+
prompt: string;
|
|
214
|
+
tenantId: string;
|
|
215
|
+
graphId: string;
|
|
216
|
+
sourceAgentId: string;
|
|
217
|
+
}[]>;
|
|
218
|
+
//# sourceMappingURL=agents.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agents.d.ts","sourceRoot":"","sources":["../../src/data-access/agents.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAEnD,OAAO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAC/E,OAAO,KAAK,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEtE,eAAO,MAAM,YAAY,GACtB,IAAI,cAAc,MAAY,QAAQ;IAAE,MAAM,EAAE,WAAW,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;cAS9E,CAAC;AAEJ,eAAO,MAAM,UAAU,GAAI,IAAI,cAAc,MAAY,QAAQ;IAAE,MAAM,EAAE,WAAW,CAAA;CAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;IAOvF,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAC7B,IAAI,cAAc,MACZ,QAAQ;IAAE,MAAM,EAAE,WAAW,CAAC;IAAC,UAAU,CAAC,EAAE,gBAAgB,CAAA;CAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4BpE,CAAC;AAEJ,eAAO,MAAM,WAAW,GAAI,IAAI,cAAc,MAAY,QAAQ,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI5E,CAAC;AAEF,eAAO,MAAM,WAAW,GACrB,IAAI,cAAc,MACZ,QAAQ;IAAE,MAAM,EAAE,WAAW,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,WAAW,CAAA;CAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoCzE,CAAC;AAEJ;;GAEG;AACH,eAAO,MAAM,WAAW,GACrB,IAAI,cAAc,MACZ,QAAQ;IAAE,IAAI,EAAE,WAAW,CAAA;CAAE,KAAG,OAAO,CAAC,WAAW,CA2BzD,CAAC;AAEJ,eAAO,MAAM,WAAW,GACrB,IAAI,cAAc,MAAY,QAAQ;IAAE,MAAM,EAAE,WAAW,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE,qBAiB9E,CAAC;AAEJ,eAAO,MAAM,cAAc,GACxB,IAAI,cAAc,MAAY,QAAQ;IAAE,MAAM,EAAE,WAAW,CAAC;IAAC,QAAQ,EAAE,MAAM,EAAE,CAAA;CAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;IAejF,CAAC;AAEJ,eAAO,MAAM,sBAAsB,GAChC,IAAI,cAAc,MACZ,QAAQ;IAAE,MAAM,EAAE,WAAW,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE;;;;;;;;IA6BvE,CAAC"}
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import { and, count, desc, eq, inArray } from 'drizzle-orm';
|
|
2
|
+
import { agentRelations, agents } from '../db/schema';
|
|
3
|
+
export const getAgentById = (db) => async (params) => {
|
|
4
|
+
const result = await db.query.agents.findFirst({
|
|
5
|
+
where: and(eq(agents.tenantId, params.scopes.tenantId), eq(agents.projectId, params.scopes.projectId), eq(agents.id, params.agentId)),
|
|
6
|
+
});
|
|
7
|
+
return result;
|
|
8
|
+
};
|
|
9
|
+
export const listAgents = (db) => async (params) => {
|
|
10
|
+
return await db.query.agents.findMany({
|
|
11
|
+
where: and(eq(agents.tenantId, params.scopes.tenantId), eq(agents.projectId, params.scopes.projectId)),
|
|
12
|
+
});
|
|
13
|
+
};
|
|
14
|
+
export const listAgentsPaginated = (db) => async (params) => {
|
|
15
|
+
const page = params.pagination?.page || 1;
|
|
16
|
+
const limit = Math.min(params.pagination?.limit || 10, 100);
|
|
17
|
+
const offset = (page - 1) * limit;
|
|
18
|
+
const whereClause = and(eq(agents.tenantId, params.scopes.tenantId), eq(agents.projectId, params.scopes.projectId));
|
|
19
|
+
const [data, totalResult] = await Promise.all([
|
|
20
|
+
db
|
|
21
|
+
.select()
|
|
22
|
+
.from(agents)
|
|
23
|
+
.where(whereClause)
|
|
24
|
+
.limit(limit)
|
|
25
|
+
.offset(offset)
|
|
26
|
+
.orderBy(desc(agents.createdAt)),
|
|
27
|
+
db.select({ count: count() }).from(agents).where(whereClause),
|
|
28
|
+
]);
|
|
29
|
+
const total = totalResult[0]?.count || 0;
|
|
30
|
+
const pages = Math.ceil(total / limit);
|
|
31
|
+
return {
|
|
32
|
+
data,
|
|
33
|
+
pagination: { page, limit, total, pages },
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
export const createAgent = (db) => async (params) => {
|
|
37
|
+
const agent = await db.insert(agents).values(params).returning();
|
|
38
|
+
return agent[0];
|
|
39
|
+
};
|
|
40
|
+
export const updateAgent = (db) => async (params) => {
|
|
41
|
+
const data = params.data;
|
|
42
|
+
// Handle model settings clearing - if empty object with no meaningful values, set to null
|
|
43
|
+
if (data.models !== undefined) {
|
|
44
|
+
if (!data.models ||
|
|
45
|
+
(!data.models.base?.model &&
|
|
46
|
+
!data.models.structuredOutput?.model &&
|
|
47
|
+
!data.models.summarizer?.model &&
|
|
48
|
+
!data.models.base?.providerOptions &&
|
|
49
|
+
!data.models.structuredOutput?.providerOptions &&
|
|
50
|
+
!data.models.summarizer?.providerOptions)) {
|
|
51
|
+
data.models = null;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
const updateData = {
|
|
55
|
+
...data,
|
|
56
|
+
updatedAt: new Date().toISOString(),
|
|
57
|
+
};
|
|
58
|
+
const agent = await db
|
|
59
|
+
.update(agents)
|
|
60
|
+
.set(updateData)
|
|
61
|
+
.where(and(eq(agents.tenantId, params.scopes.tenantId), eq(agents.projectId, params.scopes.projectId), eq(agents.id, params.agentId)))
|
|
62
|
+
.returning();
|
|
63
|
+
return agent[0] ?? null;
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* Upsert agent (create if it doesn't exist, update if it does)
|
|
67
|
+
*/
|
|
68
|
+
export const upsertAgent = (db) => async (params) => {
|
|
69
|
+
const scopes = { tenantId: params.data.tenantId, projectId: params.data.projectId };
|
|
70
|
+
const existing = await getAgentById(db)({
|
|
71
|
+
scopes,
|
|
72
|
+
agentId: params.data.id,
|
|
73
|
+
});
|
|
74
|
+
if (existing) {
|
|
75
|
+
// Update existing agent
|
|
76
|
+
const updated = await updateAgent(db)({
|
|
77
|
+
scopes,
|
|
78
|
+
agentId: params.data.id,
|
|
79
|
+
data: {
|
|
80
|
+
name: params.data.name,
|
|
81
|
+
description: params.data.description,
|
|
82
|
+
prompt: params.data.prompt,
|
|
83
|
+
conversationHistoryConfig: params.data.conversationHistoryConfig,
|
|
84
|
+
models: params.data.models,
|
|
85
|
+
stopWhen: params.data.stopWhen,
|
|
86
|
+
},
|
|
87
|
+
});
|
|
88
|
+
return updated; // We know it exists since we just updated it
|
|
89
|
+
}
|
|
90
|
+
else {
|
|
91
|
+
// Create new agent
|
|
92
|
+
return await createAgent(db)(params.data);
|
|
93
|
+
}
|
|
94
|
+
};
|
|
95
|
+
export const deleteAgent = (db) => async (params) => {
|
|
96
|
+
await db
|
|
97
|
+
.delete(agents)
|
|
98
|
+
.where(and(eq(agents.tenantId, params.scopes.tenantId), eq(agents.projectId, params.scopes.projectId), eq(agents.id, params.agentId)));
|
|
99
|
+
// Check if agent still exists to confirm deletion
|
|
100
|
+
const deletedAgent = await getAgentById(db)({
|
|
101
|
+
scopes: params.scopes,
|
|
102
|
+
agentId: params.agentId,
|
|
103
|
+
});
|
|
104
|
+
return deletedAgent === undefined;
|
|
105
|
+
};
|
|
106
|
+
export const getAgentsByIds = (db) => async (params) => {
|
|
107
|
+
if (params.agentIds.length === 0) {
|
|
108
|
+
return [];
|
|
109
|
+
}
|
|
110
|
+
return await db
|
|
111
|
+
.select()
|
|
112
|
+
.from(agents)
|
|
113
|
+
.where(and(eq(agents.tenantId, params.scopes.tenantId), eq(agents.projectId, params.scopes.projectId), inArray(agents.id, params.agentIds)));
|
|
114
|
+
};
|
|
115
|
+
export const getAgentInGraphContext = (db) => async (params) => {
|
|
116
|
+
return await db
|
|
117
|
+
.select({
|
|
118
|
+
id: agents.id,
|
|
119
|
+
name: agents.name,
|
|
120
|
+
description: agents.description,
|
|
121
|
+
prompt: agents.prompt,
|
|
122
|
+
tenantId: agents.tenantId,
|
|
123
|
+
graphId: agentRelations.graphId,
|
|
124
|
+
sourceAgentId: agentRelations.sourceAgentId,
|
|
125
|
+
})
|
|
126
|
+
.from(agents)
|
|
127
|
+
.innerJoin(agentRelations, and(eq(agents.tenantId, agentRelations.tenantId), eq(agents.projectId, agentRelations.projectId), eq(agents.id, agentRelations.sourceAgentId), eq(agentRelations.graphId, params.graphId)))
|
|
128
|
+
.where(and(eq(agents.tenantId, params.scopes.tenantId), eq(agents.projectId, params.scopes.projectId), eq(agents.id, params.agentId), eq(agentRelations.graphId, params.graphId)));
|
|
129
|
+
};
|
|
130
|
+
//# sourceMappingURL=agents.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agents.js","sourceRoot":"","sources":["../../src/data-access/agents.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import type { DatabaseClient } from '../db/client';
|
|
2
|
+
import type { ApiKeyInsert, ApiKeySelect, ApiKeyUpdate } from '../types/entities';
|
|
3
|
+
import type { ApiKeyCreateResult, CreateApiKeyParams, PaginationConfig, ScopeConfig } from '../types/utility';
|
|
4
|
+
export declare const getApiKeyById: (db: DatabaseClient) => (params: {
|
|
5
|
+
scopes: ScopeConfig;
|
|
6
|
+
id: string;
|
|
7
|
+
}) => Promise<{
|
|
8
|
+
tenantId: string;
|
|
9
|
+
projectId: string;
|
|
10
|
+
id: string;
|
|
11
|
+
graphId: string;
|
|
12
|
+
publicId: string;
|
|
13
|
+
keyHash: string;
|
|
14
|
+
keyPrefix: string;
|
|
15
|
+
lastUsedAt: string | null;
|
|
16
|
+
expiresAt: string | null;
|
|
17
|
+
createdAt: string;
|
|
18
|
+
updatedAt: string;
|
|
19
|
+
} | undefined>;
|
|
20
|
+
export declare const getApiKeyByPublicId: (db: DatabaseClient) => (publicId: string) => Promise<{
|
|
21
|
+
tenantId: string;
|
|
22
|
+
projectId: string;
|
|
23
|
+
id: string;
|
|
24
|
+
graphId: string;
|
|
25
|
+
publicId: string;
|
|
26
|
+
keyHash: string;
|
|
27
|
+
keyPrefix: string;
|
|
28
|
+
lastUsedAt: string | null;
|
|
29
|
+
expiresAt: string | null;
|
|
30
|
+
createdAt: string;
|
|
31
|
+
updatedAt: string;
|
|
32
|
+
} | undefined>;
|
|
33
|
+
export declare const listApiKeys: (db: DatabaseClient) => (params: {
|
|
34
|
+
scopes: ScopeConfig;
|
|
35
|
+
graphId?: string;
|
|
36
|
+
}) => Promise<{
|
|
37
|
+
tenantId: string;
|
|
38
|
+
projectId: string;
|
|
39
|
+
id: string;
|
|
40
|
+
graphId: string;
|
|
41
|
+
publicId: string;
|
|
42
|
+
keyHash: string;
|
|
43
|
+
keyPrefix: string;
|
|
44
|
+
lastUsedAt: string | null;
|
|
45
|
+
expiresAt: string | null;
|
|
46
|
+
createdAt: string;
|
|
47
|
+
updatedAt: string;
|
|
48
|
+
}[]>;
|
|
49
|
+
export declare const listApiKeysPaginated: (db: DatabaseClient) => (params: {
|
|
50
|
+
scopes: ScopeConfig;
|
|
51
|
+
pagination?: PaginationConfig;
|
|
52
|
+
graphId?: string;
|
|
53
|
+
}) => Promise<{
|
|
54
|
+
data: ApiKeySelect[];
|
|
55
|
+
pagination: {
|
|
56
|
+
page: number;
|
|
57
|
+
limit: number;
|
|
58
|
+
total: number;
|
|
59
|
+
pages: number;
|
|
60
|
+
};
|
|
61
|
+
}>;
|
|
62
|
+
export declare const createApiKey: (db: DatabaseClient) => (params: ApiKeyInsert) => Promise<{
|
|
63
|
+
tenantId: string;
|
|
64
|
+
projectId: string;
|
|
65
|
+
id: string;
|
|
66
|
+
graphId: string;
|
|
67
|
+
publicId: string;
|
|
68
|
+
keyHash: string;
|
|
69
|
+
keyPrefix: string;
|
|
70
|
+
lastUsedAt: string | null;
|
|
71
|
+
expiresAt: string | null;
|
|
72
|
+
createdAt: string;
|
|
73
|
+
updatedAt: string;
|
|
74
|
+
}>;
|
|
75
|
+
export declare const updateApiKey: (db: DatabaseClient) => (params: {
|
|
76
|
+
scopes: ScopeConfig;
|
|
77
|
+
id: string;
|
|
78
|
+
data: ApiKeyUpdate;
|
|
79
|
+
}) => Promise<{
|
|
80
|
+
tenantId: string;
|
|
81
|
+
projectId: string;
|
|
82
|
+
id: string;
|
|
83
|
+
graphId: string;
|
|
84
|
+
publicId: string;
|
|
85
|
+
keyHash: string;
|
|
86
|
+
keyPrefix: string;
|
|
87
|
+
lastUsedAt: string | null;
|
|
88
|
+
expiresAt: string | null;
|
|
89
|
+
createdAt: string;
|
|
90
|
+
updatedAt: string;
|
|
91
|
+
}>;
|
|
92
|
+
export declare const deleteApiKey: (db: DatabaseClient) => (params: {
|
|
93
|
+
scopes: ScopeConfig;
|
|
94
|
+
id: string;
|
|
95
|
+
}) => Promise<boolean>;
|
|
96
|
+
export declare const hasApiKey: (db: DatabaseClient) => (params: {
|
|
97
|
+
scopes: ScopeConfig;
|
|
98
|
+
id: string;
|
|
99
|
+
}) => Promise<boolean>;
|
|
100
|
+
export declare const updateApiKeyLastUsed: (db: DatabaseClient) => (id: string) => Promise<void>;
|
|
101
|
+
export declare const countApiKeys: (db: DatabaseClient) => (params: {
|
|
102
|
+
scopes: ScopeConfig;
|
|
103
|
+
graphId?: string;
|
|
104
|
+
}) => Promise<number>;
|
|
105
|
+
/**
|
|
106
|
+
* Create a new API key
|
|
107
|
+
* Returns both the API key record and the full key (which should be shown to the user only once)
|
|
108
|
+
*/
|
|
109
|
+
export declare const generateAndCreateApiKey: (params: CreateApiKeyParams, db: DatabaseClient) => Promise<ApiKeyCreateResult>;
|
|
110
|
+
/**
|
|
111
|
+
* Validate an API key and return the associated record if valid
|
|
112
|
+
*/
|
|
113
|
+
export declare const validateAndGetApiKey: (key: string, db: DatabaseClient) => Promise<ApiKeySelect | null>;
|
|
114
|
+
//# sourceMappingURL=apiKeys.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"apiKeys.d.ts","sourceRoot":"","sources":["../../src/data-access/apiKeys.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAEnD,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAClF,OAAO,KAAK,EACV,kBAAkB,EAClB,kBAAkB,EAClB,gBAAgB,EAChB,WAAW,EACZ,MAAM,kBAAkB,CAAC;AAG1B,eAAO,MAAM,aAAa,GACvB,IAAI,cAAc,MAAY,QAAQ;IAAE,MAAM,EAAE,WAAW,CAAC;IAAC,EAAE,EAAE,MAAM,CAAA;CAAE;;;;;;;;;;;;cAQzE,CAAC;AAEJ,eAAO,MAAM,mBAAmB,GAAI,IAAI,cAAc,MAAY,UAAU,MAAM;;;;;;;;;;;;cAIjF,CAAC;AAEF,eAAO,MAAM,WAAW,GACrB,IAAI,cAAc,MAAY,QAAQ;IAAE,MAAM,EAAE,WAAW,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,CAAA;CAAE;;;;;;;;;;;;IAc/E,CAAC;AAEJ,eAAO,MAAM,oBAAoB,GAC9B,IAAI,cAAc,MACZ,QAAQ;IACb,MAAM,EAAE,WAAW,CAAC;IACpB,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAC9B,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,KAAG,OAAO,CAAC;IACV,IAAI,EAAE,YAAY,EAAE,CAAC;IACrB,UAAU,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;CAC3E,CAkCA,CAAC;AAEJ,eAAO,MAAM,YAAY,GAAI,IAAI,cAAc,MAAY,QAAQ,YAAY;;;;;;;;;;;;EAoB9E,CAAC;AAEF,eAAO,MAAM,YAAY,GACtB,IAAI,cAAc,MACZ,QAAQ;IAAE,MAAM,EAAE,WAAW,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,YAAY,CAAA;CAAE;;;;;;;;;;;;EAmBrE,CAAC;AAEJ,eAAO,MAAM,YAAY,GACtB,IAAI,cAAc,MACZ,QAAQ;IAAE,MAAM,EAAE,WAAW,CAAC;IAAC,EAAE,EAAE,MAAM,CAAA;CAAE,KAAG,OAAO,CAAC,OAAO,CA2BnE,CAAC;AAEJ,eAAO,MAAM,SAAS,GACnB,IAAI,cAAc,MACZ,QAAQ;IAAE,MAAM,EAAE,WAAW,CAAC;IAAC,EAAE,EAAE,MAAM,CAAA;CAAE,KAAG,OAAO,CAAC,OAAO,CAGnE,CAAC;AAEJ,eAAO,MAAM,oBAAoB,GAC9B,IAAI,cAAc,MACZ,IAAI,MAAM,KAAG,OAAO,CAAC,IAAI,CAK/B,CAAC;AAEJ,eAAO,MAAM,YAAY,GACtB,IAAI,cAAc,MACZ,QAAQ;IAAE,MAAM,EAAE,WAAW,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,CAAA;CAAE,KAAG,OAAO,CAAC,MAAM,CAiBxE,CAAC;AAEJ;;;GAGG;AACH,eAAO,MAAM,uBAAuB,GAClC,QAAQ,kBAAkB,EAC1B,IAAI,cAAc,KACjB,OAAO,CAAC,kBAAkB,CAmB5B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,oBAAoB,GAC/B,KAAK,MAAM,EACX,IAAI,cAAc,KACjB,OAAO,CAAC,YAAY,GAAG,IAAI,CAiC7B,CAAC"}
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
import { and, count, desc, eq } from 'drizzle-orm';
|
|
2
|
+
import { apiKeys } from '../db/schema';
|
|
3
|
+
import { extractPublicId, generateApiKey, isApiKeyExpired, validateApiKey } from '../utils/apiKeys';
|
|
4
|
+
export const getApiKeyById = (db) => async (params) => {
|
|
5
|
+
return await db.query.apiKeys.findFirst({
|
|
6
|
+
where: and(eq(apiKeys.tenantId, params.scopes.tenantId), eq(apiKeys.projectId, params.scopes.projectId), eq(apiKeys.id, params.id)),
|
|
7
|
+
});
|
|
8
|
+
};
|
|
9
|
+
export const getApiKeyByPublicId = (db) => async (publicId) => {
|
|
10
|
+
return await db.query.apiKeys.findFirst({
|
|
11
|
+
where: eq(apiKeys.publicId, publicId),
|
|
12
|
+
});
|
|
13
|
+
};
|
|
14
|
+
export const listApiKeys = (db) => async (params) => {
|
|
15
|
+
const conditions = [
|
|
16
|
+
eq(apiKeys.tenantId, params.scopes.tenantId),
|
|
17
|
+
eq(apiKeys.projectId, params.scopes.projectId),
|
|
18
|
+
];
|
|
19
|
+
if (params.graphId) {
|
|
20
|
+
conditions.push(eq(apiKeys.graphId, params.graphId));
|
|
21
|
+
}
|
|
22
|
+
return await db.query.apiKeys.findMany({
|
|
23
|
+
where: and(...conditions),
|
|
24
|
+
orderBy: [desc(apiKeys.createdAt)],
|
|
25
|
+
});
|
|
26
|
+
};
|
|
27
|
+
export const listApiKeysPaginated = (db) => async (params) => {
|
|
28
|
+
const page = params.pagination?.page || 1;
|
|
29
|
+
const limit = Math.min(params.pagination?.limit || 10, 100);
|
|
30
|
+
const offset = (page - 1) * limit;
|
|
31
|
+
const conditions = [
|
|
32
|
+
eq(apiKeys.tenantId, params.scopes.tenantId),
|
|
33
|
+
eq(apiKeys.projectId, params.scopes.projectId),
|
|
34
|
+
];
|
|
35
|
+
if (params.graphId) {
|
|
36
|
+
conditions.push(eq(apiKeys.graphId, params.graphId));
|
|
37
|
+
}
|
|
38
|
+
const whereClause = and(...conditions);
|
|
39
|
+
const [data, totalResult] = await Promise.all([
|
|
40
|
+
db
|
|
41
|
+
.select()
|
|
42
|
+
.from(apiKeys)
|
|
43
|
+
.where(whereClause)
|
|
44
|
+
.limit(limit)
|
|
45
|
+
.offset(offset)
|
|
46
|
+
.orderBy(desc(apiKeys.createdAt)),
|
|
47
|
+
db.select({ count: count() }).from(apiKeys).where(whereClause),
|
|
48
|
+
]);
|
|
49
|
+
const total = totalResult[0]?.count || 0;
|
|
50
|
+
const totalNumber = typeof total === 'string' ? Number.parseInt(total, 10) : total;
|
|
51
|
+
const pages = Math.ceil(totalNumber / limit);
|
|
52
|
+
return {
|
|
53
|
+
data,
|
|
54
|
+
pagination: { page, limit, total: totalNumber, pages },
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
export const createApiKey = (db) => async (params) => {
|
|
58
|
+
const now = new Date().toISOString();
|
|
59
|
+
const [apiKey] = await db
|
|
60
|
+
.insert(apiKeys)
|
|
61
|
+
.values({
|
|
62
|
+
id: params.id,
|
|
63
|
+
tenantId: params.tenantId,
|
|
64
|
+
projectId: params.projectId,
|
|
65
|
+
graphId: params.graphId,
|
|
66
|
+
publicId: params.publicId,
|
|
67
|
+
keyHash: params.keyHash,
|
|
68
|
+
keyPrefix: params.keyPrefix,
|
|
69
|
+
expiresAt: params.expiresAt,
|
|
70
|
+
createdAt: now,
|
|
71
|
+
updatedAt: now,
|
|
72
|
+
})
|
|
73
|
+
.returning();
|
|
74
|
+
return apiKey;
|
|
75
|
+
};
|
|
76
|
+
export const updateApiKey = (db) => async (params) => {
|
|
77
|
+
const now = new Date().toISOString();
|
|
78
|
+
const [updatedKey] = await db
|
|
79
|
+
.update(apiKeys)
|
|
80
|
+
.set({
|
|
81
|
+
expiresAt: params.data.expiresAt,
|
|
82
|
+
updatedAt: now,
|
|
83
|
+
})
|
|
84
|
+
.where(and(eq(apiKeys.tenantId, params.scopes.tenantId), eq(apiKeys.projectId, params.scopes.projectId), eq(apiKeys.id, params.id)))
|
|
85
|
+
.returning();
|
|
86
|
+
return updatedKey;
|
|
87
|
+
};
|
|
88
|
+
export const deleteApiKey = (db) => async (params) => {
|
|
89
|
+
try {
|
|
90
|
+
// Check if the API key exists
|
|
91
|
+
const existingKey = await getApiKeyById(db)({
|
|
92
|
+
scopes: params.scopes,
|
|
93
|
+
id: params.id,
|
|
94
|
+
});
|
|
95
|
+
if (!existingKey) {
|
|
96
|
+
return false;
|
|
97
|
+
}
|
|
98
|
+
await db
|
|
99
|
+
.delete(apiKeys)
|
|
100
|
+
.where(and(eq(apiKeys.tenantId, params.scopes.tenantId), eq(apiKeys.projectId, params.scopes.projectId), eq(apiKeys.id, params.id)));
|
|
101
|
+
return true;
|
|
102
|
+
}
|
|
103
|
+
catch (error) {
|
|
104
|
+
console.error('Error deleting API key:', error);
|
|
105
|
+
return false;
|
|
106
|
+
}
|
|
107
|
+
};
|
|
108
|
+
export const hasApiKey = (db) => async (params) => {
|
|
109
|
+
const apiKey = await getApiKeyById(db)(params);
|
|
110
|
+
return apiKey !== null;
|
|
111
|
+
};
|
|
112
|
+
export const updateApiKeyLastUsed = (db) => async (id) => {
|
|
113
|
+
await db
|
|
114
|
+
.update(apiKeys)
|
|
115
|
+
.set({ lastUsedAt: new Date().toISOString() })
|
|
116
|
+
.where(eq(apiKeys.id, id));
|
|
117
|
+
};
|
|
118
|
+
export const countApiKeys = (db) => async (params) => {
|
|
119
|
+
const conditions = [
|
|
120
|
+
eq(apiKeys.tenantId, params.scopes.tenantId),
|
|
121
|
+
eq(apiKeys.projectId, params.scopes.projectId),
|
|
122
|
+
];
|
|
123
|
+
if (params.graphId) {
|
|
124
|
+
conditions.push(eq(apiKeys.graphId, params.graphId));
|
|
125
|
+
}
|
|
126
|
+
const result = await db
|
|
127
|
+
.select({ count: count() })
|
|
128
|
+
.from(apiKeys)
|
|
129
|
+
.where(and(...conditions));
|
|
130
|
+
const total = result[0]?.count || 0;
|
|
131
|
+
return typeof total === 'string' ? Number.parseInt(total, 10) : total;
|
|
132
|
+
};
|
|
133
|
+
/**
|
|
134
|
+
* Create a new API key
|
|
135
|
+
* Returns both the API key record and the full key (which should be shown to the user only once)
|
|
136
|
+
*/
|
|
137
|
+
export const generateAndCreateApiKey = async (params, db) => {
|
|
138
|
+
const { tenantId, projectId, graphId, expiresAt } = params;
|
|
139
|
+
// Generate the API key
|
|
140
|
+
const keyData = await generateApiKey();
|
|
141
|
+
// Store the API key in the database
|
|
142
|
+
const apiKey = await createApiKey(db)({
|
|
143
|
+
tenantId,
|
|
144
|
+
projectId,
|
|
145
|
+
graphId,
|
|
146
|
+
expiresAt,
|
|
147
|
+
...keyData,
|
|
148
|
+
});
|
|
149
|
+
return {
|
|
150
|
+
apiKey,
|
|
151
|
+
key: keyData.key, // Return the full key to show to the user once
|
|
152
|
+
};
|
|
153
|
+
};
|
|
154
|
+
/**
|
|
155
|
+
* Validate an API key and return the associated record if valid
|
|
156
|
+
*/
|
|
157
|
+
export const validateAndGetApiKey = async (key, db) => {
|
|
158
|
+
// Extract publicId from the key for O(1) lookup
|
|
159
|
+
const publicId = extractPublicId(key);
|
|
160
|
+
if (!publicId) {
|
|
161
|
+
return null;
|
|
162
|
+
}
|
|
163
|
+
// Direct lookup using publicId (O(1) with unique index)
|
|
164
|
+
const apiKey = await getApiKeyByPublicId(db)(publicId);
|
|
165
|
+
if (!apiKey) {
|
|
166
|
+
return null;
|
|
167
|
+
}
|
|
168
|
+
// Validate the full key against the stored hash
|
|
169
|
+
const isValid = await validateApiKey(key, apiKey.keyHash);
|
|
170
|
+
if (!isValid) {
|
|
171
|
+
return null;
|
|
172
|
+
}
|
|
173
|
+
// Check if the key has expired
|
|
174
|
+
if (isApiKeyExpired(apiKey.expiresAt)) {
|
|
175
|
+
return null;
|
|
176
|
+
}
|
|
177
|
+
// Update last used timestamp
|
|
178
|
+
await updateApiKey(db)({
|
|
179
|
+
scopes: { tenantId: apiKey.tenantId, projectId: apiKey.projectId },
|
|
180
|
+
id: apiKey.id,
|
|
181
|
+
data: { lastUsedAt: new Date().toISOString() },
|
|
182
|
+
});
|
|
183
|
+
return apiKey;
|
|
184
|
+
};
|
|
185
|
+
//# sourceMappingURL=apiKeys.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"apiKeys.js","sourceRoot":"","sources":["../../src/data-access/apiKeys.ts"],"names":[],"mappings":"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"}
|