maka-agent 0.2.0-dev.35.20260915 → 0.2.0-dev.36.20260915

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 (41) hide show
  1. package/native/runtime-host-windows-task-launcher/prebuilds/win32-x64/maka-runtime-host-task-launcher.exe +0 -0
  2. package/node_modules/@maka/core/dist/model-metadata.generated.js +175 -116
  3. package/node_modules/@maka/core/dist/models-dev-projection.js +1 -0
  4. package/node_modules/@maka/core/dist/provider-registry.js +17 -0
  5. package/node_modules/@maka/eval/dist/harbor-maka-subject.js +13 -3
  6. package/node_modules/@maka/eval/dist/maka-artifacts.js +28 -14
  7. package/node_modules/@maka/eval/dist/maka-subject.js +28 -3
  8. package/node_modules/@maka/eval/harbor/relay_agent.py +42 -2
  9. package/node_modules/@maka/runtime/dist/ai-sdk-backend.js +0 -1
  10. package/node_modules/@maka/runtime/dist/ai-sdk-compaction.js +40 -53
  11. package/node_modules/@maka/runtime/dist/ai-sdk-turn.js +26 -29
  12. package/node_modules/@maka/runtime/dist/builtin-tools.js +20 -12
  13. package/node_modules/@maka/runtime/dist/runtime-kernel.js +1 -0
  14. package/node_modules/@maka/runtime/dist/telemetry/model-pricing.generated.js +144 -77
  15. package/node_modules/@maka/runtime/node_modules/@ai-sdk/code-mode/dist/run-code-mode.js +6 -19
  16. package/node_modules/@maka/runtime-host/dist/client/connect-or-spawn.js +24 -3
  17. package/node_modules/@maka/runtime-host/dist/client/connection.js +20 -2
  18. package/node_modules/@maka/runtime-host/dist/client/hosted-execution-target.js +27 -6
  19. package/node_modules/@maka/runtime-host/dist/client/hosted-execution.js +10 -28
  20. package/node_modules/@maka/runtime-host/dist/client/startup-error.js +1 -1
  21. package/node_modules/@maka/runtime-host/dist/execution-candidate-main.js +8 -1
  22. package/node_modules/@maka/runtime-host/dist/protocol/agent-graph.js +1 -11
  23. package/node_modules/@maka/runtime-host/dist/protocol/client-capability.js +2 -2
  24. package/node_modules/@maka/runtime-host/dist/protocol/codec.js +11 -0
  25. package/node_modules/@maka/runtime-host/dist/protocol/index.js +1 -1
  26. package/node_modules/@maka/runtime-host/dist/protocol/workhub-coordination.js +10 -2
  27. package/node_modules/@maka/runtime-host/dist/server/bootstrap-runtime-policy.js +65 -0
  28. package/node_modules/@maka/runtime-host/dist/server/execution-candidate.js +4 -1
  29. package/node_modules/@maka/runtime-host/dist/server/execution-composition-factory.js +9 -3
  30. package/node_modules/@maka/runtime-host/dist/server/execution-composition.js +11 -0
  31. package/node_modules/@maka/runtime-host/dist/server/hosted-execution-tool-profile.js +3 -15
  32. package/node_modules/@maka/runtime-host/dist/server/interactive-run-composer.js +9 -4
  33. package/node_modules/@maka/runtime-host/dist/server/message-coordinator.js +1 -2
  34. package/node_modules/@maka/runtime-host/dist/server/session-catalog-coordinator.js +4 -1
  35. package/node_modules/@maka/storage/dist/agent-run-store-contract.js +11 -8
  36. package/node_modules/@maka/storage/dist/agent-run-store.js +1 -1
  37. package/node_modules/@maka/storage/dist/execution-stores.js +1 -1
  38. package/node_modules/@maka/storage/dist/message-admission-store.js +5 -3
  39. package/node_modules/@maka/storage/dist/sqlite-session-metadata-store.js +14 -6
  40. package/package.json +1 -1
  41. package/node_modules/@maka/eval/dist/maka-runtime-policy.js +0 -42