@liy/agent-runner 0.3.1 → 0.3.3

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.
@@ -14011,40 +14011,7 @@ var visualComposerInputSchema = external_exports.object({
14011
14011
  assetGraph: assetGraphSchema.optional()
14012
14012
  }).strict();
14013
14013
 
14014
- // ../mote-core/dist/debug/log-event.js
14015
- var defaultMoteLogRedactPaths = [
14016
- "attributes.auth.token",
14017
- "attributes.http.request.header.authorization",
14018
- "attributes.http.request.header.cookie",
14019
- "body.headers.authorization",
14020
- "body.headers.cookie",
14021
- "body.apiKey",
14022
- "body.context",
14023
- "body.password",
14024
- "body.token",
14025
- "body.error.stack"
14026
- ];
14027
- var moteLogPolicyPresets = {
14028
- localDebug: {
14029
- bodyMode: "full",
14030
- redactionMode: "censor",
14031
- maxBodyBytes: 256 * 1024,
14032
- redactPaths: defaultMoteLogRedactPaths
14033
- },
14034
- production: {
14035
- bodyMode: "summary",
14036
- redactionMode: "remove",
14037
- maxBodyBytes: 4 * 1024,
14038
- redactPaths: defaultMoteLogRedactPaths
14039
- },
14040
- thirdParty: {
14041
- bodyMode: "drop",
14042
- redactionMode: "remove",
14043
- redactPaths: defaultMoteLogRedactPaths
14044
- }
14045
- };
14046
-
14047
- // ../mote-core/dist/debug/planner-artifact-pool-snapshot.js
14014
+ // ../mote-core/dist/planner-artifact-pool-observability.js
14048
14015
  var DEFAULT_PLANNER_ARTIFACT_POOL_SNAPSHOT_MAX_BYTES = 64 * 1024;
14049
14016
 
14050
14017
  // ../mote-core/dist/contracts/data-result.js