qlogicagent 2.16.3 → 2.16.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.
Files changed (80) hide show
  1. package/README.md +2 -11
  2. package/dist/agent.js +20 -21
  3. package/dist/cli.js +517 -382
  4. package/dist/index.js +516 -381
  5. package/dist/orchestration.js +12 -13
  6. package/dist/protocol.js +1 -1
  7. package/dist/types/agent/tool-loop/completion-action-policy.d.ts +3 -1
  8. package/dist/types/agent/tool-loop.d.ts +12 -1
  9. package/dist/types/agent/types.d.ts +2 -2
  10. package/dist/types/cli/acp-extended-handlers.d.ts +25 -0
  11. package/dist/types/cli/agent-runtime-bootstrap.d.ts +0 -2
  12. package/dist/types/cli/community-resource-installer.d.ts +5 -3
  13. package/dist/types/cli/core-tools/fork-system-prompt.d.ts +0 -2
  14. package/dist/types/cli/core-tools/registry.d.ts +1 -2
  15. package/dist/types/cli/core-tools/session-tool-manifest.d.ts +0 -2
  16. package/dist/types/cli/handlers/community-handler.d.ts +4 -0
  17. package/dist/types/cli/handlers/goal-handler.d.ts +54 -0
  18. package/dist/types/cli/handlers/turn-handler.d.ts +0 -1
  19. package/dist/types/cli/skill-invocation-service.d.ts +6 -0
  20. package/dist/types/cli/{skill-meta-tool-bootstrap.d.ts → skill-tools-bootstrap.d.ts} +6 -12
  21. package/dist/types/cli/stdio-agent-session-bootstrap.d.ts +0 -1
  22. package/dist/types/cli/tool-bootstrap-core-registration.d.ts +1 -9
  23. package/dist/types/cli/tool-bootstrap.d.ts +0 -2
  24. package/dist/types/contracts/turn-event.d.ts +1 -1
  25. package/dist/types/orchestration/agent-instance.d.ts +19 -2
  26. package/dist/types/orchestration/delegation-coordinator.d.ts +43 -0
  27. package/dist/types/orchestration/goal-acceptance.d.ts +20 -0
  28. package/dist/types/orchestration/goal-loop-coordinator.d.ts +87 -0
  29. package/dist/types/orchestration/goal-mode-adapters.d.ts +94 -0
  30. package/dist/types/orchestration/goal-run-persistence.d.ts +15 -0
  31. package/dist/types/orchestration/goal-run-types.d.ts +112 -0
  32. package/dist/types/orchestration/index.d.ts +1 -1
  33. package/dist/types/orchestration/skill-improvement.d.ts +1 -21
  34. package/dist/types/orchestration/subagent/agent-registry.d.ts +1 -1
  35. package/dist/types/orchestration/workflow/host-executors.d.ts +1 -1
  36. package/dist/types/orchestration/workflow/node-schema.d.ts +3 -3
  37. package/dist/types/orchestration/workflow/qla-executor-host.d.ts +2 -2
  38. package/dist/types/orchestration/workflow/workflow-scheduler.d.ts +1 -1
  39. package/dist/types/protocol/methods.d.ts +0 -3
  40. package/dist/types/protocol/wire/acp-agent-management.d.ts +33 -1
  41. package/dist/types/protocol/wire/acp-protocol.d.ts +17 -2
  42. package/dist/types/protocol/wire/agent-events.d.ts +2 -2
  43. package/dist/types/protocol/wire/agent-methods.d.ts +0 -2
  44. package/dist/types/protocol/wire/notification-payloads.d.ts +36 -20
  45. package/dist/types/runtime/community/community-pet-publisher.d.ts +21 -24
  46. package/dist/types/runtime/community/community-signal-reporter.d.ts +0 -14
  47. package/dist/types/runtime/config/tunable-defaults.d.ts +0 -21
  48. package/dist/types/runtime/hooks/community-discovery-hook.d.ts +18 -0
  49. package/dist/types/runtime/infra/acp-protocol-adapter.d.ts +2 -2
  50. package/dist/types/runtime/infra/agent-install-runner.d.ts +1 -1
  51. package/dist/types/runtime/infra/llmrouter-catalog.d.ts +10 -0
  52. package/dist/types/runtime/infra/skill-resolver.d.ts +1 -1
  53. package/dist/types/runtime/pet/pet-community-assets.d.ts +16 -11
  54. package/dist/types/runtime/pet/pet-profile-service.d.ts +2 -2
  55. package/dist/types/runtime/pet/petdex-asset.d.ts +28 -0
  56. package/dist/types/runtime/ports/tool-contracts.d.ts +1 -10
  57. package/dist/types/runtime/prompt/environment-context.d.ts +8 -32
  58. package/dist/types/runtime/tasks/task-types.d.ts +2 -32
  59. package/dist/types/skills/permissions/hook-runner.d.ts +0 -22
  60. package/dist/types/skills/plugins/plugin-api.d.ts +1 -1
  61. package/dist/types/skills/portable-tool.d.ts +2 -8
  62. package/dist/types/skills/tools/skill-tool.d.ts +57 -22
  63. package/dist/types/skills/tools.d.ts +5 -39
  64. package/dist/types/transport/acp-server.d.ts +13 -1
  65. package/package.json +1 -2
  66. package/dist/types/cli/core-tools/team-registry.d.ts +0 -62
  67. package/dist/types/cli/core-tools/team-tool-bootstrap.d.ts +0 -11
  68. package/dist/types/cli/core-tools/team-tool-service.d.ts +0 -43
  69. package/dist/types/cli/skill-meta-subturn-service.d.ts +0 -26
  70. package/dist/types/runtime/hooks/skill-recall-hooks.d.ts +0 -37
  71. package/dist/types/runtime/sandbox/skill-sandbox.d.ts +0 -53
  72. package/dist/types/runtime/sandbox/windows-skill-sandbox.d.ts +0 -78
  73. package/dist/types/skills/permissions/community-sandbox-policy.d.ts +0 -3
  74. package/dist/types/skills/permissions/community-sandbox-red-team-cli.d.ts +0 -7
  75. package/dist/types/skills/permissions/community-sandbox-red-team.d.ts +0 -32
  76. package/dist/types/skills/tools/team-tool.d.ts +0 -152
  77. package/dist/types/skills/tools/tool-search-tool.d.ts +0 -75
  78. package/dist/types/skills/tools/tool-selection-eval.d.ts +0 -49
  79. package/dist/types/skills/tools/tool-selection-eval.dataset.d.ts +0 -5
  80. package/dist/types/skills/tools/tool-selection-eval.tasks.d.ts +0 -9

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.