@theokit/agents 4.19.0 → 4.20.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/bridge.js
CHANGED
|
@@ -3024,6 +3024,7 @@ var AgentRunnerBuilder = class {
|
|
|
3024
3024
|
|
|
3025
3025
|
// src/loop/goal-runner.ts
|
|
3026
3026
|
import { runGoalLoop } from "@theokit/sdk";
|
|
3027
|
+
import { JudgeCredentialError } from "@theokit/sdk";
|
|
3027
3028
|
var GoalRunner = class {
|
|
3028
3029
|
static {
|
|
3029
3030
|
__name(this, "GoalRunner");
|
|
@@ -3494,6 +3495,7 @@ export {
|
|
|
3494
3495
|
AgentRunner,
|
|
3495
3496
|
AgentRunnerBuilder,
|
|
3496
3497
|
GoalRunner,
|
|
3498
|
+
JudgeCredentialError,
|
|
3497
3499
|
delegate,
|
|
3498
3500
|
createToolHooksPlugin,
|
|
3499
3501
|
runWithApiErrorHandling,
|
|
@@ -3506,4 +3508,4 @@ export {
|
|
|
3506
3508
|
generateAgentManifest,
|
|
3507
3509
|
agentsPlugin
|
|
3508
3510
|
};
|
|
3509
|
-
//# sourceMappingURL=chunk-
|
|
3511
|
+
//# sourceMappingURL=chunk-P6FAJGIU.js.map
|