@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.
package/dist/index.js CHANGED
@@ -14126,40 +14126,7 @@ var visualComposerInputSchema = external_exports.object({
14126
14126
  assetGraph: assetGraphSchema.optional()
14127
14127
  }).strict();
14128
14128
 
14129
- // ../mote-core/dist/debug/log-event.js
14130
- var defaultMoteLogRedactPaths = [
14131
- "attributes.auth.token",
14132
- "attributes.http.request.header.authorization",
14133
- "attributes.http.request.header.cookie",
14134
- "body.headers.authorization",
14135
- "body.headers.cookie",
14136
- "body.apiKey",
14137
- "body.context",
14138
- "body.password",
14139
- "body.token",
14140
- "body.error.stack"
14141
- ];
14142
- var moteLogPolicyPresets = {
14143
- localDebug: {
14144
- bodyMode: "full",
14145
- redactionMode: "censor",
14146
- maxBodyBytes: 256 * 1024,
14147
- redactPaths: defaultMoteLogRedactPaths
14148
- },
14149
- production: {
14150
- bodyMode: "summary",
14151
- redactionMode: "remove",
14152
- maxBodyBytes: 4 * 1024,
14153
- redactPaths: defaultMoteLogRedactPaths
14154
- },
14155
- thirdParty: {
14156
- bodyMode: "drop",
14157
- redactionMode: "remove",
14158
- redactPaths: defaultMoteLogRedactPaths
14159
- }
14160
- };
14161
-
14162
- // ../mote-core/dist/debug/planner-artifact-pool-snapshot.js
14129
+ // ../mote-core/dist/planner-artifact-pool-observability.js
14163
14130
  var DEFAULT_PLANNER_ARTIFACT_POOL_SNAPSHOT_MAX_BYTES = 64 * 1024;
14164
14131
 
14165
14132
  // ../mote-core/dist/contracts/data-result.js