@inkeep/agents-run-api 0.37.1 → 0.38.0

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.
@@ -1,4 +1,4 @@
1
- // ../node_modules/.pnpm/@electric-sql+pglite@0.3.13/node_modules/@electric-sql/pglite/dist/chunk-QY3QWFKW.js
1
+ // ../node_modules/.pnpm/@electric-sql+pglite@0.3.14/node_modules/@electric-sql/pglite/dist/chunk-QY3QWFKW.js
2
2
  var p = Object.create;
3
3
  var i = Object.defineProperty;
4
4
  var c = Object.getOwnPropertyDescriptor;
@@ -33,7 +33,7 @@ var U = (t, e, o, m) => ({ set _(r) {
33
33
  var u = d(() => {
34
34
  });
35
35
 
36
- // ../node_modules/.pnpm/@electric-sql+pglite@0.3.13/node_modules/@electric-sql/pglite/dist/chunk-VBDAOXYI.js
36
+ // ../node_modules/.pnpm/@electric-sql+pglite@0.3.14/node_modules/@electric-sql/pglite/dist/chunk-VBDAOXYI.js
37
37
  var w = D(($r, l2) => {
38
38
  u();
39
39
  var j = 9007199254740991, B = /* @__PURE__ */ (function(r) {
@@ -1,5 +1,5 @@
1
+ import { z } from '@hono/zod-openapi';
1
2
  import { loadEnvironmentFiles } from '@inkeep/agents-core';
2
- import { z } from 'zod';
3
3
 
4
4
  // src/env.ts
5
5
  loadEnvironmentFiles();
@@ -1,5 +1,5 @@
1
- import { dbClient_default } from './chunk-V4RNZ6BX.js';
2
- import { CONVERSATION_HISTORY_DEFAULT_LIMIT } from './chunk-IVALDC72.js';
1
+ import { dbClient_default } from './chunk-EVOISBFH.js';
2
+ import { CONVERSATION_HISTORY_DEFAULT_LIMIT } from './chunk-THWNUGWP.js';
3
3
  import { CONVERSATION_HISTORY_MAX_OUTPUT_TOKENS_DEFAULT, createMessage, generateId, getConversationHistory } from '@inkeep/agents-core';
4
4
 
5
5
  function createDefaultConversationHistoryConfig(mode = "full") {
@@ -208,7 +208,7 @@ async function getConversationScopedArtifacts(params) {
208
208
  return [];
209
209
  }
210
210
  const { getLedgerArtifacts } = await import('@inkeep/agents-core');
211
- const dbClient = (await import('./dbClient-BXOIYVCJ.js')).default;
211
+ const dbClient = (await import('./dbClient-MAHUR4TO.js')).default;
212
212
  const visibleTaskIds = visibleMessages.map((msg) => msg.taskId).filter((taskId) => Boolean(taskId));
213
213
  const referenceArtifacts = [];
214
214
  for (const taskId of visibleTaskIds) {
@@ -1,5 +1,5 @@
1
+ import { z } from '@hono/zod-openapi';
1
2
  import { loadEnvironmentFiles } from '@inkeep/agents-core';
2
- import { z } from 'zod';
3
3
 
4
4
  // src/constants/execution-limits/index.ts
5
5
 
@@ -1,4 +1,4 @@
1
- import { env } from './chunk-IYG4HUQ6.js';
1
+ import { env } from './chunk-KBZIYCPJ.js';
2
2
  import { getLogger } from './chunk-A2S7GSHL.js';
3
3
  import { getNodeAutoInstrumentations } from '@opentelemetry/auto-instrumentations-node';
4
4
  import { BaggageSpanProcessor, ALLOW_ALL_BAGGAGE_KEYS } from '@opentelemetry/baggage-span-processor';
@@ -1 +1 @@
1
- export { createDefaultConversationHistoryConfig, getConversationScopedArtifacts, getFormattedConversationHistory, getFullConversationContext, getScopedHistory, getUserFacingHistory, saveA2AMessageResponse } from './chunk-M46DFVYB.js';
1
+ export { createDefaultConversationHistoryConfig, getConversationScopedArtifacts, getFormattedConversationHistory, getFullConversationContext, getScopedHistory, getUserFacingHistory, saveA2AMessageResponse } from './chunk-KCJWSIDZ.js';
@@ -0,0 +1 @@
1
+ export { dbClient_default as default } from './chunk-EVOISBFH.js';