pulseed 0.1.3 → 0.1.5
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/adapters/{a2a-adapter.d.ts → agents/a2a-adapter.d.ts} +1 -1
- package/dist/adapters/agents/a2a-adapter.d.ts.map +1 -0
- package/dist/adapters/{a2a-adapter.js → agents/a2a-adapter.js} +1 -1
- package/dist/adapters/agents/a2a-adapter.js.map +1 -0
- package/dist/adapters/{a2a-client.d.ts → agents/a2a-client.d.ts} +1 -1
- package/dist/adapters/agents/a2a-client.d.ts.map +1 -0
- package/dist/adapters/{a2a-client.js → agents/a2a-client.js} +1 -1
- package/dist/adapters/agents/a2a-client.js.map +1 -0
- package/dist/adapters/{agent-profile-loader.d.ts → agents/agent-profile-loader.d.ts} +1 -1
- package/dist/adapters/agents/agent-profile-loader.d.ts.map +1 -0
- package/dist/adapters/{agent-profile-loader.js → agents/agent-profile-loader.js} +1 -1
- package/dist/adapters/agents/agent-profile-loader.js.map +1 -0
- package/dist/adapters/{browser-use-cli.d.ts → agents/browser-use-cli.d.ts} +1 -1
- package/dist/adapters/agents/browser-use-cli.d.ts.map +1 -0
- package/dist/adapters/{browser-use-cli.js → agents/browser-use-cli.js} +6 -2
- package/dist/adapters/agents/browser-use-cli.js.map +1 -0
- package/dist/adapters/{claude-api.d.ts → agents/claude-api.d.ts} +2 -2
- package/dist/adapters/agents/claude-api.d.ts.map +1 -0
- package/dist/adapters/{claude-api.js → agents/claude-api.js} +2 -1
- package/dist/adapters/agents/claude-api.js.map +1 -0
- package/dist/adapters/{claude-code-cli.d.ts → agents/claude-code-cli.d.ts} +1 -1
- package/dist/adapters/agents/claude-code-cli.d.ts.map +1 -0
- package/dist/adapters/{claude-code-cli.js → agents/claude-code-cli.js} +6 -2
- package/dist/adapters/agents/claude-code-cli.js.map +1 -0
- package/dist/adapters/{openai-codex.d.ts → agents/openai-codex.d.ts} +2 -2
- package/dist/adapters/agents/openai-codex.d.ts.map +1 -0
- package/dist/adapters/{openai-codex.js → agents/openai-codex.js} +6 -2
- package/dist/adapters/agents/openai-codex.js.map +1 -0
- package/dist/adapters/{openclaw-acp.d.ts → agents/openclaw-acp.d.ts} +1 -1
- package/dist/adapters/agents/openclaw-acp.d.ts.map +1 -0
- package/dist/adapters/agents/openclaw-acp.js.map +1 -0
- package/dist/adapters/{file-existence-datasource.d.ts → datasources/file-existence-datasource.d.ts} +2 -2
- package/dist/adapters/datasources/file-existence-datasource.d.ts.map +1 -0
- package/dist/adapters/datasources/file-existence-datasource.js.map +1 -0
- package/dist/adapters/{github-issue-datasource.d.ts → datasources/github-issue-datasource.d.ts} +2 -2
- package/dist/adapters/datasources/github-issue-datasource.d.ts.map +1 -0
- package/dist/adapters/datasources/github-issue-datasource.js.map +1 -0
- package/dist/adapters/{mcp-datasource.d.ts → datasources/mcp-datasource.d.ts} +3 -3
- package/dist/adapters/datasources/mcp-datasource.d.ts.map +1 -0
- package/dist/adapters/datasources/mcp-datasource.js.map +1 -0
- package/dist/adapters/{openclaw-datasource.d.ts → datasources/openclaw-datasource.d.ts} +2 -2
- package/dist/adapters/datasources/openclaw-datasource.d.ts.map +1 -0
- package/dist/adapters/datasources/openclaw-datasource.js.map +1 -0
- package/dist/adapters/{shell-datasource.d.ts → datasources/shell-datasource.d.ts} +3 -3
- package/dist/adapters/datasources/shell-datasource.d.ts.map +1 -0
- package/dist/adapters/datasources/shell-datasource.js.map +1 -0
- package/dist/adapters/github-issue.js +1 -1
- package/dist/adapters/github-issue.js.map +1 -1
- package/dist/adapters/mcp-client-manager.d.ts +1 -1
- package/dist/adapters/mcp-client-manager.d.ts.map +1 -1
- package/dist/adapters/mcp-client-manager.js +1 -1
- package/dist/adapters/mcp-client-manager.js.map +1 -1
- package/dist/chat/chat-history.d.ts +80 -0
- package/dist/chat/chat-history.d.ts.map +1 -0
- package/dist/chat/chat-history.js +70 -0
- package/dist/chat/chat-history.js.map +1 -0
- package/dist/chat/chat-runner.d.ts +79 -0
- package/dist/chat/chat-runner.d.ts.map +1 -0
- package/dist/chat/chat-runner.js +279 -0
- package/dist/chat/chat-runner.js.map +1 -0
- package/dist/chat/chat-verifier.d.ts +13 -0
- package/dist/chat/chat-verifier.d.ts.map +1 -0
- package/dist/chat/chat-verifier.js +35 -0
- package/dist/chat/chat-verifier.js.map +1 -0
- package/dist/chat/escalation.d.ts +30 -0
- package/dist/chat/escalation.d.ts.map +1 -0
- package/dist/chat/escalation.js +53 -0
- package/dist/chat/escalation.js.map +1 -0
- package/dist/chat/grounding.d.ts +8 -0
- package/dist/chat/grounding.d.ts.map +1 -0
- package/dist/chat/grounding.js +104 -0
- package/dist/chat/grounding.js.map +1 -0
- package/dist/chat/mutation-tool-defs.d.ts +19 -0
- package/dist/chat/mutation-tool-defs.d.ts.map +1 -0
- package/dist/chat/mutation-tool-defs.js +154 -0
- package/dist/chat/mutation-tool-defs.js.map +1 -0
- package/dist/chat/self-knowledge-mutation-tools.d.ts +5 -0
- package/dist/chat/self-knowledge-mutation-tools.d.ts.map +1 -0
- package/dist/chat/self-knowledge-mutation-tools.js +249 -0
- package/dist/chat/self-knowledge-mutation-tools.js.map +1 -0
- package/dist/chat/self-knowledge-tools.d.ts +22 -0
- package/dist/chat/self-knowledge-tools.d.ts.map +1 -0
- package/dist/chat/self-knowledge-tools.js +261 -0
- package/dist/chat/self-knowledge-tools.js.map +1 -0
- package/dist/cli/cli-command-registry 2.d.ts +16 -0
- package/dist/cli/cli-command-registry 2.d.ts.map +1 -0
- package/dist/cli/cli-command-registry 2.js +408 -0
- package/dist/cli/cli-command-registry 2.js.map +1 -0
- package/dist/cli/cli-command-registry.d.ts +16 -0
- package/dist/cli/cli-command-registry.d.ts.map +1 -0
- package/dist/cli/cli-command-registry.js +408 -0
- package/dist/cli/cli-command-registry.js.map +1 -0
- package/dist/cli/cli-runner.d.ts.map +1 -0
- package/dist/cli/cli-runner.js +122 -0
- package/dist/cli/cli-runner.js.map +1 -0
- package/dist/cli/commands/chat.d.ts +3 -0
- package/dist/cli/commands/chat.d.ts.map +1 -0
- package/dist/cli/commands/chat.js +148 -0
- package/dist/cli/commands/chat.js.map +1 -0
- package/dist/cli/commands/config.d.ts +1 -1
- package/dist/cli/commands/config.d.ts.map +1 -1
- package/dist/cli/commands/config.js +1 -1
- package/dist/cli/commands/config.js.map +1 -1
- package/dist/cli/commands/daemon.d.ts +1 -1
- package/dist/cli/commands/daemon.d.ts.map +1 -1
- package/dist/cli/commands/daemon.js +97 -14
- package/dist/cli/commands/daemon.js.map +1 -1
- package/dist/cli/commands/doctor.d.ts +19 -0
- package/dist/cli/commands/doctor.d.ts.map +1 -0
- package/dist/cli/commands/doctor.js +203 -0
- package/dist/cli/commands/doctor.js.map +1 -0
- package/dist/cli/commands/goal-dispatch.d.ts +1 -1
- package/dist/cli/commands/goal-dispatch.d.ts.map +1 -1
- package/dist/cli/commands/goal-raw.d.ts +1 -1
- package/dist/cli/commands/goal-raw.d.ts.map +1 -1
- package/dist/cli/commands/goal-read.d.ts +2 -2
- package/dist/cli/commands/goal-read.d.ts.map +1 -1
- package/dist/cli/commands/goal-read.js +1 -1
- package/dist/cli/commands/goal-read.js.map +1 -1
- package/dist/cli/commands/goal-utils.d.ts +1 -1
- package/dist/cli/commands/goal-utils.d.ts.map +1 -1
- package/dist/cli/commands/goal-utils.js +1 -0
- package/dist/cli/commands/goal-utils.js.map +1 -1
- package/dist/cli/commands/goal-write.d.ts +1 -1
- package/dist/cli/commands/goal-write.d.ts.map +1 -1
- package/dist/cli/commands/install.d.ts +16 -0
- package/dist/cli/commands/install.d.ts.map +1 -0
- package/dist/cli/commands/install.js +153 -0
- package/dist/cli/commands/install.js.map +1 -0
- package/dist/cli/commands/knowledge.d.ts +1 -1
- package/dist/cli/commands/knowledge.d.ts.map +1 -1
- package/dist/cli/commands/logs.d.ts +2 -0
- package/dist/cli/commands/logs.d.ts.map +1 -0
- package/dist/cli/commands/logs.js +201 -0
- package/dist/cli/commands/logs.js.map +1 -0
- package/dist/cli/commands/notify.d.ts +2 -0
- package/dist/cli/commands/notify.d.ts.map +1 -0
- package/dist/cli/commands/notify.js +277 -0
- package/dist/cli/commands/notify.js.map +1 -0
- package/dist/cli/commands/report.d.ts +1 -1
- package/dist/cli/commands/report.d.ts.map +1 -1
- package/dist/cli/commands/report.js +1 -1
- package/dist/cli/commands/report.js.map +1 -1
- package/dist/cli/commands/run.d.ts +3 -3
- package/dist/cli/commands/run.d.ts.map +1 -1
- package/dist/cli/commands/run.js.map +1 -1
- package/dist/cli/commands/suggest.d.ts +1 -1
- package/dist/cli/commands/suggest.d.ts.map +1 -1
- package/dist/cli/commands/suggest.js +1 -1
- package/dist/cli/commands/suggest.js.map +1 -1
- package/dist/cli/commands/task-read.d.ts +1 -1
- package/dist/cli/commands/task-read.d.ts.map +1 -1
- package/dist/cli/commands/telegram.d.ts +2 -0
- package/dist/cli/commands/telegram.d.ts.map +1 -0
- package/dist/cli/commands/telegram.js +155 -0
- package/dist/cli/commands/telegram.js.map +1 -0
- package/dist/cli/setup.d.ts +5 -5
- package/dist/cli/setup.d.ts.map +1 -1
- package/dist/cli/setup.js +21 -11
- package/dist/cli/setup.js.map +1 -1
- package/dist/cli/utils/loop-runner.d.ts +1 -1
- package/dist/cli/utils/loop-runner.d.ts.map +1 -1
- package/dist/cli/utils.d.ts.map +1 -1
- package/dist/cli/utils.js +11 -0
- package/dist/cli/utils.js.map +1 -1
- package/dist/drive/drive-system.d.ts +1 -1
- package/dist/drive/drive-system.d.ts.map +1 -1
- package/dist/drive/drive-system.js +11 -2
- package/dist/drive/drive-system.js.map +1 -1
- package/dist/drive/satisficing-judge.d.ts +1 -1
- package/dist/drive/satisficing-judge.d.ts.map +1 -1
- package/dist/drive/satisficing-propagation.d.ts +1 -1
- package/dist/drive/satisficing-propagation.d.ts.map +1 -1
- package/dist/drive/stall-detector.d.ts +20 -1
- package/dist/drive/stall-detector.d.ts.map +1 -1
- package/dist/drive/stall-detector.js +75 -0
- package/dist/drive/stall-detector.js.map +1 -1
- package/dist/execution/adapter-layer.d.ts +2 -0
- package/dist/execution/adapter-layer.d.ts.map +1 -1
- package/dist/execution/adapter-layer.js.map +1 -1
- package/dist/execution/checkpoint-manager.d.ts +1 -1
- package/dist/execution/checkpoint-manager.d.ts.map +1 -1
- package/dist/execution/{context-budget.d.ts → context/context-budget.d.ts} +1 -1
- package/dist/execution/context/context-budget.d.ts.map +1 -0
- package/dist/execution/context/context-budget.js.map +1 -0
- package/dist/execution/{context-builder.d.ts → context/context-builder.d.ts} +3 -3
- package/dist/execution/context/context-builder.d.ts.map +1 -0
- package/dist/execution/{context-builder.js → context/context-builder.js} +1 -1
- package/dist/execution/context/context-builder.js.map +1 -0
- package/dist/execution/{dimension-selector.d.ts → context/dimension-selector.d.ts} +3 -3
- package/dist/execution/context/dimension-selector.d.ts.map +1 -0
- package/dist/execution/{dimension-selector.js → context/dimension-selector.js} +1 -1
- package/dist/execution/context/dimension-selector.js.map +1 -0
- package/dist/execution/context/issue-context-fetcher.d.ts +19 -0
- package/dist/execution/context/issue-context-fetcher.d.ts.map +1 -0
- package/dist/execution/context/issue-context-fetcher.js +73 -0
- package/dist/execution/context/issue-context-fetcher.js.map +1 -0
- package/dist/execution/parallel-executor.js +1 -1
- package/dist/execution/parallel-executor.js.map +1 -1
- package/dist/execution/pipeline-executor.d.ts +1 -1
- package/dist/execution/pipeline-executor.d.ts.map +1 -1
- package/dist/execution/session-manager.d.ts +2 -2
- package/dist/execution/session-manager.d.ts.map +1 -1
- package/dist/execution/session-manager.js +4 -1
- package/dist/execution/session-manager.js.map +1 -1
- package/dist/execution/{task-approval-check.d.ts → task/task-approval-check.d.ts} +2 -2
- package/dist/execution/task/task-approval-check.d.ts.map +1 -0
- package/dist/execution/task/task-approval-check.js.map +1 -0
- package/dist/execution/{task-approval.d.ts → task/task-approval.d.ts} +3 -3
- package/dist/execution/task/task-approval.d.ts.map +1 -0
- package/dist/execution/{task-approval.js → task/task-approval.js} +1 -1
- package/dist/execution/task/task-approval.js.map +1 -0
- package/dist/execution/{task-execution-types.d.ts → task/task-execution-types.d.ts} +2 -2
- package/dist/execution/task/task-execution-types.d.ts.map +1 -0
- package/dist/execution/{task-execution-types.js → task/task-execution-types.js} +1 -1
- package/dist/execution/task/task-execution-types.js.map +1 -0
- package/dist/execution/{task-executor.d.ts → task/task-executor.d.ts} +6 -6
- package/dist/execution/task/task-executor.d.ts.map +1 -0
- package/dist/execution/{task-executor.js → task/task-executor.js} +1 -1
- package/dist/execution/task/task-executor.js.map +1 -0
- package/dist/execution/{task-generation.d.ts → task/task-generation.d.ts} +8 -8
- package/dist/execution/task/task-generation.d.ts.map +1 -0
- package/dist/execution/{task-generation.js → task/task-generation.js} +12 -4
- package/dist/execution/task/task-generation.js.map +1 -0
- package/dist/execution/task/task-health-check.d.ts.map +1 -0
- package/dist/execution/task/task-health-check.js.map +1 -0
- package/dist/execution/{task-lifecycle.d.ts → task/task-lifecycle.d.ts} +21 -21
- package/dist/execution/task/task-lifecycle.d.ts.map +1 -0
- package/dist/execution/{task-lifecycle.js → task/task-lifecycle.js} +7 -4
- package/dist/execution/task/task-lifecycle.js.map +1 -0
- package/dist/execution/{task-pipeline-cycle.d.ts → task/task-pipeline-cycle.d.ts} +15 -15
- package/dist/execution/task/task-pipeline-cycle.d.ts.map +1 -0
- package/dist/execution/{task-pipeline-cycle.js → task/task-pipeline-cycle.js} +3 -3
- package/dist/execution/task/task-pipeline-cycle.js.map +1 -0
- package/dist/execution/{task-prompt-builder.d.ts → task/task-prompt-builder.d.ts} +1 -1
- package/dist/execution/task/task-prompt-builder.d.ts.map +1 -0
- package/dist/execution/{task-prompt-builder.js → task/task-prompt-builder.js} +30 -1
- package/dist/execution/task/task-prompt-builder.js.map +1 -0
- package/dist/execution/task/task-verifier-llm 2.d.ts +24 -0
- package/dist/execution/task/task-verifier-llm 2.d.ts.map +1 -0
- package/dist/execution/task/task-verifier-llm 2.js +160 -0
- package/dist/execution/task/task-verifier-llm 2.js.map +1 -0
- package/dist/execution/task/task-verifier-llm.d.ts +24 -0
- package/dist/execution/task/task-verifier-llm.d.ts.map +1 -0
- package/dist/execution/task/task-verifier-llm.js +160 -0
- package/dist/execution/task/task-verifier-llm.js.map +1 -0
- package/dist/execution/task/task-verifier-rules 2.d.ts +31 -0
- package/dist/execution/task/task-verifier-rules 2.d.ts.map +1 -0
- package/dist/execution/task/task-verifier-rules 2.js +207 -0
- package/dist/execution/task/task-verifier-rules 2.js.map +1 -0
- package/dist/execution/task/task-verifier-rules.d.ts +31 -0
- package/dist/execution/task/task-verifier-rules.d.ts.map +1 -0
- package/dist/execution/task/task-verifier-rules.js +207 -0
- package/dist/execution/task/task-verifier-rules.js.map +1 -0
- package/dist/execution/task/task-verifier-types 2.d.ts +78 -0
- package/dist/execution/task/task-verifier-types 2.d.ts.map +1 -0
- package/dist/execution/task/task-verifier-types 2.js +9 -0
- package/dist/execution/task/task-verifier-types 2.js.map +1 -0
- package/dist/execution/task/task-verifier-types.d.ts +78 -0
- package/dist/execution/task/task-verifier-types.d.ts.map +1 -0
- package/dist/execution/task/task-verifier-types.js +9 -0
- package/dist/execution/task/task-verifier-types.js.map +1 -0
- package/dist/execution/task/task-verifier.d.ts +48 -0
- package/dist/execution/task/task-verifier.d.ts.map +1 -0
- package/dist/execution/{task-verifier.js → task/task-verifier.js} +18 -398
- package/dist/execution/task/task-verifier.js.map +1 -0
- package/dist/goal/goal-decomposer.d.ts +1 -1
- package/dist/goal/goal-decomposer.d.ts.map +1 -1
- package/dist/goal/goal-dependency-graph.d.ts +1 -1
- package/dist/goal/goal-dependency-graph.d.ts.map +1 -1
- package/dist/goal/goal-negotiator.d.ts +1 -1
- package/dist/goal/goal-negotiator.d.ts.map +1 -1
- package/dist/goal/goal-refiner.d.ts +1 -1
- package/dist/goal/goal-refiner.d.ts.map +1 -1
- package/dist/goal/goal-refiner.js +1 -1
- package/dist/goal/goal-refiner.js.map +1 -1
- package/dist/goal/goal-suggest.d.ts +8 -8
- package/dist/goal/goal-tree-manager.d.ts +1 -1
- package/dist/goal/goal-tree-manager.d.ts.map +1 -1
- package/dist/goal/goal-tree-manager.js +6 -0
- package/dist/goal/goal-tree-manager.js.map +1 -1
- package/dist/goal/goal-tree-pruner.d.ts +1 -1
- package/dist/goal/goal-tree-pruner.d.ts.map +1 -1
- package/dist/goal/refiner-prompts.d.ts.map +1 -1
- package/dist/goal/refiner-prompts.js +5 -1
- package/dist/goal/refiner-prompts.js.map +1 -1
- package/dist/goal/state-aggregator.d.ts +1 -1
- package/dist/goal/state-aggregator.d.ts.map +1 -1
- package/dist/goal/tree-loop-orchestrator.d.ts +4 -2
- package/dist/goal/tree-loop-orchestrator.d.ts.map +1 -1
- package/dist/goal/tree-loop-orchestrator.js +4 -4
- package/dist/goal/tree-loop-orchestrator.js.map +1 -1
- package/dist/index 2.js +77 -0
- package/dist/index.d 2.ts +97 -0
- package/dist/index.d.ts +20 -20
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +16 -16
- package/dist/index.js.map +1 -1
- package/dist/knowledge/knowledge-decisions.d.ts +1 -1
- package/dist/knowledge/knowledge-decisions.d.ts.map +1 -1
- package/dist/knowledge/knowledge-manager-query 2.d.ts +87 -0
- package/dist/knowledge/knowledge-manager-query 2.d.ts.map +1 -0
- package/dist/knowledge/knowledge-manager-query 2.js +287 -0
- package/dist/knowledge/knowledge-manager-query 2.js.map +1 -0
- package/dist/knowledge/knowledge-manager-query.d.ts +87 -0
- package/dist/knowledge/knowledge-manager-query.d.ts.map +1 -0
- package/dist/knowledge/knowledge-manager-query.js +287 -0
- package/dist/knowledge/knowledge-manager-query.js.map +1 -0
- package/dist/knowledge/knowledge-manager.d.ts +2 -19
- package/dist/knowledge/knowledge-manager.d.ts.map +1 -1
- package/dist/knowledge/knowledge-manager.js +7 -269
- package/dist/knowledge/knowledge-manager.js.map +1 -1
- package/dist/knowledge/knowledge-revalidation.d.ts +1 -1
- package/dist/knowledge/knowledge-revalidation.d.ts.map +1 -1
- package/dist/knowledge/knowledge-search.d.ts +1 -1
- package/dist/knowledge/knowledge-search.d.ts.map +1 -1
- package/dist/knowledge/{learning-cross-goal.d.ts → learning/learning-cross-goal.d.ts} +2 -2
- package/dist/knowledge/learning/learning-cross-goal.d.ts.map +1 -0
- package/dist/knowledge/{learning-cross-goal.js → learning/learning-cross-goal.js} +1 -1
- package/dist/knowledge/learning/learning-cross-goal.js.map +1 -0
- package/dist/knowledge/{learning-exports.d.ts → learning/learning-exports.d.ts} +1 -1
- package/dist/knowledge/learning/learning-exports.d.ts.map +1 -0
- package/dist/knowledge/learning/learning-exports.js.map +1 -0
- package/dist/knowledge/{learning-feedback.d.ts → learning/learning-feedback.d.ts} +3 -3
- package/dist/knowledge/learning/learning-feedback.d.ts.map +1 -0
- package/dist/knowledge/{learning-feedback.js → learning/learning-feedback.js} +1 -1
- package/dist/knowledge/learning/learning-feedback.js.map +1 -0
- package/dist/knowledge/{learning-pipeline-prompts.d.ts → learning/learning-pipeline-prompts.d.ts} +7 -7
- package/dist/knowledge/learning/learning-pipeline-prompts.d.ts.map +1 -0
- package/dist/knowledge/{learning-pipeline-prompts.js → learning/learning-pipeline-prompts.js} +1 -1
- package/dist/knowledge/learning/learning-pipeline-prompts.js.map +1 -0
- package/dist/knowledge/{learning-pipeline.d.ts → learning/learning-pipeline.d.ts} +6 -6
- package/dist/knowledge/learning/learning-pipeline.d.ts.map +1 -0
- package/dist/knowledge/{learning-pipeline.js → learning/learning-pipeline.js} +2 -2
- package/dist/knowledge/learning/learning-pipeline.js.map +1 -0
- package/dist/knowledge/{memory-compression.d.ts → memory/memory-compression.d.ts} +5 -5
- package/dist/knowledge/memory/memory-compression.d.ts.map +1 -0
- package/dist/knowledge/{memory-compression.js → memory/memory-compression.js} +1 -1
- package/dist/knowledge/memory/memory-compression.js.map +1 -0
- package/dist/knowledge/{memory-distill.d.ts → memory/memory-distill.d.ts} +3 -3
- package/dist/knowledge/memory/memory-distill.d.ts.map +1 -0
- package/dist/knowledge/memory/memory-distill.js.map +1 -0
- package/dist/knowledge/{memory-exports.d.ts → memory/memory-exports.d.ts} +1 -1
- package/dist/knowledge/memory/memory-exports.d.ts.map +1 -0
- package/dist/knowledge/memory/memory-exports.js.map +1 -0
- package/dist/knowledge/{memory-index.d.ts → memory/memory-index.d.ts} +1 -1
- package/dist/knowledge/memory/memory-index.d.ts.map +1 -0
- package/dist/knowledge/{memory-index.js → memory/memory-index.js} +1 -1
- package/dist/knowledge/memory/memory-index.js.map +1 -0
- package/dist/knowledge/{memory-lifecycle.d.ts → memory/memory-lifecycle.d.ts} +7 -7
- package/dist/knowledge/memory/memory-lifecycle.d.ts.map +1 -0
- package/dist/knowledge/{memory-lifecycle.js → memory/memory-lifecycle.js} +2 -2
- package/dist/knowledge/memory/memory-lifecycle.js.map +1 -0
- package/dist/knowledge/{memory-persistence.d.ts → memory/memory-persistence.d.ts} +1 -1
- package/dist/knowledge/memory/memory-persistence.d.ts.map +1 -0
- package/dist/knowledge/memory/memory-persistence.js.map +1 -0
- package/dist/knowledge/{memory-query.d.ts → memory/memory-query.d.ts} +1 -1
- package/dist/knowledge/memory/memory-query.d.ts.map +1 -0
- package/dist/knowledge/{memory-query.js → memory/memory-query.js} +1 -1
- package/dist/knowledge/memory/memory-query.js.map +1 -0
- package/dist/knowledge/{memory-selection.d.ts → memory/memory-selection.d.ts} +3 -3
- package/dist/knowledge/memory/memory-selection.d.ts.map +1 -0
- package/dist/knowledge/{memory-selection.js → memory/memory-selection.js} +3 -3
- package/dist/knowledge/memory/memory-selection.js.map +1 -0
- package/dist/knowledge/{memory-stats.d.ts → memory/memory-stats.d.ts} +1 -1
- package/dist/knowledge/memory/memory-stats.d.ts.map +1 -0
- package/dist/knowledge/{memory-stats.js → memory/memory-stats.js} +1 -1
- package/dist/knowledge/memory/memory-stats.js.map +1 -0
- package/dist/knowledge/{memory-tier.d.ts → memory/memory-tier.d.ts} +1 -1
- package/dist/knowledge/memory/memory-tier.d.ts.map +1 -0
- package/dist/knowledge/memory/memory-tier.js.map +1 -0
- package/dist/knowledge/{knowledge-transfer-apply.d.ts → transfer/knowledge-transfer-apply.d.ts} +6 -6
- package/dist/knowledge/transfer/knowledge-transfer-apply.d.ts.map +1 -0
- package/dist/knowledge/{knowledge-transfer-apply.js → transfer/knowledge-transfer-apply.js} +2 -2
- package/dist/knowledge/transfer/knowledge-transfer-apply.js.map +1 -0
- package/dist/knowledge/{knowledge-transfer-detect.d.ts → transfer/knowledge-transfer-detect.d.ts} +5 -5
- package/dist/knowledge/transfer/knowledge-transfer-detect.d.ts.map +1 -0
- package/dist/knowledge/{knowledge-transfer-detect.js → transfer/knowledge-transfer-detect.js} +1 -1
- package/dist/knowledge/transfer/knowledge-transfer-detect.js.map +1 -0
- package/dist/knowledge/{knowledge-transfer-evaluate.d.ts → transfer/knowledge-transfer-evaluate.d.ts} +2 -2
- package/dist/knowledge/transfer/knowledge-transfer-evaluate.d.ts.map +1 -0
- package/dist/knowledge/{knowledge-transfer-evaluate.js → transfer/knowledge-transfer-evaluate.js} +1 -1
- package/dist/knowledge/transfer/knowledge-transfer-evaluate.js.map +1 -0
- package/dist/knowledge/{knowledge-transfer-meta.d.ts → transfer/knowledge-transfer-meta.d.ts} +6 -6
- package/dist/knowledge/transfer/knowledge-transfer-meta.d.ts.map +1 -0
- package/dist/knowledge/{knowledge-transfer-meta.js → transfer/knowledge-transfer-meta.js} +2 -2
- package/dist/knowledge/transfer/knowledge-transfer-meta.js.map +1 -0
- package/dist/knowledge/{knowledge-transfer-prompts.d.ts → transfer/knowledge-transfer-prompts.d.ts} +1 -1
- package/dist/knowledge/transfer/knowledge-transfer-prompts.d.ts.map +1 -0
- package/dist/knowledge/transfer/knowledge-transfer-prompts.js.map +1 -0
- package/dist/knowledge/{knowledge-transfer-types.d.ts → transfer/knowledge-transfer-types.d.ts} +3 -3
- package/dist/knowledge/transfer/knowledge-transfer-types.d.ts.map +1 -0
- package/dist/knowledge/transfer/knowledge-transfer-types.js.map +1 -0
- package/dist/knowledge/{knowledge-transfer.d.ts → transfer/knowledge-transfer.d.ts} +9 -9
- package/dist/knowledge/transfer/knowledge-transfer.d.ts.map +1 -0
- package/dist/knowledge/transfer/knowledge-transfer.js.map +1 -0
- package/dist/knowledge/{transfer-trust.d.ts → transfer/transfer-trust.d.ts} +3 -3
- package/dist/knowledge/transfer/transfer-trust.d.ts.map +1 -0
- package/dist/knowledge/{transfer-trust.js → transfer/transfer-trust.js} +1 -1
- package/dist/knowledge/transfer/transfer-trust.js.map +1 -0
- package/dist/llm/base-llm-client.d.ts +13 -0
- package/dist/llm/base-llm-client.d.ts.map +1 -1
- package/dist/llm/base-llm-client.js +35 -0
- package/dist/llm/base-llm-client.js.map +1 -1
- package/dist/llm/llm-client.d.ts +22 -2
- package/dist/llm/llm-client.d.ts.map +1 -1
- package/dist/llm/llm-client.js +49 -11
- package/dist/llm/llm-client.js.map +1 -1
- package/dist/llm/ollama-client.d.ts +1 -0
- package/dist/llm/ollama-client.d.ts.map +1 -1
- package/dist/llm/ollama-client.js +15 -5
- package/dist/llm/ollama-client.js.map +1 -1
- package/dist/llm/openai-client.d.ts +1 -0
- package/dist/llm/openai-client.d.ts.map +1 -1
- package/dist/llm/openai-client.js +15 -5
- package/dist/llm/openai-client.js.map +1 -1
- package/dist/llm/provider-factory.js +6 -6
- package/dist/llm/provider-factory.js.map +1 -1
- package/dist/loop/checkpoint-manager-loop.d.ts +1 -1
- package/dist/loop/checkpoint-manager-loop.d.ts.map +1 -1
- package/dist/loop/core-loop-phases-c 2.d.ts +27 -0
- package/dist/loop/core-loop-phases-c 2.d.ts.map +1 -0
- package/dist/loop/core-loop-phases-c 2.js +72 -0
- package/dist/loop/core-loop-phases-c 2.js.map +1 -0
- package/dist/loop/core-loop-phases-c.d.ts +27 -0
- package/dist/loop/core-loop-phases-c.d.ts.map +1 -0
- package/dist/loop/core-loop-phases-c.js +72 -0
- package/dist/loop/core-loop-phases-c.js.map +1 -0
- package/dist/loop/core-loop-phases.d.ts +1 -1
- package/dist/loop/core-loop-phases.d.ts.map +1 -1
- package/dist/loop/core-loop-phases.js +9 -3
- package/dist/loop/core-loop-phases.js.map +1 -1
- package/dist/loop/core-loop-types.d.ts +7 -7
- package/dist/loop/core-loop-types.d.ts.map +1 -1
- package/dist/{core-loop.d.ts → loop/core-loop.d.ts} +5 -15
- package/dist/loop/core-loop.d.ts.map +1 -0
- package/dist/{core-loop.js → loop/core-loop.js} +46 -111
- package/dist/loop/core-loop.js.map +1 -0
- package/dist/loop/tree-loop-runner.d.ts.map +1 -1
- package/dist/loop/tree-loop-runner.js +10 -7
- package/dist/loop/tree-loop-runner.js.map +1 -1
- package/dist/mcp-server/index.js +1 -1
- package/dist/mcp-server/index.js.map +1 -1
- package/dist/mcp-server/tools.d.ts +1 -1
- package/dist/mcp-server/tools.d.ts.map +1 -1
- package/dist/observation/capability-dependencies.d.ts +1 -1
- package/dist/observation/capability-dependencies.d.ts.map +1 -1
- package/dist/observation/capability-detector.d.ts +2 -2
- package/dist/observation/capability-detector.d.ts.map +1 -1
- package/dist/observation/capability-registry.d.ts +2 -2
- package/dist/observation/capability-registry.d.ts.map +1 -1
- package/dist/observation/context-provider.d.ts +15 -0
- package/dist/observation/context-provider.d.ts.map +1 -1
- package/dist/observation/context-provider.js +157 -22
- package/dist/observation/context-provider.js.map +1 -1
- package/dist/observation/observation-apply.d.ts +1 -1
- package/dist/observation/observation-apply.d.ts.map +1 -1
- package/dist/observation/observation-engine.d.ts +1 -1
- package/dist/observation/observation-engine.d.ts.map +1 -1
- package/dist/observation/observation-engine.js +1 -0
- package/dist/observation/observation-engine.js.map +1 -1
- package/dist/observation/observation-helpers.d.ts +2 -2
- package/dist/observation/observation-llm.d.ts.map +1 -1
- package/dist/observation/observation-llm.js +7 -3
- package/dist/observation/observation-llm.js.map +1 -1
- package/dist/observation/workspace-context.d.ts.map +1 -1
- package/dist/observation/workspace-context.js +59 -12
- package/dist/observation/workspace-context.js.map +1 -1
- package/dist/prompt/context-assembler.d.ts +1 -1
- package/dist/prompt/context-assembler.d.ts.map +1 -1
- package/dist/prompt/context-assembler.js +14 -4
- package/dist/prompt/context-assembler.js.map +1 -1
- package/dist/prompt/formatters.d.ts +3 -3
- package/dist/prompt/formatters.d.ts.map +1 -1
- package/dist/prompt/formatters.js +2 -2
- package/dist/prompt/formatters.js.map +1 -1
- package/dist/prompt/purposes/capability.d.ts +2 -2
- package/dist/prompt/purposes/ethics.d.ts +4 -4
- package/dist/prompt/purposes/goal-decomposition.d.ts +4 -4
- package/dist/prompt/purposes/knowledge.d.ts +4 -4
- package/dist/prompt/purposes/strategy-template.d.ts +4 -4
- package/dist/prompt/purposes/strategy.d.ts +3 -78
- package/dist/prompt/purposes/strategy.d.ts.map +1 -1
- package/dist/prompt/purposes/strategy.js +2 -18
- package/dist/prompt/purposes/strategy.js.map +1 -1
- package/dist/prompt/purposes/verification.d.ts +2 -2
- package/dist/reflection/dream-consolidation.d.ts +2 -2
- package/dist/reflection/dream-consolidation.d.ts.map +1 -1
- package/dist/reflection/evening-catchup.d.ts +1 -1
- package/dist/reflection/evening-catchup.d.ts.map +1 -1
- package/dist/reflection/morning-planning.d.ts +1 -1
- package/dist/reflection/morning-planning.d.ts.map +1 -1
- package/dist/reflection/types.d.ts +4 -4
- package/dist/reflection/weekly-review.d.ts +1 -1
- package/dist/reflection/weekly-review.d.ts.map +1 -1
- package/dist/reporting/report-formatters 2.d.ts +12 -0
- package/dist/reporting/report-formatters 2.d.ts.map +1 -0
- package/dist/reporting/report-formatters 2.js +166 -0
- package/dist/reporting/report-formatters 2.js.map +1 -0
- package/dist/reporting/report-formatters.d.ts +12 -0
- package/dist/reporting/report-formatters.d.ts.map +1 -0
- package/dist/reporting/report-formatters.js +166 -0
- package/dist/reporting/report-formatters.js.map +1 -0
- package/dist/{reporting-engine.d.ts → reporting/reporting-engine.d.ts} +6 -5
- package/dist/reporting/reporting-engine.d.ts.map +1 -0
- package/dist/{reporting-engine.js → reporting/reporting-engine.js} +13 -170
- package/dist/reporting/reporting-engine.js.map +1 -0
- package/dist/runtime/daemon-health 2.d.ts +31 -0
- package/dist/runtime/daemon-health 2.d.ts.map +1 -0
- package/dist/runtime/daemon-health 2.js +113 -0
- package/dist/runtime/daemon-health 2.js.map +1 -0
- package/dist/runtime/daemon-health.d.ts +31 -0
- package/dist/runtime/daemon-health.d.ts.map +1 -0
- package/dist/runtime/daemon-health.js +113 -0
- package/dist/runtime/daemon-health.js.map +1 -0
- package/dist/runtime/daemon-runner.d.ts +11 -16
- package/dist/runtime/daemon-runner.d.ts.map +1 -1
- package/dist/runtime/daemon-runner.js +20 -116
- package/dist/runtime/daemon-runner.js.map +1 -1
- package/dist/runtime/daemon-signals 2.d.ts +17 -0
- package/dist/runtime/daemon-signals 2.d.ts.map +1 -0
- package/dist/runtime/daemon-signals 2.js +31 -0
- package/dist/runtime/daemon-signals 2.js.map +1 -0
- package/dist/runtime/daemon-signals.d.ts +17 -0
- package/dist/runtime/daemon-signals.d.ts.map +1 -0
- package/dist/runtime/daemon-signals.js +31 -0
- package/dist/runtime/daemon-signals.js.map +1 -0
- package/dist/runtime/event-server.d.ts +1 -1
- package/dist/runtime/event-server.d.ts.map +1 -1
- package/dist/runtime/hook-manager.d.ts.map +1 -1
- package/dist/runtime/hook-manager.js +7 -0
- package/dist/runtime/hook-manager.js.map +1 -1
- package/dist/{state-manager.d.ts → state/state-manager.d.ts} +8 -6
- package/dist/state/state-manager.d.ts.map +1 -0
- package/dist/{state-manager.js → state/state-manager.js} +62 -67
- package/dist/state/state-manager.js.map +1 -0
- package/dist/state/state-persistence 2.d.ts +12 -0
- package/dist/state/state-persistence 2.d.ts.map +1 -0
- package/dist/state/state-persistence 2.js +58 -0
- package/dist/state/state-persistence 2.js.map +1 -0
- package/dist/state/state-persistence.d.ts +12 -0
- package/dist/state/state-persistence.d.ts.map +1 -0
- package/dist/state/state-persistence.js +58 -0
- package/dist/state/state-persistence.js.map +1 -0
- package/dist/strategy/cross-goal-portfolio.d.ts +1 -1
- package/dist/strategy/cross-goal-portfolio.d.ts.map +1 -1
- package/dist/strategy/portfolio-allocation.d.ts +33 -0
- package/dist/strategy/portfolio-allocation.d.ts.map +1 -1
- package/dist/strategy/portfolio-allocation.js +49 -0
- package/dist/strategy/portfolio-allocation.js.map +1 -1
- package/dist/{portfolio-manager.d.ts → strategy/portfolio-manager.d.ts} +4 -4
- package/dist/strategy/portfolio-manager.d.ts.map +1 -0
- package/dist/{portfolio-manager.js → strategy/portfolio-manager.js} +5 -36
- package/dist/strategy/portfolio-manager.js.map +1 -0
- package/dist/{portfolio-rebalance.d.ts → strategy/portfolio-rebalance.d.ts} +2 -2
- package/dist/strategy/portfolio-rebalance.d.ts.map +1 -0
- package/dist/strategy/portfolio-rebalance.js.map +1 -0
- package/dist/strategy/strategy-helpers.d.ts +8 -8
- package/dist/strategy/strategy-helpers.d.ts.map +1 -1
- package/dist/strategy/strategy-helpers.js +35 -5
- package/dist/strategy/strategy-helpers.js.map +1 -1
- package/dist/strategy/strategy-manager-base.d.ts +1 -1
- package/dist/strategy/strategy-manager-base.d.ts.map +1 -1
- package/dist/traits/character-config.d.ts +1 -1
- package/dist/traits/character-config.d.ts.map +1 -1
- package/dist/traits/curiosity-engine.d.ts +2 -2
- package/dist/traits/curiosity-engine.d.ts.map +1 -1
- package/dist/traits/curiosity-proposals.d.ts +1 -1
- package/dist/traits/curiosity-proposals.d.ts.map +1 -1
- package/dist/traits/curiosity-transfer.d.ts +1 -1
- package/dist/traits/curiosity-transfer.d.ts.map +1 -1
- package/dist/traits/ethics-gate.d.ts +1 -1
- package/dist/traits/ethics-gate.d.ts.map +1 -1
- package/dist/{guardrail-runner.d.ts → traits/guardrail-runner.d.ts} +2 -2
- package/dist/traits/guardrail-runner.d.ts.map +1 -0
- package/dist/traits/guardrail-runner.js.map +1 -0
- package/dist/traits/trust-manager.d.ts +1 -1
- package/dist/traits/trust-manager.d.ts.map +1 -1
- package/dist/tui/actions.d.ts +2 -2
- package/dist/tui/actions.d.ts.map +1 -1
- package/dist/tui/app.d.ts +2 -2
- package/dist/tui/app.d.ts.map +1 -1
- package/dist/tui/entry.d.ts.map +1 -1
- package/dist/tui/entry.js +24 -6
- package/dist/tui/entry.js.map +1 -1
- package/dist/tui/use-loop.d.ts +2 -2
- package/dist/tui/use-loop.d.ts.map +1 -1
- package/dist/types/a2a.d.ts +8 -8
- package/dist/types/agent-profile.d.ts +3 -3
- package/dist/types/capability.d.ts +28 -28
- package/dist/types/checkpoint.d.ts +16 -16
- package/dist/types/core.d.ts +14 -14
- package/dist/types/cross-portfolio.d.ts +29 -29
- package/dist/types/curiosity.d.ts +27 -27
- package/dist/types/daemon.d.ts +2 -2
- package/dist/types/daemon.js +1 -1
- package/dist/types/daemon.js.map +1 -1
- package/dist/types/data-source.d.ts +36 -36
- package/dist/types/dependency.d.ts +12 -12
- package/dist/types/drive.d.ts +2 -2
- package/dist/types/embedding.d.ts +4 -4
- package/dist/types/ethics.d.ts +6 -6
- package/dist/types/goal-refiner.d.ts +15 -12
- package/dist/types/goal-refiner.d.ts.map +1 -1
- package/dist/types/goal-refiner.js +1 -0
- package/dist/types/goal-refiner.js.map +1 -1
- package/dist/types/goal-tree.d.ts +2 -2
- package/dist/types/goal.d.ts +74 -74
- package/dist/types/guardrail.d.ts +3 -3
- package/dist/types/hook.d.ts +10 -10
- package/dist/types/knowledge.d.ts +76 -76
- package/dist/types/learning.d.ts +24 -24
- package/dist/types/mcp.d.ts +9 -9
- package/dist/types/memory-lifecycle.d.ts +39 -39
- package/dist/types/negotiation.d.ts +44 -44
- package/dist/types/notification.d.ts +74 -74
- package/dist/types/pipeline.d.ts +12 -12
- package/dist/types/plugin.d.ts +39 -39
- package/dist/types/report.d.ts +16 -16
- package/dist/types/satisficing.d.ts +10 -10
- package/dist/types/session.d.ts +11 -11
- package/dist/types/session.d.ts.map +1 -1
- package/dist/types/session.js +1 -0
- package/dist/types/session.js.map +1 -1
- package/dist/types/stall.d.ts +4 -4
- package/dist/types/state.d.ts +10 -10
- package/dist/types/strategy.d.ts +48 -48
- package/dist/types/task-group.d.ts +4 -4
- package/dist/types/task.d.ts +2 -2
- package/dist/utils/execFileNoThrow.d.ts +20 -0
- package/dist/utils/execFileNoThrow.d.ts.map +1 -0
- package/dist/utils/execFileNoThrow.js +33 -0
- package/dist/utils/execFileNoThrow.js.map +1 -0
- package/package.json +2 -2
- package/dist/adapter-layer.d.ts +0 -67
- package/dist/adapter-layer.d.ts.map +0 -1
- package/dist/adapter-layer.js +0 -50
- package/dist/adapter-layer.js.map +0 -1
- package/dist/adapters/a2a-adapter.d.ts.map +0 -1
- package/dist/adapters/a2a-adapter.js.map +0 -1
- package/dist/adapters/a2a-client.d.ts.map +0 -1
- package/dist/adapters/a2a-client.js.map +0 -1
- package/dist/adapters/agent-profile-loader.d.ts.map +0 -1
- package/dist/adapters/agent-profile-loader.js.map +0 -1
- package/dist/adapters/browser-use-cli.d.ts.map +0 -1
- package/dist/adapters/browser-use-cli.js.map +0 -1
- package/dist/adapters/claude-api.d.ts.map +0 -1
- package/dist/adapters/claude-api.js.map +0 -1
- package/dist/adapters/claude-code-cli.d.ts.map +0 -1
- package/dist/adapters/claude-code-cli.js.map +0 -1
- package/dist/adapters/file-existence-datasource.d.ts.map +0 -1
- package/dist/adapters/file-existence-datasource.js.map +0 -1
- package/dist/adapters/github-issue-datasource.d.ts.map +0 -1
- package/dist/adapters/github-issue-datasource.js.map +0 -1
- package/dist/adapters/mcp-datasource.d.ts.map +0 -1
- package/dist/adapters/mcp-datasource.js.map +0 -1
- package/dist/adapters/openai-codex.d.ts.map +0 -1
- package/dist/adapters/openai-codex.js.map +0 -1
- package/dist/adapters/openclaw-acp.d.ts.map +0 -1
- package/dist/adapters/openclaw-acp.js.map +0 -1
- package/dist/adapters/openclaw-datasource.d.ts.map +0 -1
- package/dist/adapters/openclaw-datasource.js.map +0 -1
- package/dist/adapters/shell-datasource.d.ts.map +0 -1
- package/dist/adapters/shell-datasource.js.map +0 -1
- package/dist/capability-detector.d.ts +0 -124
- package/dist/capability-detector.d.ts.map +0 -1
- package/dist/capability-detector.js +0 -576
- package/dist/capability-detector.js.map +0 -1
- package/dist/character-config.d.ts +0 -34
- package/dist/character-config.d.ts.map +0 -1
- package/dist/character-config.js +0 -53
- package/dist/character-config.js.map +0 -1
- package/dist/cli-runner.d.ts.map +0 -1
- package/dist/cli-runner.js +0 -458
- package/dist/cli-runner.js.map +0 -1
- package/dist/codex-llm-client.d.ts +0 -47
- package/dist/codex-llm-client.d.ts.map +0 -1
- package/dist/codex-llm-client.js +0 -193
- package/dist/codex-llm-client.js.map +0 -1
- package/dist/context-provider.d.ts +0 -16
- package/dist/context-provider.d.ts.map +0 -1
- package/dist/context-provider.js +0 -107
- package/dist/context-provider.js.map +0 -1
- package/dist/context-providers/workspace-context.d.ts +0 -8
- package/dist/context-providers/workspace-context.d.ts.map +0 -1
- package/dist/context-providers/workspace-context.js +0 -217
- package/dist/context-providers/workspace-context.js.map +0 -1
- package/dist/core/suggest/repo-context.d.ts +0 -8
- package/dist/core/suggest/repo-context.d.ts.map +0 -1
- package/dist/core/suggest/repo-context.js +0 -154
- package/dist/core/suggest/repo-context.js.map +0 -1
- package/dist/core-loop.d.ts.map +0 -1
- package/dist/core-loop.js.map +0 -1
- package/dist/cross-goal-portfolio.d.ts +0 -153
- package/dist/cross-goal-portfolio.d.ts.map +0 -1
- package/dist/cross-goal-portfolio.js +0 -790
- package/dist/cross-goal-portfolio.js.map +0 -1
- package/dist/curiosity-engine.d.ts +0 -177
- package/dist/curiosity-engine.d.ts.map +0 -1
- package/dist/curiosity-engine.js +0 -736
- package/dist/curiosity-engine.js.map +0 -1
- package/dist/daemon-runner.d.ts +0 -109
- package/dist/daemon-runner.d.ts.map +0 -1
- package/dist/daemon-runner.js +0 -389
- package/dist/daemon-runner.js.map +0 -1
- package/dist/data-source-adapter.d.ts +0 -42
- package/dist/data-source-adapter.d.ts.map +0 -1
- package/dist/data-source-adapter.js +0 -223
- package/dist/data-source-adapter.js.map +0 -1
- package/dist/drive-scorer.d.ts +0 -96
- package/dist/drive-scorer.d.ts.map +0 -1
- package/dist/drive-scorer.js +0 -235
- package/dist/drive-scorer.js.map +0 -1
- package/dist/drive-system.d.ts +0 -92
- package/dist/drive-system.d.ts.map +0 -1
- package/dist/drive-system.js +0 -325
- package/dist/drive-system.js.map +0 -1
- package/dist/embedding-client.d.ts +0 -49
- package/dist/embedding-client.d.ts.map +0 -1
- package/dist/embedding-client.js +0 -141
- package/dist/embedding-client.js.map +0 -1
- package/dist/ethics-gate.d.ts +0 -70
- package/dist/ethics-gate.d.ts.map +0 -1
- package/dist/ethics-gate.js +0 -567
- package/dist/ethics-gate.js.map +0 -1
- package/dist/event-server.d.ts +0 -23
- package/dist/event-server.d.ts.map +0 -1
- package/dist/event-server.js +0 -69
- package/dist/event-server.js.map +0 -1
- package/dist/execution/context-budget.d.ts.map +0 -1
- package/dist/execution/context-budget.js.map +0 -1
- package/dist/execution/context-builder.d.ts.map +0 -1
- package/dist/execution/context-builder.js.map +0 -1
- package/dist/execution/dimension-selector.d.ts.map +0 -1
- package/dist/execution/dimension-selector.js.map +0 -1
- package/dist/execution/task-approval-check.d.ts.map +0 -1
- package/dist/execution/task-approval-check.js.map +0 -1
- package/dist/execution/task-approval.d.ts.map +0 -1
- package/dist/execution/task-approval.js.map +0 -1
- package/dist/execution/task-execution-types.d.ts.map +0 -1
- package/dist/execution/task-execution-types.js.map +0 -1
- package/dist/execution/task-executor.d.ts.map +0 -1
- package/dist/execution/task-executor.js.map +0 -1
- package/dist/execution/task-generation.d.ts.map +0 -1
- package/dist/execution/task-generation.js.map +0 -1
- package/dist/execution/task-health-check.d.ts.map +0 -1
- package/dist/execution/task-health-check.js.map +0 -1
- package/dist/execution/task-lifecycle.d.ts.map +0 -1
- package/dist/execution/task-lifecycle.js.map +0 -1
- package/dist/execution/task-pipeline-cycle.d.ts.map +0 -1
- package/dist/execution/task-pipeline-cycle.js.map +0 -1
- package/dist/execution/task-prompt-builder.d.ts.map +0 -1
- package/dist/execution/task-prompt-builder.js.map +0 -1
- package/dist/execution/task-verifier.d.ts +0 -115
- package/dist/execution/task-verifier.d.ts.map +0 -1
- package/dist/execution/task-verifier.js.map +0 -1
- package/dist/gap-calculator.d.ts +0 -80
- package/dist/gap-calculator.d.ts.map +0 -1
- package/dist/gap-calculator.js +0 -218
- package/dist/gap-calculator.js.map +0 -1
- package/dist/goal-dependency-graph.d.ts +0 -112
- package/dist/goal-dependency-graph.d.ts.map +0 -1
- package/dist/goal-dependency-graph.js +0 -291
- package/dist/goal-dependency-graph.js.map +0 -1
- package/dist/goal-negotiator.d.ts +0 -109
- package/dist/goal-negotiator.d.ts.map +0 -1
- package/dist/goal-negotiator.js +0 -1044
- package/dist/goal-negotiator.js.map +0 -1
- package/dist/goal-tree-manager.d.ts +0 -120
- package/dist/goal-tree-manager.d.ts.map +0 -1
- package/dist/goal-tree-manager.js +0 -954
- package/dist/goal-tree-manager.js.map +0 -1
- package/dist/guardrail-runner.d.ts.map +0 -1
- package/dist/guardrail-runner.js.map +0 -1
- package/dist/knowledge/knowledge-transfer-apply.d.ts.map +0 -1
- package/dist/knowledge/knowledge-transfer-apply.js.map +0 -1
- package/dist/knowledge/knowledge-transfer-detect.d.ts.map +0 -1
- package/dist/knowledge/knowledge-transfer-detect.js.map +0 -1
- package/dist/knowledge/knowledge-transfer-evaluate.d.ts.map +0 -1
- package/dist/knowledge/knowledge-transfer-evaluate.js.map +0 -1
- package/dist/knowledge/knowledge-transfer-meta.d.ts.map +0 -1
- package/dist/knowledge/knowledge-transfer-meta.js.map +0 -1
- package/dist/knowledge/knowledge-transfer-prompts.d.ts.map +0 -1
- package/dist/knowledge/knowledge-transfer-prompts.js.map +0 -1
- package/dist/knowledge/knowledge-transfer-types.d.ts.map +0 -1
- package/dist/knowledge/knowledge-transfer-types.js.map +0 -1
- package/dist/knowledge/knowledge-transfer.d.ts.map +0 -1
- package/dist/knowledge/knowledge-transfer.js.map +0 -1
- package/dist/knowledge/learning-cross-goal.d.ts.map +0 -1
- package/dist/knowledge/learning-cross-goal.js.map +0 -1
- package/dist/knowledge/learning-exports.d.ts.map +0 -1
- package/dist/knowledge/learning-exports.js.map +0 -1
- package/dist/knowledge/learning-feedback.d.ts.map +0 -1
- package/dist/knowledge/learning-feedback.js.map +0 -1
- package/dist/knowledge/learning-pipeline-prompts.d.ts.map +0 -1
- package/dist/knowledge/learning-pipeline-prompts.js.map +0 -1
- package/dist/knowledge/learning-pipeline.d.ts.map +0 -1
- package/dist/knowledge/learning-pipeline.js.map +0 -1
- package/dist/knowledge/memory-compression.d.ts.map +0 -1
- package/dist/knowledge/memory-compression.js.map +0 -1
- package/dist/knowledge/memory-distill.d.ts.map +0 -1
- package/dist/knowledge/memory-distill.js.map +0 -1
- package/dist/knowledge/memory-exports.d.ts.map +0 -1
- package/dist/knowledge/memory-exports.js.map +0 -1
- package/dist/knowledge/memory-index.d.ts.map +0 -1
- package/dist/knowledge/memory-index.js.map +0 -1
- package/dist/knowledge/memory-lifecycle.d.ts.map +0 -1
- package/dist/knowledge/memory-lifecycle.js.map +0 -1
- package/dist/knowledge/memory-persistence.d.ts.map +0 -1
- package/dist/knowledge/memory-persistence.js.map +0 -1
- package/dist/knowledge/memory-phases.d.ts +0 -14
- package/dist/knowledge/memory-phases.d.ts.map +0 -1
- package/dist/knowledge/memory-phases.js +0 -14
- package/dist/knowledge/memory-phases.js.map +0 -1
- package/dist/knowledge/memory-query.d.ts.map +0 -1
- package/dist/knowledge/memory-query.js.map +0 -1
- package/dist/knowledge/memory-selection.d.ts.map +0 -1
- package/dist/knowledge/memory-selection.js.map +0 -1
- package/dist/knowledge/memory-stats.d.ts.map +0 -1
- package/dist/knowledge/memory-stats.js.map +0 -1
- package/dist/knowledge/memory-tier.d.ts.map +0 -1
- package/dist/knowledge/memory-tier.js.map +0 -1
- package/dist/knowledge/transfer-trust.d.ts.map +0 -1
- package/dist/knowledge/transfer-trust.js.map +0 -1
- package/dist/knowledge-graph.d.ts +0 -70
- package/dist/knowledge-graph.d.ts.map +0 -1
- package/dist/knowledge-graph.js +0 -194
- package/dist/knowledge-graph.js.map +0 -1
- package/dist/knowledge-manager.d.ts +0 -110
- package/dist/knowledge-manager.d.ts.map +0 -1
- package/dist/knowledge-manager.js +0 -544
- package/dist/knowledge-manager.js.map +0 -1
- package/dist/knowledge-transfer.d.ts +0 -101
- package/dist/knowledge-transfer.d.ts.map +0 -1
- package/dist/knowledge-transfer.js +0 -484
- package/dist/knowledge-transfer.js.map +0 -1
- package/dist/learning-pipeline.d.ts +0 -107
- package/dist/learning-pipeline.d.ts.map +0 -1
- package/dist/learning-pipeline.js +0 -840
- package/dist/learning-pipeline.js.map +0 -1
- package/dist/llm-client.d.ts +0 -65
- package/dist/llm-client.d.ts.map +0 -1
- package/dist/llm-client.js +0 -151
- package/dist/llm-client.js.map +0 -1
- package/dist/logger.d.ts +0 -30
- package/dist/logger.d.ts.map +0 -1
- package/dist/logger.js +0 -121
- package/dist/logger.js.map +0 -1
- package/dist/memory-lifecycle.d.ts +0 -244
- package/dist/memory-lifecycle.d.ts.map +0 -1
- package/dist/memory-lifecycle.js +0 -1328
- package/dist/memory-lifecycle.js.map +0 -1
- package/dist/notification-dispatcher.d.ts +0 -36
- package/dist/notification-dispatcher.d.ts.map +0 -1
- package/dist/notification-dispatcher.js +0 -363
- package/dist/notification-dispatcher.js.map +0 -1
- package/dist/observation-engine.d.ts +0 -218
- package/dist/observation-engine.d.ts.map +0 -1
- package/dist/observation-engine.js +0 -711
- package/dist/observation-engine.js.map +0 -1
- package/dist/ollama-client.d.ts +0 -30
- package/dist/ollama-client.d.ts.map +0 -1
- package/dist/ollama-client.js +0 -112
- package/dist/ollama-client.js.map +0 -1
- package/dist/openai-client.d.ts +0 -40
- package/dist/openai-client.d.ts.map +0 -1
- package/dist/openai-client.js +0 -155
- package/dist/openai-client.js.map +0 -1
- package/dist/pid-manager.d.ts +0 -18
- package/dist/pid-manager.d.ts.map +0 -1
- package/dist/pid-manager.js +0 -64
- package/dist/pid-manager.js.map +0 -1
- package/dist/portfolio-manager.d.ts.map +0 -1
- package/dist/portfolio-manager.js.map +0 -1
- package/dist/portfolio-rebalance.d.ts.map +0 -1
- package/dist/portfolio-rebalance.js.map +0 -1
- package/dist/provider-config.d.ts +0 -43
- package/dist/provider-config.d.ts.map +0 -1
- package/dist/provider-config.js +0 -131
- package/dist/provider-config.js.map +0 -1
- package/dist/provider-factory.d.ts +0 -23
- package/dist/provider-factory.d.ts.map +0 -1
- package/dist/provider-factory.js +0 -83
- package/dist/provider-factory.js.map +0 -1
- package/dist/reporting-engine.d.ts.map +0 -1
- package/dist/reporting-engine.js.map +0 -1
- package/dist/satisficing-judge.d.ts +0 -113
- package/dist/satisficing-judge.d.ts.map +0 -1
- package/dist/satisficing-judge.js +0 -592
- package/dist/satisficing-judge.js.map +0 -1
- package/dist/session-manager.d.ts +0 -159
- package/dist/session-manager.d.ts.map +0 -1
- package/dist/session-manager.js +0 -458
- package/dist/session-manager.js.map +0 -1
- package/dist/stall-detector.d.ts +0 -100
- package/dist/stall-detector.d.ts.map +0 -1
- package/dist/stall-detector.js +0 -306
- package/dist/stall-detector.js.map +0 -1
- package/dist/state-aggregator.d.ts +0 -89
- package/dist/state-aggregator.d.ts.map +0 -1
- package/dist/state-aggregator.js +0 -290
- package/dist/state-aggregator.js.map +0 -1
- package/dist/state-manager.d.ts.map +0 -1
- package/dist/state-manager.js.map +0 -1
- package/dist/strategy-manager.d.ts +0 -128
- package/dist/strategy-manager.d.ts.map +0 -1
- package/dist/strategy-manager.js +0 -579
- package/dist/strategy-manager.js.map +0 -1
- package/dist/strategy-template-registry.d.ts +0 -80
- package/dist/strategy-template-registry.d.ts.map +0 -1
- package/dist/strategy-template-registry.js +0 -320
- package/dist/strategy-template-registry.js.map +0 -1
- package/dist/task-lifecycle.d.ts +0 -167
- package/dist/task-lifecycle.d.ts.map +0 -1
- package/dist/task-lifecycle.js +0 -1161
- package/dist/task-lifecycle.js.map +0 -1
- package/dist/tree-loop-orchestrator.d.ts +0 -79
- package/dist/tree-loop-orchestrator.d.ts.map +0 -1
- package/dist/tree-loop-orchestrator.js +0 -225
- package/dist/tree-loop-orchestrator.js.map +0 -1
- package/dist/trust-manager.d.ts +0 -67
- package/dist/trust-manager.d.ts.map +0 -1
- package/dist/trust-manager.js +0 -201
- package/dist/trust-manager.js.map +0 -1
- package/dist/vector-index.d.ts +0 -39
- package/dist/vector-index.d.ts.map +0 -1
- package/dist/vector-index.js +0 -111
- package/dist/vector-index.js.map +0 -1
- /package/dist/adapters/{openclaw-acp.js → agents/openclaw-acp.js} +0 -0
- /package/dist/adapters/{file-existence-datasource.js → datasources/file-existence-datasource.js} +0 -0
- /package/dist/adapters/{github-issue-datasource.js → datasources/github-issue-datasource.js} +0 -0
- /package/dist/adapters/{mcp-datasource.js → datasources/mcp-datasource.js} +0 -0
- /package/dist/adapters/{openclaw-datasource.js → datasources/openclaw-datasource.js} +0 -0
- /package/dist/adapters/{shell-datasource.js → datasources/shell-datasource.js} +0 -0
- /package/dist/{cli-runner.d.ts → cli/cli-runner.d.ts} +0 -0
- /package/dist/execution/{context-budget.js → context/context-budget.js} +0 -0
- /package/dist/execution/{task-approval-check.js → task/task-approval-check.js} +0 -0
- /package/dist/execution/{task-health-check.d.ts → task/task-health-check.d.ts} +0 -0
- /package/dist/execution/{task-health-check.js → task/task-health-check.js} +0 -0
- /package/dist/knowledge/{learning-exports.js → learning/learning-exports.js} +0 -0
- /package/dist/knowledge/{memory-distill.js → memory/memory-distill.js} +0 -0
- /package/dist/knowledge/{memory-exports.js → memory/memory-exports.js} +0 -0
- /package/dist/knowledge/{memory-persistence.js → memory/memory-persistence.js} +0 -0
- /package/dist/knowledge/{memory-tier.js → memory/memory-tier.js} +0 -0
- /package/dist/knowledge/{knowledge-transfer-prompts.js → transfer/knowledge-transfer-prompts.js} +0 -0
- /package/dist/knowledge/{knowledge-transfer-types.js → transfer/knowledge-transfer-types.js} +0 -0
- /package/dist/knowledge/{knowledge-transfer.js → transfer/knowledge-transfer.js} +0 -0
- /package/dist/{portfolio-rebalance.js → strategy/portfolio-rebalance.js} +0 -0
- /package/dist/{guardrail-runner.js → traits/guardrail-runner.js} +0 -0
|
@@ -34,19 +34,19 @@ export declare const EmailChannelSchema: z.ZodObject<{
|
|
|
34
34
|
user: string;
|
|
35
35
|
}>;
|
|
36
36
|
}, "strip", z.ZodTypeAny, {
|
|
37
|
+
host: string;
|
|
38
|
+
port: number;
|
|
39
|
+
secure: boolean;
|
|
37
40
|
auth: {
|
|
38
41
|
pass: string;
|
|
39
42
|
user: string;
|
|
40
43
|
};
|
|
41
|
-
host: string;
|
|
42
|
-
port: number;
|
|
43
|
-
secure: boolean;
|
|
44
44
|
}, {
|
|
45
|
+
host: string;
|
|
45
46
|
auth: {
|
|
46
47
|
pass: string;
|
|
47
48
|
user: string;
|
|
48
49
|
};
|
|
49
|
-
host: string;
|
|
50
50
|
port?: number | undefined;
|
|
51
51
|
secure?: boolean | undefined;
|
|
52
52
|
}>;
|
|
@@ -58,23 +58,23 @@ export declare const EmailChannelSchema: z.ZodObject<{
|
|
|
58
58
|
format: "compact" | "full";
|
|
59
59
|
address: string;
|
|
60
60
|
smtp: {
|
|
61
|
+
host: string;
|
|
62
|
+
port: number;
|
|
63
|
+
secure: boolean;
|
|
61
64
|
auth: {
|
|
62
65
|
pass: string;
|
|
63
66
|
user: string;
|
|
64
67
|
};
|
|
65
|
-
host: string;
|
|
66
|
-
port: number;
|
|
67
|
-
secure: boolean;
|
|
68
68
|
};
|
|
69
69
|
}, {
|
|
70
70
|
type: "email";
|
|
71
71
|
address: string;
|
|
72
72
|
smtp: {
|
|
73
|
+
host: string;
|
|
73
74
|
auth: {
|
|
74
75
|
pass: string;
|
|
75
76
|
user: string;
|
|
76
77
|
};
|
|
77
|
-
host: string;
|
|
78
78
|
port?: number | undefined;
|
|
79
79
|
secure?: boolean | undefined;
|
|
80
80
|
};
|
|
@@ -90,16 +90,16 @@ export declare const WebhookChannelSchema: z.ZodObject<{
|
|
|
90
90
|
format: z.ZodDefault<z.ZodString>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
92
92
|
type: "webhook";
|
|
93
|
-
url: string;
|
|
94
93
|
report_types: string[];
|
|
95
94
|
format: string;
|
|
95
|
+
url: string;
|
|
96
96
|
headers?: Record<string, string> | undefined;
|
|
97
97
|
}, {
|
|
98
98
|
type: "webhook";
|
|
99
99
|
url: string;
|
|
100
|
-
headers?: Record<string, string> | undefined;
|
|
101
100
|
report_types?: string[] | undefined;
|
|
102
101
|
format?: string | undefined;
|
|
102
|
+
headers?: Record<string, string> | undefined;
|
|
103
103
|
}>;
|
|
104
104
|
export type WebhookChannel = z.infer<typeof WebhookChannelSchema>;
|
|
105
105
|
export declare const NotificationChannelSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -135,19 +135,19 @@ export declare const NotificationChannelSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
135
135
|
user: string;
|
|
136
136
|
}>;
|
|
137
137
|
}, "strip", z.ZodTypeAny, {
|
|
138
|
+
host: string;
|
|
139
|
+
port: number;
|
|
140
|
+
secure: boolean;
|
|
138
141
|
auth: {
|
|
139
142
|
pass: string;
|
|
140
143
|
user: string;
|
|
141
144
|
};
|
|
142
|
-
host: string;
|
|
143
|
-
port: number;
|
|
144
|
-
secure: boolean;
|
|
145
145
|
}, {
|
|
146
|
+
host: string;
|
|
146
147
|
auth: {
|
|
147
148
|
pass: string;
|
|
148
149
|
user: string;
|
|
149
150
|
};
|
|
150
|
-
host: string;
|
|
151
151
|
port?: number | undefined;
|
|
152
152
|
secure?: boolean | undefined;
|
|
153
153
|
}>;
|
|
@@ -159,23 +159,23 @@ export declare const NotificationChannelSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
159
159
|
format: "compact" | "full";
|
|
160
160
|
address: string;
|
|
161
161
|
smtp: {
|
|
162
|
+
host: string;
|
|
163
|
+
port: number;
|
|
164
|
+
secure: boolean;
|
|
162
165
|
auth: {
|
|
163
166
|
pass: string;
|
|
164
167
|
user: string;
|
|
165
168
|
};
|
|
166
|
-
host: string;
|
|
167
|
-
port: number;
|
|
168
|
-
secure: boolean;
|
|
169
169
|
};
|
|
170
170
|
}, {
|
|
171
171
|
type: "email";
|
|
172
172
|
address: string;
|
|
173
173
|
smtp: {
|
|
174
|
+
host: string;
|
|
174
175
|
auth: {
|
|
175
176
|
pass: string;
|
|
176
177
|
user: string;
|
|
177
178
|
};
|
|
178
|
-
host: string;
|
|
179
179
|
port?: number | undefined;
|
|
180
180
|
secure?: boolean | undefined;
|
|
181
181
|
};
|
|
@@ -189,16 +189,16 @@ export declare const NotificationChannelSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
189
189
|
format: z.ZodDefault<z.ZodString>;
|
|
190
190
|
}, "strip", z.ZodTypeAny, {
|
|
191
191
|
type: "webhook";
|
|
192
|
-
url: string;
|
|
193
192
|
report_types: string[];
|
|
194
193
|
format: string;
|
|
194
|
+
url: string;
|
|
195
195
|
headers?: Record<string, string> | undefined;
|
|
196
196
|
}, {
|
|
197
197
|
type: "webhook";
|
|
198
198
|
url: string;
|
|
199
|
-
headers?: Record<string, string> | undefined;
|
|
200
199
|
report_types?: string[] | undefined;
|
|
201
200
|
format?: string | undefined;
|
|
201
|
+
headers?: Record<string, string> | undefined;
|
|
202
202
|
}>]>;
|
|
203
203
|
export type NotificationChannel = z.infer<typeof NotificationChannelSchema>;
|
|
204
204
|
export declare const DoNotDisturbSchema: z.ZodObject<{
|
|
@@ -278,19 +278,19 @@ export declare const GoalReportingOverrideSchema: z.ZodObject<{
|
|
|
278
278
|
user: string;
|
|
279
279
|
}>;
|
|
280
280
|
}, "strip", z.ZodTypeAny, {
|
|
281
|
+
host: string;
|
|
282
|
+
port: number;
|
|
283
|
+
secure: boolean;
|
|
281
284
|
auth: {
|
|
282
285
|
pass: string;
|
|
283
286
|
user: string;
|
|
284
287
|
};
|
|
285
|
-
host: string;
|
|
286
|
-
port: number;
|
|
287
|
-
secure: boolean;
|
|
288
288
|
}, {
|
|
289
|
+
host: string;
|
|
289
290
|
auth: {
|
|
290
291
|
pass: string;
|
|
291
292
|
user: string;
|
|
292
293
|
};
|
|
293
|
-
host: string;
|
|
294
294
|
port?: number | undefined;
|
|
295
295
|
secure?: boolean | undefined;
|
|
296
296
|
}>;
|
|
@@ -302,23 +302,23 @@ export declare const GoalReportingOverrideSchema: z.ZodObject<{
|
|
|
302
302
|
format: "compact" | "full";
|
|
303
303
|
address: string;
|
|
304
304
|
smtp: {
|
|
305
|
+
host: string;
|
|
306
|
+
port: number;
|
|
307
|
+
secure: boolean;
|
|
305
308
|
auth: {
|
|
306
309
|
pass: string;
|
|
307
310
|
user: string;
|
|
308
311
|
};
|
|
309
|
-
host: string;
|
|
310
|
-
port: number;
|
|
311
|
-
secure: boolean;
|
|
312
312
|
};
|
|
313
313
|
}, {
|
|
314
314
|
type: "email";
|
|
315
315
|
address: string;
|
|
316
316
|
smtp: {
|
|
317
|
+
host: string;
|
|
317
318
|
auth: {
|
|
318
319
|
pass: string;
|
|
319
320
|
user: string;
|
|
320
321
|
};
|
|
321
|
-
host: string;
|
|
322
322
|
port?: number | undefined;
|
|
323
323
|
secure?: boolean | undefined;
|
|
324
324
|
};
|
|
@@ -332,16 +332,16 @@ export declare const GoalReportingOverrideSchema: z.ZodObject<{
|
|
|
332
332
|
format: z.ZodDefault<z.ZodString>;
|
|
333
333
|
}, "strip", z.ZodTypeAny, {
|
|
334
334
|
type: "webhook";
|
|
335
|
-
url: string;
|
|
336
335
|
report_types: string[];
|
|
337
336
|
format: string;
|
|
337
|
+
url: string;
|
|
338
338
|
headers?: Record<string, string> | undefined;
|
|
339
339
|
}, {
|
|
340
340
|
type: "webhook";
|
|
341
341
|
url: string;
|
|
342
|
-
headers?: Record<string, string> | undefined;
|
|
343
342
|
report_types?: string[] | undefined;
|
|
344
343
|
format?: string | undefined;
|
|
344
|
+
headers?: Record<string, string> | undefined;
|
|
345
345
|
}>]>, "many">>;
|
|
346
346
|
}, "strip", z.ZodTypeAny, {
|
|
347
347
|
goal_id: string;
|
|
@@ -358,19 +358,19 @@ export declare const GoalReportingOverrideSchema: z.ZodObject<{
|
|
|
358
358
|
format: "compact" | "full";
|
|
359
359
|
address: string;
|
|
360
360
|
smtp: {
|
|
361
|
+
host: string;
|
|
362
|
+
port: number;
|
|
363
|
+
secure: boolean;
|
|
361
364
|
auth: {
|
|
362
365
|
pass: string;
|
|
363
366
|
user: string;
|
|
364
367
|
};
|
|
365
|
-
host: string;
|
|
366
|
-
port: number;
|
|
367
|
-
secure: boolean;
|
|
368
368
|
};
|
|
369
369
|
} | {
|
|
370
370
|
type: "webhook";
|
|
371
|
-
url: string;
|
|
372
371
|
report_types: string[];
|
|
373
372
|
format: string;
|
|
373
|
+
url: string;
|
|
374
374
|
headers?: Record<string, string> | undefined;
|
|
375
375
|
})[] | undefined;
|
|
376
376
|
}, {
|
|
@@ -386,11 +386,11 @@ export declare const GoalReportingOverrideSchema: z.ZodObject<{
|
|
|
386
386
|
type: "email";
|
|
387
387
|
address: string;
|
|
388
388
|
smtp: {
|
|
389
|
+
host: string;
|
|
389
390
|
auth: {
|
|
390
391
|
pass: string;
|
|
391
392
|
user: string;
|
|
392
393
|
};
|
|
393
|
-
host: string;
|
|
394
394
|
port?: number | undefined;
|
|
395
395
|
secure?: boolean | undefined;
|
|
396
396
|
};
|
|
@@ -399,9 +399,9 @@ export declare const GoalReportingOverrideSchema: z.ZodObject<{
|
|
|
399
399
|
} | {
|
|
400
400
|
type: "webhook";
|
|
401
401
|
url: string;
|
|
402
|
-
headers?: Record<string, string> | undefined;
|
|
403
402
|
report_types?: string[] | undefined;
|
|
404
403
|
format?: string | undefined;
|
|
404
|
+
headers?: Record<string, string> | undefined;
|
|
405
405
|
})[] | undefined;
|
|
406
406
|
}>;
|
|
407
407
|
export type GoalReportingOverride = z.infer<typeof GoalReportingOverrideSchema>;
|
|
@@ -453,19 +453,19 @@ export declare const NotificationConfigSchema: z.ZodObject<{
|
|
|
453
453
|
user: string;
|
|
454
454
|
}>;
|
|
455
455
|
}, "strip", z.ZodTypeAny, {
|
|
456
|
+
host: string;
|
|
457
|
+
port: number;
|
|
458
|
+
secure: boolean;
|
|
456
459
|
auth: {
|
|
457
460
|
pass: string;
|
|
458
461
|
user: string;
|
|
459
462
|
};
|
|
460
|
-
host: string;
|
|
461
|
-
port: number;
|
|
462
|
-
secure: boolean;
|
|
463
463
|
}, {
|
|
464
|
+
host: string;
|
|
464
465
|
auth: {
|
|
465
466
|
pass: string;
|
|
466
467
|
user: string;
|
|
467
468
|
};
|
|
468
|
-
host: string;
|
|
469
469
|
port?: number | undefined;
|
|
470
470
|
secure?: boolean | undefined;
|
|
471
471
|
}>;
|
|
@@ -477,23 +477,23 @@ export declare const NotificationConfigSchema: z.ZodObject<{
|
|
|
477
477
|
format: "compact" | "full";
|
|
478
478
|
address: string;
|
|
479
479
|
smtp: {
|
|
480
|
+
host: string;
|
|
481
|
+
port: number;
|
|
482
|
+
secure: boolean;
|
|
480
483
|
auth: {
|
|
481
484
|
pass: string;
|
|
482
485
|
user: string;
|
|
483
486
|
};
|
|
484
|
-
host: string;
|
|
485
|
-
port: number;
|
|
486
|
-
secure: boolean;
|
|
487
487
|
};
|
|
488
488
|
}, {
|
|
489
489
|
type: "email";
|
|
490
490
|
address: string;
|
|
491
491
|
smtp: {
|
|
492
|
+
host: string;
|
|
492
493
|
auth: {
|
|
493
494
|
pass: string;
|
|
494
495
|
user: string;
|
|
495
496
|
};
|
|
496
|
-
host: string;
|
|
497
497
|
port?: number | undefined;
|
|
498
498
|
secure?: boolean | undefined;
|
|
499
499
|
};
|
|
@@ -507,16 +507,16 @@ export declare const NotificationConfigSchema: z.ZodObject<{
|
|
|
507
507
|
format: z.ZodDefault<z.ZodString>;
|
|
508
508
|
}, "strip", z.ZodTypeAny, {
|
|
509
509
|
type: "webhook";
|
|
510
|
-
url: string;
|
|
511
510
|
report_types: string[];
|
|
512
511
|
format: string;
|
|
512
|
+
url: string;
|
|
513
513
|
headers?: Record<string, string> | undefined;
|
|
514
514
|
}, {
|
|
515
515
|
type: "webhook";
|
|
516
516
|
url: string;
|
|
517
|
-
headers?: Record<string, string> | undefined;
|
|
518
517
|
report_types?: string[] | undefined;
|
|
519
518
|
format?: string | undefined;
|
|
519
|
+
headers?: Record<string, string> | undefined;
|
|
520
520
|
}>]>, "many">>;
|
|
521
521
|
do_not_disturb: z.ZodDefault<z.ZodObject<{
|
|
522
522
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -593,19 +593,19 @@ export declare const NotificationConfigSchema: z.ZodObject<{
|
|
|
593
593
|
user: string;
|
|
594
594
|
}>;
|
|
595
595
|
}, "strip", z.ZodTypeAny, {
|
|
596
|
+
host: string;
|
|
597
|
+
port: number;
|
|
598
|
+
secure: boolean;
|
|
596
599
|
auth: {
|
|
597
600
|
pass: string;
|
|
598
601
|
user: string;
|
|
599
602
|
};
|
|
600
|
-
host: string;
|
|
601
|
-
port: number;
|
|
602
|
-
secure: boolean;
|
|
603
603
|
}, {
|
|
604
|
+
host: string;
|
|
604
605
|
auth: {
|
|
605
606
|
pass: string;
|
|
606
607
|
user: string;
|
|
607
608
|
};
|
|
608
|
-
host: string;
|
|
609
609
|
port?: number | undefined;
|
|
610
610
|
secure?: boolean | undefined;
|
|
611
611
|
}>;
|
|
@@ -617,23 +617,23 @@ export declare const NotificationConfigSchema: z.ZodObject<{
|
|
|
617
617
|
format: "compact" | "full";
|
|
618
618
|
address: string;
|
|
619
619
|
smtp: {
|
|
620
|
+
host: string;
|
|
621
|
+
port: number;
|
|
622
|
+
secure: boolean;
|
|
620
623
|
auth: {
|
|
621
624
|
pass: string;
|
|
622
625
|
user: string;
|
|
623
626
|
};
|
|
624
|
-
host: string;
|
|
625
|
-
port: number;
|
|
626
|
-
secure: boolean;
|
|
627
627
|
};
|
|
628
628
|
}, {
|
|
629
629
|
type: "email";
|
|
630
630
|
address: string;
|
|
631
631
|
smtp: {
|
|
632
|
+
host: string;
|
|
632
633
|
auth: {
|
|
633
634
|
pass: string;
|
|
634
635
|
user: string;
|
|
635
636
|
};
|
|
636
|
-
host: string;
|
|
637
637
|
port?: number | undefined;
|
|
638
638
|
secure?: boolean | undefined;
|
|
639
639
|
};
|
|
@@ -647,16 +647,16 @@ export declare const NotificationConfigSchema: z.ZodObject<{
|
|
|
647
647
|
format: z.ZodDefault<z.ZodString>;
|
|
648
648
|
}, "strip", z.ZodTypeAny, {
|
|
649
649
|
type: "webhook";
|
|
650
|
-
url: string;
|
|
651
650
|
report_types: string[];
|
|
652
651
|
format: string;
|
|
652
|
+
url: string;
|
|
653
653
|
headers?: Record<string, string> | undefined;
|
|
654
654
|
}, {
|
|
655
655
|
type: "webhook";
|
|
656
656
|
url: string;
|
|
657
|
-
headers?: Record<string, string> | undefined;
|
|
658
657
|
report_types?: string[] | undefined;
|
|
659
658
|
format?: string | undefined;
|
|
659
|
+
headers?: Record<string, string> | undefined;
|
|
660
660
|
}>]>, "many">>;
|
|
661
661
|
}, "strip", z.ZodTypeAny, {
|
|
662
662
|
goal_id: string;
|
|
@@ -673,19 +673,19 @@ export declare const NotificationConfigSchema: z.ZodObject<{
|
|
|
673
673
|
format: "compact" | "full";
|
|
674
674
|
address: string;
|
|
675
675
|
smtp: {
|
|
676
|
+
host: string;
|
|
677
|
+
port: number;
|
|
678
|
+
secure: boolean;
|
|
676
679
|
auth: {
|
|
677
680
|
pass: string;
|
|
678
681
|
user: string;
|
|
679
682
|
};
|
|
680
|
-
host: string;
|
|
681
|
-
port: number;
|
|
682
|
-
secure: boolean;
|
|
683
683
|
};
|
|
684
684
|
} | {
|
|
685
685
|
type: "webhook";
|
|
686
|
-
url: string;
|
|
687
686
|
report_types: string[];
|
|
688
687
|
format: string;
|
|
688
|
+
url: string;
|
|
689
689
|
headers?: Record<string, string> | undefined;
|
|
690
690
|
})[] | undefined;
|
|
691
691
|
}, {
|
|
@@ -701,11 +701,11 @@ export declare const NotificationConfigSchema: z.ZodObject<{
|
|
|
701
701
|
type: "email";
|
|
702
702
|
address: string;
|
|
703
703
|
smtp: {
|
|
704
|
+
host: string;
|
|
704
705
|
auth: {
|
|
705
706
|
pass: string;
|
|
706
707
|
user: string;
|
|
707
708
|
};
|
|
708
|
-
host: string;
|
|
709
709
|
port?: number | undefined;
|
|
710
710
|
secure?: boolean | undefined;
|
|
711
711
|
};
|
|
@@ -714,9 +714,9 @@ export declare const NotificationConfigSchema: z.ZodObject<{
|
|
|
714
714
|
} | {
|
|
715
715
|
type: "webhook";
|
|
716
716
|
url: string;
|
|
717
|
-
headers?: Record<string, string> | undefined;
|
|
718
717
|
report_types?: string[] | undefined;
|
|
719
718
|
format?: string | undefined;
|
|
719
|
+
headers?: Record<string, string> | undefined;
|
|
720
720
|
})[] | undefined;
|
|
721
721
|
}>, "many">>;
|
|
722
722
|
batching: z.ZodDefault<z.ZodObject<{
|
|
@@ -744,19 +744,19 @@ export declare const NotificationConfigSchema: z.ZodObject<{
|
|
|
744
744
|
format: "compact" | "full";
|
|
745
745
|
address: string;
|
|
746
746
|
smtp: {
|
|
747
|
+
host: string;
|
|
748
|
+
port: number;
|
|
749
|
+
secure: boolean;
|
|
747
750
|
auth: {
|
|
748
751
|
pass: string;
|
|
749
752
|
user: string;
|
|
750
753
|
};
|
|
751
|
-
host: string;
|
|
752
|
-
port: number;
|
|
753
|
-
secure: boolean;
|
|
754
754
|
};
|
|
755
755
|
} | {
|
|
756
756
|
type: "webhook";
|
|
757
|
-
url: string;
|
|
758
757
|
report_types: string[];
|
|
759
758
|
format: string;
|
|
759
|
+
url: string;
|
|
760
760
|
headers?: Record<string, string> | undefined;
|
|
761
761
|
})[];
|
|
762
762
|
do_not_disturb: {
|
|
@@ -790,19 +790,19 @@ export declare const NotificationConfigSchema: z.ZodObject<{
|
|
|
790
790
|
format: "compact" | "full";
|
|
791
791
|
address: string;
|
|
792
792
|
smtp: {
|
|
793
|
+
host: string;
|
|
794
|
+
port: number;
|
|
795
|
+
secure: boolean;
|
|
793
796
|
auth: {
|
|
794
797
|
pass: string;
|
|
795
798
|
user: string;
|
|
796
799
|
};
|
|
797
|
-
host: string;
|
|
798
|
-
port: number;
|
|
799
|
-
secure: boolean;
|
|
800
800
|
};
|
|
801
801
|
} | {
|
|
802
802
|
type: "webhook";
|
|
803
|
-
url: string;
|
|
804
803
|
report_types: string[];
|
|
805
804
|
format: string;
|
|
805
|
+
url: string;
|
|
806
806
|
headers?: Record<string, string> | undefined;
|
|
807
807
|
})[] | undefined;
|
|
808
808
|
}[];
|
|
@@ -821,11 +821,11 @@ export declare const NotificationConfigSchema: z.ZodObject<{
|
|
|
821
821
|
type: "email";
|
|
822
822
|
address: string;
|
|
823
823
|
smtp: {
|
|
824
|
+
host: string;
|
|
824
825
|
auth: {
|
|
825
826
|
pass: string;
|
|
826
827
|
user: string;
|
|
827
828
|
};
|
|
828
|
-
host: string;
|
|
829
829
|
port?: number | undefined;
|
|
830
830
|
secure?: boolean | undefined;
|
|
831
831
|
};
|
|
@@ -834,9 +834,9 @@ export declare const NotificationConfigSchema: z.ZodObject<{
|
|
|
834
834
|
} | {
|
|
835
835
|
type: "webhook";
|
|
836
836
|
url: string;
|
|
837
|
-
headers?: Record<string, string> | undefined;
|
|
838
837
|
report_types?: string[] | undefined;
|
|
839
838
|
format?: string | undefined;
|
|
839
|
+
headers?: Record<string, string> | undefined;
|
|
840
840
|
})[] | undefined;
|
|
841
841
|
do_not_disturb?: {
|
|
842
842
|
enabled?: boolean | undefined;
|
|
@@ -865,11 +865,11 @@ export declare const NotificationConfigSchema: z.ZodObject<{
|
|
|
865
865
|
type: "email";
|
|
866
866
|
address: string;
|
|
867
867
|
smtp: {
|
|
868
|
+
host: string;
|
|
868
869
|
auth: {
|
|
869
870
|
pass: string;
|
|
870
871
|
user: string;
|
|
871
872
|
};
|
|
872
|
-
host: string;
|
|
873
873
|
port?: number | undefined;
|
|
874
874
|
secure?: boolean | undefined;
|
|
875
875
|
};
|
|
@@ -878,9 +878,9 @@ export declare const NotificationConfigSchema: z.ZodObject<{
|
|
|
878
878
|
} | {
|
|
879
879
|
type: "webhook";
|
|
880
880
|
url: string;
|
|
881
|
-
headers?: Record<string, string> | undefined;
|
|
882
881
|
report_types?: string[] | undefined;
|
|
883
882
|
format?: string | undefined;
|
|
883
|
+
headers?: Record<string, string> | undefined;
|
|
884
884
|
})[] | undefined;
|
|
885
885
|
}[] | undefined;
|
|
886
886
|
batching?: {
|
package/dist/types/pipeline.d.ts
CHANGED
|
@@ -9,24 +9,24 @@ export declare const PipelineStageSchema: z.ZodObject<{
|
|
|
9
9
|
domain: z.ZodEnum<["code", "data", "api_action", "research", "communication", "monitoring"]>;
|
|
10
10
|
preferred_adapter: z.ZodOptional<z.ZodString>;
|
|
11
11
|
}, "strip", z.ZodTypeAny, {
|
|
12
|
-
domain: "code" | "data" | "
|
|
12
|
+
domain: "code" | "data" | "api_action" | "research" | "communication" | "monitoring";
|
|
13
13
|
preferred_adapter?: string | undefined;
|
|
14
14
|
}, {
|
|
15
|
-
domain: "code" | "data" | "
|
|
15
|
+
domain: "code" | "data" | "api_action" | "research" | "communication" | "monitoring";
|
|
16
16
|
preferred_adapter?: string | undefined;
|
|
17
17
|
}>>;
|
|
18
18
|
prompt_override: z.ZodOptional<z.ZodString>;
|
|
19
19
|
}, "strip", z.ZodTypeAny, {
|
|
20
20
|
role: "implementor" | "reviewer" | "verifier" | "researcher";
|
|
21
21
|
capability_requirement?: {
|
|
22
|
-
domain: "code" | "data" | "
|
|
22
|
+
domain: "code" | "data" | "api_action" | "research" | "communication" | "monitoring";
|
|
23
23
|
preferred_adapter?: string | undefined;
|
|
24
24
|
} | undefined;
|
|
25
25
|
prompt_override?: string | undefined;
|
|
26
26
|
}, {
|
|
27
27
|
role: "implementor" | "reviewer" | "verifier" | "researcher";
|
|
28
28
|
capability_requirement?: {
|
|
29
|
-
domain: "code" | "data" | "
|
|
29
|
+
domain: "code" | "data" | "api_action" | "research" | "communication" | "monitoring";
|
|
30
30
|
preferred_adapter?: string | undefined;
|
|
31
31
|
} | undefined;
|
|
32
32
|
prompt_override?: string | undefined;
|
|
@@ -39,24 +39,24 @@ export declare const TaskPipelineSchema: z.ZodObject<{
|
|
|
39
39
|
domain: z.ZodEnum<["code", "data", "api_action", "research", "communication", "monitoring"]>;
|
|
40
40
|
preferred_adapter: z.ZodOptional<z.ZodString>;
|
|
41
41
|
}, "strip", z.ZodTypeAny, {
|
|
42
|
-
domain: "code" | "data" | "
|
|
42
|
+
domain: "code" | "data" | "api_action" | "research" | "communication" | "monitoring";
|
|
43
43
|
preferred_adapter?: string | undefined;
|
|
44
44
|
}, {
|
|
45
|
-
domain: "code" | "data" | "
|
|
45
|
+
domain: "code" | "data" | "api_action" | "research" | "communication" | "monitoring";
|
|
46
46
|
preferred_adapter?: string | undefined;
|
|
47
47
|
}>>;
|
|
48
48
|
prompt_override: z.ZodOptional<z.ZodString>;
|
|
49
49
|
}, "strip", z.ZodTypeAny, {
|
|
50
50
|
role: "implementor" | "reviewer" | "verifier" | "researcher";
|
|
51
51
|
capability_requirement?: {
|
|
52
|
-
domain: "code" | "data" | "
|
|
52
|
+
domain: "code" | "data" | "api_action" | "research" | "communication" | "monitoring";
|
|
53
53
|
preferred_adapter?: string | undefined;
|
|
54
54
|
} | undefined;
|
|
55
55
|
prompt_override?: string | undefined;
|
|
56
56
|
}, {
|
|
57
57
|
role: "implementor" | "reviewer" | "verifier" | "researcher";
|
|
58
58
|
capability_requirement?: {
|
|
59
|
-
domain: "code" | "data" | "
|
|
59
|
+
domain: "code" | "data" | "api_action" | "research" | "communication" | "monitoring";
|
|
60
60
|
preferred_adapter?: string | undefined;
|
|
61
61
|
} | undefined;
|
|
62
62
|
prompt_override?: string | undefined;
|
|
@@ -68,7 +68,7 @@ export declare const TaskPipelineSchema: z.ZodObject<{
|
|
|
68
68
|
stages: {
|
|
69
69
|
role: "implementor" | "reviewer" | "verifier" | "researcher";
|
|
70
70
|
capability_requirement?: {
|
|
71
|
-
domain: "code" | "data" | "
|
|
71
|
+
domain: "code" | "data" | "api_action" | "research" | "communication" | "monitoring";
|
|
72
72
|
preferred_adapter?: string | undefined;
|
|
73
73
|
} | undefined;
|
|
74
74
|
prompt_override?: string | undefined;
|
|
@@ -80,7 +80,7 @@ export declare const TaskPipelineSchema: z.ZodObject<{
|
|
|
80
80
|
stages: {
|
|
81
81
|
role: "implementor" | "reviewer" | "verifier" | "researcher";
|
|
82
82
|
capability_requirement?: {
|
|
83
|
-
domain: "code" | "data" | "
|
|
83
|
+
domain: "code" | "data" | "api_action" | "research" | "communication" | "monitoring";
|
|
84
84
|
preferred_adapter?: string | undefined;
|
|
85
85
|
} | undefined;
|
|
86
86
|
prompt_override?: string | undefined;
|
|
@@ -145,8 +145,8 @@ export declare const PipelineStateSchema: z.ZodObject<{
|
|
|
145
145
|
}, "strip", z.ZodTypeAny, {
|
|
146
146
|
status: "running" | "completed" | "failed" | "interrupted";
|
|
147
147
|
updated_at: string;
|
|
148
|
-
task_id: string;
|
|
149
148
|
started_at: string;
|
|
149
|
+
task_id: string;
|
|
150
150
|
pipeline_id: string;
|
|
151
151
|
current_stage_index: number;
|
|
152
152
|
completed_stages: {
|
|
@@ -160,8 +160,8 @@ export declare const PipelineStateSchema: z.ZodObject<{
|
|
|
160
160
|
}, {
|
|
161
161
|
status: "running" | "completed" | "failed" | "interrupted";
|
|
162
162
|
updated_at: string;
|
|
163
|
-
task_id: string;
|
|
164
163
|
started_at: string;
|
|
164
|
+
task_id: string;
|
|
165
165
|
pipeline_id: string;
|
|
166
166
|
current_stage_index: number;
|
|
167
167
|
completed_stages: {
|