@webskill/sdk 0.10.0 → 0.12.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.
Files changed (35) hide show
  1. package/dist/agent.d.ts +3 -2
  2. package/dist/agent.js +3 -1102
  3. package/dist/browser.d.ts +258 -11
  4. package/dist/browser.js +763 -47
  5. package/dist/{catalogComponents-DTcYfpLQ-CcoOaz-Z.js → catalogComponents-BgAJN0p8-C3K8klJd.js} +508 -923
  6. package/dist/dist-DU9KDAuR.js +1468 -0
  7. package/dist/{dist-1OFC-zax.js → dist-DqcL6jKO.js} +668 -60
  8. package/dist/{dist-BViUeszk.js → dist-sdKFgERo.js} +956 -115
  9. package/dist/{echarts-DhNm2ene.js → echarts-De78wXqV.js} +599 -61
  10. package/dist/{eventTypes-s2uwAcLG-Go3l_dUe.js → eventTypes-FllCrX-Z-DNDeHWoG.js} +6 -2
  11. package/dist/governance.d.ts +7 -3
  12. package/dist/governance.js +1 -1
  13. package/dist/{index-B0QPLWPZ.d.ts → index-3fCHc1mQ.d.ts} +198 -11
  14. package/dist/{index-DtFdMKBX.d.ts → index-C9pzXLKy.d.ts} +366 -9
  15. package/dist/{index-BF4E1a9j.d.ts → index-DFhU1uks.d.ts} +286 -19
  16. package/dist/index.d.ts +4 -4
  17. package/dist/index.js +3 -3
  18. package/dist/mcp.d.ts +58 -7
  19. package/dist/mcp.js +124 -21
  20. package/dist/node.d.ts +3 -3
  21. package/dist/node.js +60 -4
  22. package/dist/{openUiLibrary-CIrV--Ad-B8zG_91e.js → openUiLibrary-BKXW7Iwx-DaymVubt.js} +3 -3
  23. package/dist/processSandboxEntry.js +8 -1
  24. package/dist/sandboxWorkerEntry.js +8 -1
  25. package/dist/{skillVersionStore-D-qHk9ZE-DBsYYCWn.d.ts → skillVersionStore-D-qHk9ZE-DheTIwAB.d.ts} +1 -1
  26. package/dist/testing.d.ts +1 -1
  27. package/dist/{types-CrRcT-LM-DZAp8sWv.d.ts → types-DLctJep_-B5G4uk2u.d.ts} +22 -5
  28. package/dist/ui-react.d.ts +13 -4
  29. package/dist/ui-react.js +93 -259
  30. package/dist/ui-vue.d.ts +1 -1
  31. package/dist/ui-vue.js +2 -2
  32. package/dist/ui.d.ts +4 -4
  33. package/dist/ui.js +3 -3
  34. package/dist/{webskillLitCatalog-BJrphK0y-SGmRXaaO.js → webskillLitCatalog-D_zCqeQF-C9lrvvMr.js} +135 -16
  35. package/package.json +1 -1
