@bitfab/sdk 0.30.2 → 0.31.1
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-FLVQ7Q3I.js → chunk-6UJ3E3H5.js} +20 -2
- package/dist/chunk-6UJ3E3H5.js.map +1 -0
- package/dist/{chunk-CPEQSNVE.js → chunk-CEUTWQHG.js} +16 -5
- package/dist/chunk-CEUTWQHG.js.map +1 -0
- package/dist/index.cjs +32 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +37 -2
- package/dist/index.d.ts +37 -2
- package/dist/index.js +2 -2
- package/dist/node.cjs +32 -3
- package/dist/node.cjs.map +1 -1
- package/dist/node.d.cts +1 -1
- package/dist/node.d.ts +1 -1
- package/dist/node.js +2 -2
- package/dist/{replay-YJI2SUSN.js → replay-JVURNX5Y.js} +2 -2
- package/package.json +5 -4
- package/dist/chunk-CPEQSNVE.js.map +0 -1
- package/dist/chunk-FLVQ7Q3I.js.map +0 -1
- /package/dist/{replay-YJI2SUSN.js.map → replay-JVURNX5Y.js.map} +0 -0
package/dist/node.d.cts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { ActiveSpanContext, AdaptContext, AdaptInputsFn, AllowedEnvVars, BITFAB_PROGRESS_PREFIX, BamlExecutionResult, Bitfab, BitfabClaudeAgentHandler, BitfabConfig, BitfabError, BitfabFunction, BitfabLangChainCallbackHandler, BitfabLangChainCallbackHandler as BitfabLangGraphCallbackHandler, BitfabLanguageModelMiddleware, BitfabOpenAIAgentHandler, BitfabOpenAITracingProcessor, BitfabVercelAiHandler, CapturedSpan, CodeChangeFile, CurrentSpan, CurrentTrace, DEFAULT_SERVICE_URL, DbSnapshotConfig, DbSnapshotProvider, DbSnapshotRef, DetachedTrace, MockOverride, MockOverrideCtx, MockStrategy, MockValue, NodeMatcher, ProviderDefinition, ReplayEnvironment, ReplayEnvironmentSnapshot, ReplayItem, ReplayOptions, ReplayProgress, ReplayResult, SUPPORTED_PROVIDERS, SpanLookup, SpanNodeMeta, SpanOccurrence, SpanOptions, SpanType, TokenUsage, TraceResponse, TracingProcessor, VercelCallParams, VercelGenerateResult, VercelStreamResult, WrapBAMLOptions, WrappedBamlFn, __version__, finalizers, flushTraces, getCurrentSpan, getCurrentTrace, reportReplayProgress } from './index.cjs';
|
|
1
|
+
export { ActiveSpanContext, AdaptContext, AdaptInputsFn, AllowedEnvVars, BITFAB_PROGRESS_PREFIX, BamlExecutionResult, Bitfab, BitfabClaudeAgentHandler, BitfabConfig, BitfabError, BitfabFunction, BitfabLangChainCallbackHandler, BitfabLangChainCallbackHandler as BitfabLangGraphCallbackHandler, BitfabLanguageModelMiddleware, BitfabOpenAIAgentHandler, BitfabOpenAITracingProcessor, BitfabVercelAiHandler, CapturedSpan, CodeChangeFile, CurrentSpan, CurrentTrace, DEFAULT_SERVICE_URL, DbBranchOptions, DbSnapshotConfig, DbSnapshotProvider, DbSnapshotRef, DetachedTrace, MockOverride, MockOverrideCtx, MockStrategy, MockValue, NodeMatcher, ProviderDefinition, ReplayEnvironment, ReplayEnvironmentSnapshot, ReplayItem, ReplayOptions, ReplayProgress, ReplayResult, SUPPORTED_PROVIDERS, SpanLookup, SpanNodeMeta, SpanOccurrence, SpanOptions, SpanType, TokenUsage, TraceResponse, TracingProcessor, VercelCallParams, VercelGenerateResult, VercelStreamResult, WrapBAMLOptions, WrappedBamlFn, __version__, finalizers, flushTraces, getCurrentSpan, getCurrentTrace, reportReplayProgress } from './index.cjs';
|
package/dist/node.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { ActiveSpanContext, AdaptContext, AdaptInputsFn, AllowedEnvVars, BITFAB_PROGRESS_PREFIX, BamlExecutionResult, Bitfab, BitfabClaudeAgentHandler, BitfabConfig, BitfabError, BitfabFunction, BitfabLangChainCallbackHandler, BitfabLangChainCallbackHandler as BitfabLangGraphCallbackHandler, BitfabLanguageModelMiddleware, BitfabOpenAIAgentHandler, BitfabOpenAITracingProcessor, BitfabVercelAiHandler, CapturedSpan, CodeChangeFile, CurrentSpan, CurrentTrace, DEFAULT_SERVICE_URL, DbSnapshotConfig, DbSnapshotProvider, DbSnapshotRef, DetachedTrace, MockOverride, MockOverrideCtx, MockStrategy, MockValue, NodeMatcher, ProviderDefinition, ReplayEnvironment, ReplayEnvironmentSnapshot, ReplayItem, ReplayOptions, ReplayProgress, ReplayResult, SUPPORTED_PROVIDERS, SpanLookup, SpanNodeMeta, SpanOccurrence, SpanOptions, SpanType, TokenUsage, TraceResponse, TracingProcessor, VercelCallParams, VercelGenerateResult, VercelStreamResult, WrapBAMLOptions, WrappedBamlFn, __version__, finalizers, flushTraces, getCurrentSpan, getCurrentTrace, reportReplayProgress } from './index.js';
|
|
1
|
+
export { ActiveSpanContext, AdaptContext, AdaptInputsFn, AllowedEnvVars, BITFAB_PROGRESS_PREFIX, BamlExecutionResult, Bitfab, BitfabClaudeAgentHandler, BitfabConfig, BitfabError, BitfabFunction, BitfabLangChainCallbackHandler, BitfabLangChainCallbackHandler as BitfabLangGraphCallbackHandler, BitfabLanguageModelMiddleware, BitfabOpenAIAgentHandler, BitfabOpenAITracingProcessor, BitfabVercelAiHandler, CapturedSpan, CodeChangeFile, CurrentSpan, CurrentTrace, DEFAULT_SERVICE_URL, DbBranchOptions, DbSnapshotConfig, DbSnapshotProvider, DbSnapshotRef, DetachedTrace, MockOverride, MockOverrideCtx, MockStrategy, MockValue, NodeMatcher, ProviderDefinition, ReplayEnvironment, ReplayEnvironmentSnapshot, ReplayItem, ReplayOptions, ReplayProgress, ReplayResult, SUPPORTED_PROVIDERS, SpanLookup, SpanNodeMeta, SpanOccurrence, SpanOptions, SpanType, TokenUsage, TraceResponse, TracingProcessor, VercelCallParams, VercelGenerateResult, VercelStreamResult, WrapBAMLOptions, WrappedBamlFn, __version__, finalizers, flushTraces, getCurrentSpan, getCurrentTrace, reportReplayProgress } from './index.js';
|
package/dist/node.js
CHANGED
|
@@ -14,14 +14,14 @@ import {
|
|
|
14
14
|
flushTraces,
|
|
15
15
|
getCurrentSpan,
|
|
16
16
|
getCurrentTrace
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-CEUTWQHG.js";
|
|
18
18
|
import {
|
|
19
19
|
BITFAB_PROGRESS_PREFIX,
|
|
20
20
|
BitfabError,
|
|
21
21
|
assertAsyncStorageRegistered,
|
|
22
22
|
registerAsyncLocalStorageClass,
|
|
23
23
|
reportReplayProgress
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-6UJ3E3H5.js";
|
|
25
25
|
|
|
26
26
|
// src/asyncStorageNode.ts
|
|
27
27
|
import { AsyncLocalStorage } from "async_hooks";
|
|
@@ -2,10 +2,10 @@ import {
|
|
|
2
2
|
BITFAB_PROGRESS_PREFIX,
|
|
3
3
|
replay,
|
|
4
4
|
reportReplayProgress
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-6UJ3E3H5.js";
|
|
6
6
|
export {
|
|
7
7
|
BITFAB_PROGRESS_PREFIX,
|
|
8
8
|
replay,
|
|
9
9
|
reportReplayProgress
|
|
10
10
|
};
|
|
11
|
-
//# sourceMappingURL=replay-
|
|
11
|
+
//# sourceMappingURL=replay-JVURNX5Y.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitfab/sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.31.1",
|
|
4
4
|
"description": "Bitfab client for provider-based API calls with local BAML execution",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -86,8 +86,9 @@
|
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
88
|
"@boundaryml/baml": "^0.222.0",
|
|
89
|
-
"@openai/agents": "^0.
|
|
90
|
-
"ai": "^
|
|
91
|
-
"tsup": "^8.5.1"
|
|
89
|
+
"@openai/agents": "^0.13.5",
|
|
90
|
+
"ai": "^7.0.37",
|
|
91
|
+
"tsup": "^8.5.1",
|
|
92
|
+
"typescript": "^5.9.3"
|
|
92
93
|
}
|
|
93
94
|
}
|