@relayfx/sdk 0.0.47 → 0.0.48
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/ai.js +29 -32
- package/dist/index.js +29 -32
- package/package.json +3 -3
package/dist/ai.js
CHANGED
|
@@ -8428,7 +8428,7 @@ __export(exports_agent_loop_service, {
|
|
|
8428
8428
|
AgentLoopBudgetExceeded: () => AgentLoopBudgetExceeded
|
|
8429
8429
|
});
|
|
8430
8430
|
|
|
8431
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
8431
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/agent.ts
|
|
8432
8432
|
var exports_agent = {};
|
|
8433
8433
|
__export(exports_agent, {
|
|
8434
8434
|
streamObject: () => streamObject,
|
|
@@ -8441,7 +8441,7 @@ __export(exports_agent, {
|
|
|
8441
8441
|
import { Cause as Cause3, Effect as Effect46, Fiber, Option as Option16, Queue as Queue2, Ref as Ref11, Schema as Schema48, Stream as Stream7 } from "effect";
|
|
8442
8442
|
import { Chat, LanguageModel as LanguageModel4, Prompt as Prompt4, Response as Response3, Telemetry, Tokenizer as Tokenizer2, Tool as Tool4, Toolkit as Toolkit3 } from "effect/unstable/ai";
|
|
8443
8443
|
|
|
8444
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
8444
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/agent-event.ts
|
|
8445
8445
|
var exports_agent_event = {};
|
|
8446
8446
|
__export(exports_agent_event, {
|
|
8447
8447
|
addUsage: () => addUsage,
|
|
@@ -8498,7 +8498,7 @@ class AgentSuspended extends Schema38.TaggedErrorClass()("@batonfx/core/AgentSus
|
|
|
8498
8498
|
}) {
|
|
8499
8499
|
}
|
|
8500
8500
|
|
|
8501
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
8501
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/approvals.ts
|
|
8502
8502
|
var exports_approvals = {};
|
|
8503
8503
|
__export(exports_approvals, {
|
|
8504
8504
|
testLayer: () => testLayer26,
|
|
@@ -8514,7 +8514,7 @@ var autoApprove = Layer29.succeed(Approvals, Approvals.of({ check: () => Effect3
|
|
|
8514
8514
|
var denyAll = Layer29.succeed(Approvals, Approvals.of({ check: () => Effect31.succeed({ _tag: "Denied" }) }));
|
|
8515
8515
|
var testLayer26 = (implementation) => Layer29.succeed(Approvals, Approvals.of(implementation));
|
|
8516
8516
|
|
|
8517
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
8517
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/compaction.ts
|
|
8518
8518
|
var exports_compaction = {};
|
|
8519
8519
|
__export(exports_compaction, {
|
|
8520
8520
|
truncate: () => truncate,
|
|
@@ -8532,7 +8532,7 @@ __export(exports_compaction, {
|
|
|
8532
8532
|
import { Context as Context32, Effect as Effect34, Layer as Layer32, Option as Option10, Schema as Schema41 } from "effect";
|
|
8533
8533
|
import { LanguageModel, Prompt as Prompt3, Tokenizer, Toolkit as Toolkit2 } from "effect/unstable/ai";
|
|
8534
8534
|
|
|
8535
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
8535
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/session.ts
|
|
8536
8536
|
var exports_session = {};
|
|
8537
8537
|
__export(exports_session, {
|
|
8538
8538
|
testLayer: () => testLayer27,
|
|
@@ -8705,7 +8705,7 @@ var memoryLayer24 = Layer30.effect(SessionStore, Ref7.make(initialState).pipe(Ef
|
|
|
8705
8705
|
}))));
|
|
8706
8706
|
var testLayer27 = (implementation) => Layer30.succeed(SessionStore, SessionStore.of(implementation));
|
|
8707
8707
|
|
|
8708
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
8708
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/tool-output.ts
|
|
8709
8709
|
var exports_tool_output = {};
|
|
8710
8710
|
__export(exports_tool_output, {
|
|
8711
8711
|
testLayer: () => testLayer28,
|
|
@@ -8765,7 +8765,7 @@ var bound = (result, options) => Effect33.gen(function* () {
|
|
|
8765
8765
|
return { _tag: "Success", result: output, encodedResult: output };
|
|
8766
8766
|
});
|
|
8767
8767
|
|
|
8768
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
8768
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/compaction.ts
|
|
8769
8769
|
var DEFAULT_RESERVE_TOKENS = 16384;
|
|
8770
8770
|
var DEFAULT_KEEP_RECENT_TOKENS = 20000;
|
|
8771
8771
|
var SUMMARY_TEMPLATE = `Summarize the conversation so another agent can continue seamlessly.
|
|
@@ -8948,7 +8948,7 @@ var truncate = (maxTokens) => ({
|
|
|
8948
8948
|
var testLayer29 = (implementation) => Layer32.succeed(Compaction, Compaction.of(implementation));
|
|
8949
8949
|
var isContextOverflow = (error) => /context|token|prompt/i.test(error instanceof Error ? `${error.name}: ${error.message}` : String(error)) && /overflow|exceed|exceeded|maximum|too large|too long|length/i.test(error instanceof Error ? `${error.name}: ${error.message}` : String(error));
|
|
8950
8950
|
|
|
8951
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
8951
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/instructions.ts
|
|
8952
8952
|
var exports_instructions = {};
|
|
8953
8953
|
__export(exports_instructions, {
|
|
8954
8954
|
testLayer: () => testLayer30,
|
|
@@ -8997,7 +8997,7 @@ var renderUpdate = (epoch, context) => Effect35.gen(function* () {
|
|
|
8997
8997
|
var layer27 = (sources) => Layer33.succeed(Instructions, Instructions.of({ sources: [...sources] }));
|
|
8998
8998
|
var testLayer30 = (implementation) => Layer33.succeed(Instructions, Instructions.of(implementation));
|
|
8999
8999
|
|
|
9000
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
9000
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/memory.ts
|
|
9001
9001
|
var exports_memory = {};
|
|
9002
9002
|
__export(exports_memory, {
|
|
9003
9003
|
testLayer: () => testLayer31,
|
|
@@ -9028,7 +9028,7 @@ var merge = (first, second) => ({
|
|
|
9028
9028
|
var noopLayer = Layer34.succeed(Memory, Memory.of(noop));
|
|
9029
9029
|
var testLayer31 = (implementation) => Layer34.succeed(Memory, Memory.of(implementation));
|
|
9030
9030
|
|
|
9031
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
9031
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/model-middleware.ts
|
|
9032
9032
|
var exports_model_middleware = {};
|
|
9033
9033
|
__export(exports_model_middleware, {
|
|
9034
9034
|
layer: () => layer28,
|
|
@@ -9042,7 +9042,7 @@ class ModelMiddleware extends Context35.Service()("@batonfx/core/ModelMiddleware
|
|
|
9042
9042
|
var identityLayer = Layer35.succeed(ModelMiddleware, []);
|
|
9043
9043
|
var layer28 = (middleware) => Layer35.succeed(ModelMiddleware, middleware);
|
|
9044
9044
|
|
|
9045
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
9045
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/model-registry.ts
|
|
9046
9046
|
var exports_model_registry = {};
|
|
9047
9047
|
__export(exports_model_registry, {
|
|
9048
9048
|
testLayer: () => testLayer32,
|
|
@@ -9131,7 +9131,7 @@ var provide = (selection, effect) => Effect38.gen(function* () {
|
|
|
9131
9131
|
return yield* service.provide(selection, effect);
|
|
9132
9132
|
});
|
|
9133
9133
|
|
|
9134
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
9134
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/model-resilience.ts
|
|
9135
9135
|
var exports_model_resilience = {};
|
|
9136
9136
|
__export(exports_model_resilience, {
|
|
9137
9137
|
testLayer: () => testLayer33,
|
|
@@ -9177,7 +9177,7 @@ var apply = (model, resilience) => ({
|
|
|
9177
9177
|
}).pipe(Stream5.retry(retryStreamSchedule(resilience)))
|
|
9178
9178
|
});
|
|
9179
9179
|
|
|
9180
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
9180
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/permissions.ts
|
|
9181
9181
|
var exports_permissions = {};
|
|
9182
9182
|
__export(exports_permissions, {
|
|
9183
9183
|
testLayer: () => testLayer34,
|
|
@@ -9307,7 +9307,7 @@ var ruleStoreMemory = (initialRules = []) => Layer38.effect(RuleStore, Ref10.mak
|
|
|
9307
9307
|
var ruleStoreTestLayer = (implementation) => Layer38.succeed(RuleStore, RuleStore.of(implementation));
|
|
9308
9308
|
var testLayer34 = (implementation) => Layer38.succeed(Permissions, Permissions.of(implementation));
|
|
9309
9309
|
|
|
9310
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
9310
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/skill-source.ts
|
|
9311
9311
|
var exports_skill_source = {};
|
|
9312
9312
|
__export(exports_skill_source, {
|
|
9313
9313
|
testLayer: () => testLayer35,
|
|
@@ -9365,7 +9365,7 @@ var selectListings = (skills, budgetTokens, recentlyUsed) => {
|
|
|
9365
9365
|
return selected;
|
|
9366
9366
|
};
|
|
9367
9367
|
|
|
9368
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
9368
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/steering.ts
|
|
9369
9369
|
var exports_steering = {};
|
|
9370
9370
|
__export(exports_steering, {
|
|
9371
9371
|
testLayer: () => testLayer36,
|
|
@@ -9422,7 +9422,7 @@ var layer31 = (options = {}) => Layer40.effect(Steering, Effect42.gen(function*
|
|
|
9422
9422
|
}));
|
|
9423
9423
|
var testLayer36 = (implementation) => Layer40.succeed(Steering, Steering.of(implementation));
|
|
9424
9424
|
|
|
9425
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
9425
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/tool-context.ts
|
|
9426
9426
|
var exports_tool_context = {};
|
|
9427
9427
|
__export(exports_tool_context, {
|
|
9428
9428
|
testLayer: () => testLayer37,
|
|
@@ -9440,7 +9440,7 @@ var layerDefault = Layer41.sync(ToolContext, () => ToolContext.of({
|
|
|
9440
9440
|
}));
|
|
9441
9441
|
var testLayer37 = (implementation) => Layer41.succeed(ToolContext, ToolContext.of(implementation));
|
|
9442
9442
|
|
|
9443
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
9443
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/tool-executor.ts
|
|
9444
9444
|
var exports_tool_executor = {};
|
|
9445
9445
|
__export(exports_tool_executor, {
|
|
9446
9446
|
testLayer: () => testLayer38,
|
|
@@ -9566,7 +9566,7 @@ function router(routes) {
|
|
|
9566
9566
|
}
|
|
9567
9567
|
var testLayer38 = (implementation) => Layer42.succeed(ToolExecutor, ToolExecutor.of(implementation));
|
|
9568
9568
|
|
|
9569
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
9569
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/turn-policy.ts
|
|
9570
9570
|
var exports_turn_policy = {};
|
|
9571
9571
|
__export(exports_turn_policy, {
|
|
9572
9572
|
untilToolCall: () => untilToolCall,
|
|
@@ -9605,7 +9605,7 @@ var both = (first, second) => make4((info) => Effect45.gen(function* () {
|
|
|
9605
9605
|
}));
|
|
9606
9606
|
var defaultPolicy = recurs(8);
|
|
9607
9607
|
|
|
9608
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
9608
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/agent.ts
|
|
9609
9609
|
function make5(nameOrOptions, options = {}) {
|
|
9610
9610
|
const resolved = typeof nameOrOptions === "string" ? { ...options, name: nameOrOptions } : nameOrOptions;
|
|
9611
9611
|
return {
|
|
@@ -10302,7 +10302,7 @@ var generateObject = (agent, options) => Stream7.runFold(streamObject(agent, opt
|
|
|
10302
10302
|
})
|
|
10303
10303
|
})
|
|
10304
10304
|
})));
|
|
10305
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
10305
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/agent-tool.ts
|
|
10306
10306
|
var exports_agent_tool = {};
|
|
10307
10307
|
__export(exports_agent_tool, {
|
|
10308
10308
|
asTool: () => asTool
|
|
@@ -10351,16 +10351,13 @@ var asTool = (agent, options = {}) => {
|
|
|
10351
10351
|
const result = yield* generate(agent, { prompt }).pipe(Effect47.catchCause((cause) => {
|
|
10352
10352
|
if (Cause4.hasInterrupts(cause))
|
|
10353
10353
|
return Effect47.interrupt;
|
|
10354
|
-
const error = Cause4.squash(cause);
|
|
10355
|
-
if (error instanceof AgentSuspended)
|
|
10356
|
-
return Effect47.die(error);
|
|
10357
10354
|
return Effect47.fail(causeMessage(agent.name, cause));
|
|
10358
10355
|
}));
|
|
10359
10356
|
return yield* Effect47.try({ try: () => fromResult(result), catch: errorMessage2 });
|
|
10360
10357
|
});
|
|
10361
10358
|
return lazyHandled(toolkit, name, handler);
|
|
10362
10359
|
};
|
|
10363
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
10360
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/guardrail.ts
|
|
10364
10361
|
var exports_guardrail = {};
|
|
10365
10362
|
__export(exports_guardrail, {
|
|
10366
10363
|
validateInput: () => validateInput2,
|
|
@@ -10440,7 +10437,7 @@ var redactOutput = (options) => ({
|
|
|
10440
10437
|
var filterOutput = (keep) => ({
|
|
10441
10438
|
transformPart: (part, context) => Effect48.succeed(part.type === "tool-call" || keep(part, context) ? Option17.some(part) : Option17.none())
|
|
10442
10439
|
});
|
|
10443
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
10440
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/handoff.ts
|
|
10444
10441
|
var exports_handoff = {};
|
|
10445
10442
|
__export(exports_handoff, {
|
|
10446
10443
|
transferTool: () => transferTool,
|
|
@@ -10504,7 +10501,7 @@ var supervisor = (options) => {
|
|
|
10504
10501
|
};
|
|
10505
10502
|
};
|
|
10506
10503
|
|
|
10507
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
10504
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/index.ts
|
|
10508
10505
|
import {
|
|
10509
10506
|
AiError as AiError3,
|
|
10510
10507
|
Chat as Chat2,
|
|
@@ -15641,7 +15638,7 @@ __export(exports_language_model_registration, {
|
|
|
15641
15638
|
anthropic: () => anthropic
|
|
15642
15639
|
});
|
|
15643
15640
|
|
|
15644
|
-
// ../../node_modules/.bun/@batonfx+providers@0.3.
|
|
15641
|
+
// ../../node_modules/.bun/@batonfx+providers@0.3.7/node_modules/@batonfx/providers/src/anthropic.ts
|
|
15645
15642
|
import { AnthropicClient, AnthropicLanguageModel } from "@effect/ai-anthropic";
|
|
15646
15643
|
import { Layer as Layer70 } from "effect";
|
|
15647
15644
|
import { FetchHttpClient as FetchHttpClient2 } from "effect/unstable/http";
|
|
@@ -15657,13 +15654,13 @@ var anthropic = (input) => exports_model_registry.registrationFromLayer({
|
|
|
15657
15654
|
});
|
|
15658
15655
|
var anthropicClientLayerConfig = AnthropicClient.layerConfig;
|
|
15659
15656
|
var withAnthropic = (options) => exports_model_registry.layerFromRegistrationEffects([anthropic(options)]).pipe(Layer70.provide(AnthropicClient.layerConfig({ ...options.clientConfig, apiKey: options.apiKey })), Layer70.provide(FetchHttpClient2.layer));
|
|
15660
|
-
// ../../node_modules/.bun/@batonfx+providers@0.3.
|
|
15657
|
+
// ../../node_modules/.bun/@batonfx+providers@0.3.7/node_modules/@batonfx/providers/src/deterministic.ts
|
|
15661
15658
|
import { OpenAiClient as OpenAiClient3 } from "@effect/ai-openai";
|
|
15662
15659
|
import { Effect as Effect79, Layer as Layer72, Option as Option28, Stream as Stream11 } from "effect";
|
|
15663
15660
|
import { LanguageModel as LanguageModel8, Response as Response7 } from "effect/unstable/ai";
|
|
15664
15661
|
import { FetchHttpClient as FetchHttpClient4 } from "effect/unstable/http";
|
|
15665
15662
|
|
|
15666
|
-
// ../../node_modules/.bun/@batonfx+providers@0.3.
|
|
15663
|
+
// ../../node_modules/.bun/@batonfx+providers@0.3.7/node_modules/@batonfx/providers/src/openai.ts
|
|
15667
15664
|
import { OpenAiClient as OpenAiClient2, OpenAiLanguageModel } from "@effect/ai-openai";
|
|
15668
15665
|
import { Layer as Layer71 } from "effect";
|
|
15669
15666
|
import { FetchHttpClient as FetchHttpClient3 } from "effect/unstable/http";
|
|
@@ -15680,7 +15677,7 @@ var openAi = (input) => exports_model_registry.registrationFromLayer({
|
|
|
15680
15677
|
var openAiClientLayerConfig2 = OpenAiClient2.layerConfig;
|
|
15681
15678
|
var withOpenAi = (options) => exports_model_registry.layerFromRegistrationEffects([openAi(options)]).pipe(Layer71.provide(OpenAiClient2.layerConfig({ ...options.clientConfig, apiKey: options.apiKey })), Layer71.provide(FetchHttpClient3.layer));
|
|
15682
15679
|
|
|
15683
|
-
// ../../node_modules/.bun/@batonfx+providers@0.3.
|
|
15680
|
+
// ../../node_modules/.bun/@batonfx+providers@0.3.7/node_modules/@batonfx/providers/src/deterministic.ts
|
|
15684
15681
|
var deterministicModelLayer = Layer72.effect(LanguageModel8.LanguageModel, LanguageModel8.make({
|
|
15685
15682
|
generateText: () => Effect79.succeed([{ type: "text", text: "deterministic response" }]),
|
|
15686
15683
|
streamText: () => Stream11.make(Response7.makePart("text-delta", { id: "text", delta: "deterministic response" }))
|
|
@@ -15704,7 +15701,7 @@ var withOpenAiOrDeterministic = (options) => Layer72.unwrap(Effect79.gen(functio
|
|
|
15704
15701
|
...Option28.isSome(openAiRegistration) ? [openAiRegistration.value] : []
|
|
15705
15702
|
]);
|
|
15706
15703
|
}));
|
|
15707
|
-
// ../../node_modules/.bun/@batonfx+providers@0.3.
|
|
15704
|
+
// ../../node_modules/.bun/@batonfx+providers@0.3.7/node_modules/@batonfx/providers/src/openai-compat.ts
|
|
15708
15705
|
import { OpenAiClient as OpenAiClient4, OpenAiLanguageModel as OpenAiLanguageModel2 } from "@effect/ai-openai-compat";
|
|
15709
15706
|
import { Config as Config8, Layer as Layer73 } from "effect";
|
|
15710
15707
|
import { FetchHttpClient as FetchHttpClient5 } from "effect/unstable/http";
|
|
@@ -15725,7 +15722,7 @@ var clientLayerConfig = (options) => OpenAiClient4.layerConfig({
|
|
|
15725
15722
|
...options.baseUrl === undefined ? {} : { apiUrl: Config8.succeed(options.baseUrl) }
|
|
15726
15723
|
});
|
|
15727
15724
|
var withOpenAiCompatible = (options) => exports_model_registry.layerFromRegistrationEffects([openAiCompatible(options)]).pipe(Layer73.provide(clientLayerConfig(options)), Layer73.provide(FetchHttpClient5.layer));
|
|
15728
|
-
// ../../node_modules/.bun/@batonfx+providers@0.3.
|
|
15725
|
+
// ../../node_modules/.bun/@batonfx+providers@0.3.7/node_modules/@batonfx/providers/src/openrouter.ts
|
|
15729
15726
|
import { OpenRouterClient, OpenRouterLanguageModel } from "@effect/ai-openrouter";
|
|
15730
15727
|
import { Layer as Layer74 } from "effect";
|
|
15731
15728
|
import { FetchHttpClient as FetchHttpClient6 } from "effect/unstable/http";
|
package/dist/index.js
CHANGED
|
@@ -8481,7 +8481,7 @@ __export(exports_agent_loop_service, {
|
|
|
8481
8481
|
AgentLoopBudgetExceeded: () => AgentLoopBudgetExceeded
|
|
8482
8482
|
});
|
|
8483
8483
|
|
|
8484
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
8484
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/agent.ts
|
|
8485
8485
|
var exports_agent = {};
|
|
8486
8486
|
__export(exports_agent, {
|
|
8487
8487
|
streamObject: () => streamObject,
|
|
@@ -8494,7 +8494,7 @@ __export(exports_agent, {
|
|
|
8494
8494
|
import { Cause as Cause3, Effect as Effect46, Fiber, Option as Option16, Queue as Queue2, Ref as Ref11, Schema as Schema48, Stream as Stream7 } from "effect";
|
|
8495
8495
|
import { Chat, LanguageModel as LanguageModel4, Prompt as Prompt4, Response as Response3, Telemetry, Tokenizer as Tokenizer2, Tool as Tool4, Toolkit as Toolkit3 } from "effect/unstable/ai";
|
|
8496
8496
|
|
|
8497
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
8497
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/agent-event.ts
|
|
8498
8498
|
var exports_agent_event = {};
|
|
8499
8499
|
__export(exports_agent_event, {
|
|
8500
8500
|
addUsage: () => addUsage,
|
|
@@ -8551,7 +8551,7 @@ class AgentSuspended extends Schema38.TaggedErrorClass()("@batonfx/core/AgentSus
|
|
|
8551
8551
|
}) {
|
|
8552
8552
|
}
|
|
8553
8553
|
|
|
8554
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
8554
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/approvals.ts
|
|
8555
8555
|
var exports_approvals = {};
|
|
8556
8556
|
__export(exports_approvals, {
|
|
8557
8557
|
testLayer: () => testLayer26,
|
|
@@ -8567,7 +8567,7 @@ var autoApprove = Layer29.succeed(Approvals, Approvals.of({ check: () => Effect3
|
|
|
8567
8567
|
var denyAll = Layer29.succeed(Approvals, Approvals.of({ check: () => Effect31.succeed({ _tag: "Denied" }) }));
|
|
8568
8568
|
var testLayer26 = (implementation) => Layer29.succeed(Approvals, Approvals.of(implementation));
|
|
8569
8569
|
|
|
8570
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
8570
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/compaction.ts
|
|
8571
8571
|
var exports_compaction = {};
|
|
8572
8572
|
__export(exports_compaction, {
|
|
8573
8573
|
truncate: () => truncate,
|
|
@@ -8585,7 +8585,7 @@ __export(exports_compaction, {
|
|
|
8585
8585
|
import { Context as Context32, Effect as Effect34, Layer as Layer32, Option as Option10, Schema as Schema41 } from "effect";
|
|
8586
8586
|
import { LanguageModel, Prompt as Prompt3, Tokenizer, Toolkit as Toolkit2 } from "effect/unstable/ai";
|
|
8587
8587
|
|
|
8588
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
8588
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/session.ts
|
|
8589
8589
|
var exports_session = {};
|
|
8590
8590
|
__export(exports_session, {
|
|
8591
8591
|
testLayer: () => testLayer27,
|
|
@@ -8758,7 +8758,7 @@ var memoryLayer24 = Layer30.effect(SessionStore, Ref7.make(initialState).pipe(Ef
|
|
|
8758
8758
|
}))));
|
|
8759
8759
|
var testLayer27 = (implementation) => Layer30.succeed(SessionStore, SessionStore.of(implementation));
|
|
8760
8760
|
|
|
8761
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
8761
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/tool-output.ts
|
|
8762
8762
|
var exports_tool_output = {};
|
|
8763
8763
|
__export(exports_tool_output, {
|
|
8764
8764
|
testLayer: () => testLayer28,
|
|
@@ -8818,7 +8818,7 @@ var bound = (result, options) => Effect33.gen(function* () {
|
|
|
8818
8818
|
return { _tag: "Success", result: output, encodedResult: output };
|
|
8819
8819
|
});
|
|
8820
8820
|
|
|
8821
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
8821
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/compaction.ts
|
|
8822
8822
|
var DEFAULT_RESERVE_TOKENS = 16384;
|
|
8823
8823
|
var DEFAULT_KEEP_RECENT_TOKENS = 20000;
|
|
8824
8824
|
var SUMMARY_TEMPLATE = `Summarize the conversation so another agent can continue seamlessly.
|
|
@@ -9001,7 +9001,7 @@ var truncate = (maxTokens) => ({
|
|
|
9001
9001
|
var testLayer29 = (implementation) => Layer32.succeed(Compaction, Compaction.of(implementation));
|
|
9002
9002
|
var isContextOverflow = (error) => /context|token|prompt/i.test(error instanceof Error ? `${error.name}: ${error.message}` : String(error)) && /overflow|exceed|exceeded|maximum|too large|too long|length/i.test(error instanceof Error ? `${error.name}: ${error.message}` : String(error));
|
|
9003
9003
|
|
|
9004
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
9004
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/instructions.ts
|
|
9005
9005
|
var exports_instructions = {};
|
|
9006
9006
|
__export(exports_instructions, {
|
|
9007
9007
|
testLayer: () => testLayer30,
|
|
@@ -9050,7 +9050,7 @@ var renderUpdate = (epoch, context) => Effect35.gen(function* () {
|
|
|
9050
9050
|
var layer27 = (sources) => Layer33.succeed(Instructions, Instructions.of({ sources: [...sources] }));
|
|
9051
9051
|
var testLayer30 = (implementation) => Layer33.succeed(Instructions, Instructions.of(implementation));
|
|
9052
9052
|
|
|
9053
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
9053
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/memory.ts
|
|
9054
9054
|
var exports_memory = {};
|
|
9055
9055
|
__export(exports_memory, {
|
|
9056
9056
|
testLayer: () => testLayer31,
|
|
@@ -9081,7 +9081,7 @@ var merge = (first, second) => ({
|
|
|
9081
9081
|
var noopLayer = Layer34.succeed(Memory, Memory.of(noop));
|
|
9082
9082
|
var testLayer31 = (implementation) => Layer34.succeed(Memory, Memory.of(implementation));
|
|
9083
9083
|
|
|
9084
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
9084
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/model-middleware.ts
|
|
9085
9085
|
var exports_model_middleware = {};
|
|
9086
9086
|
__export(exports_model_middleware, {
|
|
9087
9087
|
layer: () => layer28,
|
|
@@ -9095,7 +9095,7 @@ class ModelMiddleware extends Context35.Service()("@batonfx/core/ModelMiddleware
|
|
|
9095
9095
|
var identityLayer = Layer35.succeed(ModelMiddleware, []);
|
|
9096
9096
|
var layer28 = (middleware) => Layer35.succeed(ModelMiddleware, middleware);
|
|
9097
9097
|
|
|
9098
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
9098
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/model-registry.ts
|
|
9099
9099
|
var exports_model_registry = {};
|
|
9100
9100
|
__export(exports_model_registry, {
|
|
9101
9101
|
testLayer: () => testLayer32,
|
|
@@ -9184,7 +9184,7 @@ var provide = (selection, effect) => Effect38.gen(function* () {
|
|
|
9184
9184
|
return yield* service.provide(selection, effect);
|
|
9185
9185
|
});
|
|
9186
9186
|
|
|
9187
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
9187
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/model-resilience.ts
|
|
9188
9188
|
var exports_model_resilience = {};
|
|
9189
9189
|
__export(exports_model_resilience, {
|
|
9190
9190
|
testLayer: () => testLayer33,
|
|
@@ -9230,7 +9230,7 @@ var apply = (model, resilience) => ({
|
|
|
9230
9230
|
}).pipe(Stream5.retry(retryStreamSchedule(resilience)))
|
|
9231
9231
|
});
|
|
9232
9232
|
|
|
9233
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
9233
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/permissions.ts
|
|
9234
9234
|
var exports_permissions = {};
|
|
9235
9235
|
__export(exports_permissions, {
|
|
9236
9236
|
testLayer: () => testLayer34,
|
|
@@ -9360,7 +9360,7 @@ var ruleStoreMemory = (initialRules = []) => Layer38.effect(RuleStore, Ref10.mak
|
|
|
9360
9360
|
var ruleStoreTestLayer = (implementation) => Layer38.succeed(RuleStore, RuleStore.of(implementation));
|
|
9361
9361
|
var testLayer34 = (implementation) => Layer38.succeed(Permissions, Permissions.of(implementation));
|
|
9362
9362
|
|
|
9363
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
9363
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/skill-source.ts
|
|
9364
9364
|
var exports_skill_source = {};
|
|
9365
9365
|
__export(exports_skill_source, {
|
|
9366
9366
|
testLayer: () => testLayer35,
|
|
@@ -9418,7 +9418,7 @@ var selectListings = (skills, budgetTokens, recentlyUsed) => {
|
|
|
9418
9418
|
return selected;
|
|
9419
9419
|
};
|
|
9420
9420
|
|
|
9421
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
9421
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/steering.ts
|
|
9422
9422
|
var exports_steering = {};
|
|
9423
9423
|
__export(exports_steering, {
|
|
9424
9424
|
testLayer: () => testLayer36,
|
|
@@ -9475,7 +9475,7 @@ var layer31 = (options = {}) => Layer40.effect(Steering, Effect42.gen(function*
|
|
|
9475
9475
|
}));
|
|
9476
9476
|
var testLayer36 = (implementation) => Layer40.succeed(Steering, Steering.of(implementation));
|
|
9477
9477
|
|
|
9478
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
9478
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/tool-context.ts
|
|
9479
9479
|
var exports_tool_context = {};
|
|
9480
9480
|
__export(exports_tool_context, {
|
|
9481
9481
|
testLayer: () => testLayer37,
|
|
@@ -9493,7 +9493,7 @@ var layerDefault = Layer41.sync(ToolContext, () => ToolContext.of({
|
|
|
9493
9493
|
}));
|
|
9494
9494
|
var testLayer37 = (implementation) => Layer41.succeed(ToolContext, ToolContext.of(implementation));
|
|
9495
9495
|
|
|
9496
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
9496
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/tool-executor.ts
|
|
9497
9497
|
var exports_tool_executor = {};
|
|
9498
9498
|
__export(exports_tool_executor, {
|
|
9499
9499
|
testLayer: () => testLayer38,
|
|
@@ -9619,7 +9619,7 @@ function router(routes) {
|
|
|
9619
9619
|
}
|
|
9620
9620
|
var testLayer38 = (implementation) => Layer42.succeed(ToolExecutor, ToolExecutor.of(implementation));
|
|
9621
9621
|
|
|
9622
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
9622
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/turn-policy.ts
|
|
9623
9623
|
var exports_turn_policy = {};
|
|
9624
9624
|
__export(exports_turn_policy, {
|
|
9625
9625
|
untilToolCall: () => untilToolCall,
|
|
@@ -9658,7 +9658,7 @@ var both = (first, second) => make4((info) => Effect45.gen(function* () {
|
|
|
9658
9658
|
}));
|
|
9659
9659
|
var defaultPolicy = recurs(8);
|
|
9660
9660
|
|
|
9661
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
9661
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/agent.ts
|
|
9662
9662
|
function make5(nameOrOptions, options = {}) {
|
|
9663
9663
|
const resolved = typeof nameOrOptions === "string" ? { ...options, name: nameOrOptions } : nameOrOptions;
|
|
9664
9664
|
return {
|
|
@@ -10355,7 +10355,7 @@ var generateObject = (agent, options) => Stream7.runFold(streamObject(agent, opt
|
|
|
10355
10355
|
})
|
|
10356
10356
|
})
|
|
10357
10357
|
})));
|
|
10358
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
10358
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/agent-tool.ts
|
|
10359
10359
|
var exports_agent_tool = {};
|
|
10360
10360
|
__export(exports_agent_tool, {
|
|
10361
10361
|
asTool: () => asTool
|
|
@@ -10404,16 +10404,13 @@ var asTool = (agent, options = {}) => {
|
|
|
10404
10404
|
const result = yield* generate(agent, { prompt }).pipe(Effect47.catchCause((cause) => {
|
|
10405
10405
|
if (Cause4.hasInterrupts(cause))
|
|
10406
10406
|
return Effect47.interrupt;
|
|
10407
|
-
const error = Cause4.squash(cause);
|
|
10408
|
-
if (error instanceof AgentSuspended)
|
|
10409
|
-
return Effect47.die(error);
|
|
10410
10407
|
return Effect47.fail(causeMessage(agent.name, cause));
|
|
10411
10408
|
}));
|
|
10412
10409
|
return yield* Effect47.try({ try: () => fromResult(result), catch: errorMessage2 });
|
|
10413
10410
|
});
|
|
10414
10411
|
return lazyHandled(toolkit, name, handler);
|
|
10415
10412
|
};
|
|
10416
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
10413
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/guardrail.ts
|
|
10417
10414
|
var exports_guardrail = {};
|
|
10418
10415
|
__export(exports_guardrail, {
|
|
10419
10416
|
validateInput: () => validateInput2,
|
|
@@ -10493,7 +10490,7 @@ var redactOutput = (options) => ({
|
|
|
10493
10490
|
var filterOutput = (keep) => ({
|
|
10494
10491
|
transformPart: (part, context) => Effect48.succeed(part.type === "tool-call" || keep(part, context) ? Option17.some(part) : Option17.none())
|
|
10495
10492
|
});
|
|
10496
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
10493
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/handoff.ts
|
|
10497
10494
|
var exports_handoff = {};
|
|
10498
10495
|
__export(exports_handoff, {
|
|
10499
10496
|
transferTool: () => transferTool,
|
|
@@ -10557,7 +10554,7 @@ var supervisor = (options) => {
|
|
|
10557
10554
|
};
|
|
10558
10555
|
};
|
|
10559
10556
|
|
|
10560
|
-
// ../../node_modules/.bun/@batonfx+core@0.3.
|
|
10557
|
+
// ../../node_modules/.bun/@batonfx+core@0.3.7/node_modules/@batonfx/core/src/index.ts
|
|
10561
10558
|
import {
|
|
10562
10559
|
AiError as AiError3,
|
|
10563
10560
|
Chat as Chat2,
|
|
@@ -16806,7 +16803,7 @@ __export(exports_language_model_registration, {
|
|
|
16806
16803
|
anthropic: () => anthropic
|
|
16807
16804
|
});
|
|
16808
16805
|
|
|
16809
|
-
// ../../node_modules/.bun/@batonfx+providers@0.3.
|
|
16806
|
+
// ../../node_modules/.bun/@batonfx+providers@0.3.7/node_modules/@batonfx/providers/src/anthropic.ts
|
|
16810
16807
|
import { AnthropicClient, AnthropicLanguageModel } from "@effect/ai-anthropic";
|
|
16811
16808
|
import { Layer as Layer72 } from "effect";
|
|
16812
16809
|
import { FetchHttpClient as FetchHttpClient2 } from "effect/unstable/http";
|
|
@@ -16822,13 +16819,13 @@ var anthropic = (input) => exports_model_registry.registrationFromLayer({
|
|
|
16822
16819
|
});
|
|
16823
16820
|
var anthropicClientLayerConfig = AnthropicClient.layerConfig;
|
|
16824
16821
|
var withAnthropic = (options) => exports_model_registry.layerFromRegistrationEffects([anthropic(options)]).pipe(Layer72.provide(AnthropicClient.layerConfig({ ...options.clientConfig, apiKey: options.apiKey })), Layer72.provide(FetchHttpClient2.layer));
|
|
16825
|
-
// ../../node_modules/.bun/@batonfx+providers@0.3.
|
|
16822
|
+
// ../../node_modules/.bun/@batonfx+providers@0.3.7/node_modules/@batonfx/providers/src/deterministic.ts
|
|
16826
16823
|
import { OpenAiClient as OpenAiClient3 } from "@effect/ai-openai";
|
|
16827
16824
|
import { Effect as Effect81, Layer as Layer74, Option as Option29, Stream as Stream12 } from "effect";
|
|
16828
16825
|
import { LanguageModel as LanguageModel8, Response as Response7 } from "effect/unstable/ai";
|
|
16829
16826
|
import { FetchHttpClient as FetchHttpClient4 } from "effect/unstable/http";
|
|
16830
16827
|
|
|
16831
|
-
// ../../node_modules/.bun/@batonfx+providers@0.3.
|
|
16828
|
+
// ../../node_modules/.bun/@batonfx+providers@0.3.7/node_modules/@batonfx/providers/src/openai.ts
|
|
16832
16829
|
import { OpenAiClient as OpenAiClient2, OpenAiLanguageModel } from "@effect/ai-openai";
|
|
16833
16830
|
import { Layer as Layer73 } from "effect";
|
|
16834
16831
|
import { FetchHttpClient as FetchHttpClient3 } from "effect/unstable/http";
|
|
@@ -16845,7 +16842,7 @@ var openAi = (input) => exports_model_registry.registrationFromLayer({
|
|
|
16845
16842
|
var openAiClientLayerConfig2 = OpenAiClient2.layerConfig;
|
|
16846
16843
|
var withOpenAi = (options) => exports_model_registry.layerFromRegistrationEffects([openAi(options)]).pipe(Layer73.provide(OpenAiClient2.layerConfig({ ...options.clientConfig, apiKey: options.apiKey })), Layer73.provide(FetchHttpClient3.layer));
|
|
16847
16844
|
|
|
16848
|
-
// ../../node_modules/.bun/@batonfx+providers@0.3.
|
|
16845
|
+
// ../../node_modules/.bun/@batonfx+providers@0.3.7/node_modules/@batonfx/providers/src/deterministic.ts
|
|
16849
16846
|
var deterministicModelLayer = Layer74.effect(LanguageModel8.LanguageModel, LanguageModel8.make({
|
|
16850
16847
|
generateText: () => Effect81.succeed([{ type: "text", text: "deterministic response" }]),
|
|
16851
16848
|
streamText: () => Stream12.make(Response7.makePart("text-delta", { id: "text", delta: "deterministic response" }))
|
|
@@ -16869,7 +16866,7 @@ var withOpenAiOrDeterministic = (options) => Layer74.unwrap(Effect81.gen(functio
|
|
|
16869
16866
|
...Option29.isSome(openAiRegistration) ? [openAiRegistration.value] : []
|
|
16870
16867
|
]);
|
|
16871
16868
|
}));
|
|
16872
|
-
// ../../node_modules/.bun/@batonfx+providers@0.3.
|
|
16869
|
+
// ../../node_modules/.bun/@batonfx+providers@0.3.7/node_modules/@batonfx/providers/src/openai-compat.ts
|
|
16873
16870
|
import { OpenAiClient as OpenAiClient4, OpenAiLanguageModel as OpenAiLanguageModel2 } from "@effect/ai-openai-compat";
|
|
16874
16871
|
import { Config as Config8, Layer as Layer75 } from "effect";
|
|
16875
16872
|
import { FetchHttpClient as FetchHttpClient5 } from "effect/unstable/http";
|
|
@@ -16890,7 +16887,7 @@ var clientLayerConfig = (options) => OpenAiClient4.layerConfig({
|
|
|
16890
16887
|
...options.baseUrl === undefined ? {} : { apiUrl: Config8.succeed(options.baseUrl) }
|
|
16891
16888
|
});
|
|
16892
16889
|
var withOpenAiCompatible = (options) => exports_model_registry.layerFromRegistrationEffects([openAiCompatible(options)]).pipe(Layer75.provide(clientLayerConfig(options)), Layer75.provide(FetchHttpClient5.layer));
|
|
16893
|
-
// ../../node_modules/.bun/@batonfx+providers@0.3.
|
|
16890
|
+
// ../../node_modules/.bun/@batonfx+providers@0.3.7/node_modules/@batonfx/providers/src/openrouter.ts
|
|
16894
16891
|
import { OpenRouterClient, OpenRouterLanguageModel } from "@effect/ai-openrouter";
|
|
16895
16892
|
import { Layer as Layer76 } from "effect";
|
|
16896
16893
|
import { FetchHttpClient as FetchHttpClient6 } from "effect/unstable/http";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@relayfx/sdk",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.48",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"typecheck": "bun tsc --noEmit"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@batonfx/core": "0.3.
|
|
29
|
-
"@batonfx/providers": "0.3.
|
|
28
|
+
"@batonfx/core": "0.3.7",
|
|
29
|
+
"@batonfx/providers": "0.3.7",
|
|
30
30
|
"@effect/ai-anthropic": "4.0.0-beta.93",
|
|
31
31
|
"@effect/ai-openai": "4.0.0-beta.93",
|
|
32
32
|
"@effect/ai-openai-compat": "4.0.0-beta.93",
|