package/dist/agent.d.ts CHANGED
@@ -1,2 +1,3 @@
1
- import { $ as TodoList, A as PagePerceptionReader, B as SKILL_GENERATION_SYSTEM_PROMPT, C as PageActionRequest, D as PageAuditSink, E as PageActionUi, F as PerceptionAuditSink, G as SkillGenerationToolSourceOptions, H as SkillGenerationMessages, I as PerceptionCaptureOptions, J as SubAgentRunInput, K as SkillGenerator, L as PerceptionRecord, M as ParentBudget, N as PerceivedImage, O as PagePerceptionPolicy, P as PerceivedNode, Q as TodoItem, R as PerceptionResult, S as PageActionRecord, T as PageActionToolSourceOptions, U as SkillGenerationOutcome, V as SkillCandidateSink, W as SkillGenerationPolicy, X as TODO_SYSTEM_PROMPT, Y as SubAgentRunner, Z as TodoEvent, _ as PageActionExecutor, a as DelegationOrchestratorOptions, at as createPageActionToolSource, b as PageActionPolicy, c as DelegationToolSourceOptions, ct as createTodoToolSource, d as ImageCaptureBudget, et as TodoListener, f as MANAGE_TODO_TOOL, g as PERCEPTION_SYSTEM_PROMPT, h as PERCEIVE_PAGE_TOOL, i as DelegationOrchestrator, it as createDelegationToolSource, j as PagePerceptionToolSourceOptions, k as PagePerceptionPolicyOptions, l as GENERATE_SKILL_TOOL, lt as withDelegationOrigin, m as PAGE_ACTION_TOOL, n as DELEGATION_SYSTEM_PROMPT, nt as TodoStore, o as DelegationRequest, ot as createPagePerceptionToolSource, p as PAGE_ACTION_SYSTEM_PROMPT, q as SkillGeneratorOptions, r as DelegationBudget, rt as TodoToolSourceOptions, s as DelegationResult, st as createSkillGenerationToolSource, t as DELEGATE_TASK_TOOL, tt as TodoStatus, u as GeneratedSkillDraft, v as PageActionKind, w as PageActionScope, x as PageActionPolicyOptions, y as PageActionOutcome, z as PerceptionScope } from "./index-BF4E1a9j.js";
2
- export { DELEGATE_TASK_TOOL, DELEGATION_SYSTEM_PROMPT, type DelegationBudget, DelegationOrchestrator, type DelegationOrchestratorOptions, type DelegationRequest, type DelegationResult, type DelegationToolSourceOptions, GENERATE_SKILL_TOOL, type GeneratedSkillDraft, type ImageCaptureBudget, MANAGE_TODO_TOOL, PAGE_ACTION_SYSTEM_PROMPT, PAGE_ACTION_TOOL, PERCEIVE_PAGE_TOOL, PERCEPTION_SYSTEM_PROMPT, type PageActionExecutor, type PageActionKind, type PageActionOutcome, PageActionPolicy, type PageActionPolicyOptions, type PageActionRecord, type PageActionRequest, type PageActionScope, type PageActionToolSourceOptions, type PageActionUi, type PageAuditSink, PagePerceptionPolicy, type PagePerceptionPolicyOptions, type PagePerceptionReader, type PagePerceptionToolSourceOptions, type ParentBudget, type PerceivedImage, type PerceivedNode, type PerceptionAuditSink, type PerceptionCaptureOptions, type PerceptionRecord, type PerceptionResult, type PerceptionScope, SKILL_GENERATION_SYSTEM_PROMPT, type SkillCandidateSink, type SkillGenerationMessages, type SkillGenerationOutcome, type SkillGenerationPolicy, type SkillGenerationToolSourceOptions, SkillGenerator, type SkillGeneratorOptions, type SubAgentRunInput, type SubAgentRunner, TODO_SYSTEM_PROMPT, type TodoEvent, type TodoItem, type TodoList, type TodoListener, type TodoStatus, TodoStore, type TodoToolSourceOptions, createDelegationToolSource, createPageActionToolSource, createPagePerceptionToolSource, createSkillGenerationToolSource, createTodoToolSource, withDelegationOrigin };
1
+ import { E as DEFAULT_MAX_DATA_SOURCE_BYTES } from "./index-C9pzXLKy.js";
2
+ import { $ as PerceptionScope, A as PageActionKind, B as PageActionUi, C as MANAGE_TODO_TOOL, Ct as createPageActionToolSource, D as PERCEIVE_PAGE_TOOL, Dt as toActionFrameScopes, E as PAGE_ACTION_TOOL, Et as createTodoToolSource, F as PageActionRequest, G as PagePerceptionToolSourceOptions, H as PagePerceptionPolicy, I as PageActionScope, J as PerceivedNode, K as ParentBudget, L as PageActionScopeInput, M as PageActionPolicy, N as PageActionPolicyOptions, O as PERCEPTION_SYSTEM_PROMPT, Ot as toFrameScopes, P as PageActionRecord, Q as PerceptionResult, R as PageActionTarget, S as ImageCaptureBudget, St as createHttpDataSourceTransport, T as PAGE_ACTION_SYSTEM_PROMPT, Tt as createSkillGenerationToolSource, U as PagePerceptionPolicyOptions, V as PageAuditSink, W as PagePerceptionReader, X as PerceptionCaptureOptions, Y as PerceptionAuditSink, Z as PerceptionRecord, _ as FrameNote, _t as TodoListener, a as DataSourceDef, at as SkillGenerationPolicy, b as GeneratedSkillDraft, bt as TodoToolSourceOptions, c as DataSourcePolicyOptions, ct as SkillGeneratorOptions, d as DelegationBudget, dt as SubAgentRunInput, et as PerceptionScopeInput, f as DelegationOrchestrator, ft as SubAgentRunner, g as DelegationToolSourceOptions, gt as TodoList, h as DelegationResult, ht as TodoItem, i as DataSourceAuditSink, it as SkillGenerationOutcome, j as PageActionOutcome, k as PageActionExecutor, kt as withDelegationOrigin, l as DataSourceRecord, lt as SkillTraceEvidence, m as DelegationRequest, mt as TodoEvent, n as DELEGATE_TASK_TOOL, nt as SkillCandidateSink, o as DataSourceKind, ot as SkillGenerationToolSourceOptions, p as DelegationOrchestratorOptions, pt as TODO_SYSTEM_PROMPT, q as PerceivedImage, r as DELEGATION_SYSTEM_PROMPT, rt as SkillGenerationMessages, s as DataSourcePolicy, st as SkillGenerator, t as ActionFrameScope, tt as SKILL_GENERATION_SYSTEM_PROMPT, u as DataSourceTransport, ut as SkillTraceEvidenceStep, v as FrameScope, vt as TodoStatus, w as PAGE_ACTION_KINDS, wt as createPagePerceptionToolSource, x as HttpDataSourceOptions, xt as createDelegationToolSource, y as GENERATE_SKILL_TOOL, yt as TodoStore, z as PageActionToolSourceOptions } from "./index-DFhU1uks.js";
3
+ export { type ActionFrameScope, DEFAULT_MAX_DATA_SOURCE_BYTES, DELEGATE_TASK_TOOL, DELEGATION_SYSTEM_PROMPT, type DataSourceAuditSink, type DataSourceDef, type DataSourceKind, DataSourcePolicy, type DataSourcePolicyOptions, type DataSourceRecord, type DataSourceTransport, type DelegationBudget, DelegationOrchestrator, type DelegationOrchestratorOptions, type DelegationRequest, type DelegationResult, type DelegationToolSourceOptions, type FrameNote, type FrameScope, GENERATE_SKILL_TOOL, type GeneratedSkillDraft, type HttpDataSourceOptions, type ImageCaptureBudget, MANAGE_TODO_TOOL, PAGE_ACTION_KINDS, PAGE_ACTION_SYSTEM_PROMPT, PAGE_ACTION_TOOL, PERCEIVE_PAGE_TOOL, PERCEPTION_SYSTEM_PROMPT, type PageActionExecutor, type PageActionKind, type PageActionOutcome, PageActionPolicy, type PageActionPolicyOptions, type PageActionRecord, type PageActionRequest, type PageActionScope, type PageActionScopeInput, type PageActionTarget, type PageActionToolSourceOptions, type PageActionUi, type PageAuditSink, PagePerceptionPolicy, type PagePerceptionPolicyOptions, type PagePerceptionReader, type PagePerceptionToolSourceOptions, type ParentBudget, type PerceivedImage, type PerceivedNode, type PerceptionAuditSink, type PerceptionCaptureOptions, type PerceptionRecord, type PerceptionResult, type PerceptionScope, type PerceptionScopeInput, SKILL_GENERATION_SYSTEM_PROMPT, type SkillCandidateSink, type SkillGenerationMessages, type SkillGenerationOutcome, type SkillGenerationPolicy, type SkillGenerationToolSourceOptions, SkillGenerator, type SkillGeneratorOptions, type SkillTraceEvidence, type SkillTraceEvidenceStep, type SubAgentRunInput, type SubAgentRunner, TODO_SYSTEM_PROMPT, type TodoEvent, type TodoItem, type TodoList, type TodoListener, type TodoStatus, TodoStore, type TodoToolSourceOptions, createDelegationToolSource, createHttpDataSourceTransport, createPageActionToolSource, createPagePerceptionToolSource, createSkillGenerationToolSource, createTodoToolSource, toActionFrameScopes, toFrameScopes, withDelegationOrigin };