@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.
- package/dist/{SandboxExecutorFactory-FVKDJKKZ.js → SandboxExecutorFactory-2N27SE3B.js} +1 -1
- package/dist/{chunk-V4RNZ6BX.js → chunk-EVOISBFH.js} +9 -9
- package/dist/{chunk-SBJLXGYG.js → chunk-JCVMVG3J.js} +2 -2
- package/dist/{chunk-IYG4HUQ6.js → chunk-KBZIYCPJ.js} +1 -1
- package/dist/{chunk-M46DFVYB.js → chunk-KCJWSIDZ.js} +3 -3
- package/dist/{chunk-IVALDC72.js → chunk-THWNUGWP.js} +1 -1
- package/dist/{chunk-AZFBQY6E.js → chunk-UC2EPLSW.js} +1 -1
- package/dist/{conversations-NZLQK64L.js → conversations-XPSTWUMK.js} +1 -1
- package/dist/dbClient-MAHUR4TO.js +1 -0
- package/dist/index.cjs +559 -448
- package/dist/index.js +399 -282
- package/dist/instrumentation.cjs +19 -19
- package/dist/instrumentation.js +1 -1
- package/dist/{nodefs-ZHXQGWPG.js → nodefs-RPE52Q4Z.js} +1 -1
- package/dist/{opfs-ahp-CJXSQU3E.js → opfs-ahp-QL4REJJW.js} +2 -2
- package/package.json +13 -11
- package/dist/dbClient-BXOIYVCJ.js +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// ../node_modules/.pnpm/@electric-sql+pglite@0.3.
|
|
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.
|
|
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 { dbClient_default } from './chunk-
|
|
2
|
-
import { CONVERSATION_HISTORY_DEFAULT_LIMIT } from './chunk-
|
|
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-
|
|
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,4 +1,4 @@
|
|
|
1
|
-
import { env } from './chunk-
|
|
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-
|
|
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';
|