nodal-agents 0.3.5 → 0.3.8

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 (109) hide show
  1. package/README.md +24 -14
  2. package/cli.js +57 -2
  3. package/migrations/0021_entities_root_agent_grants.sql +22 -0
  4. package/migrations/0022_approval_requests_executed_at.sql +12 -0
  5. package/migrations/meta/_journal.json +167 -153
  6. package/package.json +1 -1
  7. package/runner.js +1856 -1389
  8. package/web/.next/BUILD_ID +1 -1
  9. package/web/.next/app-path-routes-manifest.json +7 -7
  10. package/web/.next/build-manifest.json +2 -2
  11. package/web/.next/server/app/(dashboard)/agents/[id]/edit/page.js +1 -1
  12. package/web/.next/server/app/(dashboard)/agents/[id]/edit/page.js.nft.json +1 -1
  13. package/web/.next/server/app/(dashboard)/agents/[id]/edit/page_client-reference-manifest.js +1 -1
  14. package/web/.next/server/app/(dashboard)/agents/[id]/telegram/page.js +2 -2
  15. package/web/.next/server/app/(dashboard)/agents/[id]/telegram/page_client-reference-manifest.js +1 -1
  16. package/web/.next/server/app/(dashboard)/agents/page.js +1 -1
  17. package/web/.next/server/app/(dashboard)/agents/page_client-reference-manifest.js +1 -1
  18. package/web/.next/server/app/(dashboard)/approvals/page.js +1 -1
  19. package/web/.next/server/app/(dashboard)/approvals/page.js.nft.json +1 -1
  20. package/web/.next/server/app/(dashboard)/approvals/page_client-reference-manifest.js +1 -1
  21. package/web/.next/server/app/(dashboard)/automations/page.js +2 -2
  22. package/web/.next/server/app/(dashboard)/automations/page_client-reference-manifest.js +1 -1
  23. package/web/.next/server/app/(dashboard)/billing/page.js +1 -1
  24. package/web/.next/server/app/(dashboard)/billing/page_client-reference-manifest.js +1 -1
  25. package/web/.next/server/app/(dashboard)/connectors/page.js +1 -1
  26. package/web/.next/server/app/(dashboard)/connectors/page.js.nft.json +1 -1
  27. package/web/.next/server/app/(dashboard)/connectors/page_client-reference-manifest.js +1 -1
  28. package/web/.next/server/app/(dashboard)/credentials/page.js +1 -1
  29. package/web/.next/server/app/(dashboard)/credentials/page.js.nft.json +1 -1
  30. package/web/.next/server/app/(dashboard)/credentials/page_client-reference-manifest.js +1 -1
  31. package/web/.next/server/app/(dashboard)/jobs/[id]/page.js +2 -2
  32. package/web/.next/server/app/(dashboard)/jobs/[id]/page_client-reference-manifest.js +1 -1
  33. package/web/.next/server/app/(dashboard)/jobs/page.js +1 -1
  34. package/web/.next/server/app/(dashboard)/jobs/page.js.nft.json +1 -1
  35. package/web/.next/server/app/(dashboard)/jobs/page_client-reference-manifest.js +1 -1
  36. package/web/.next/server/app/(dashboard)/llm-providers/page.js +2 -2
  37. package/web/.next/server/app/(dashboard)/llm-providers/page_client-reference-manifest.js +1 -1
  38. package/web/.next/server/app/(dashboard)/logs/page.js +2 -2
  39. package/web/.next/server/app/(dashboard)/logs/page_client-reference-manifest.js +1 -1
  40. package/web/.next/server/app/(dashboard)/mcp/page.js +1 -1
  41. package/web/.next/server/app/(dashboard)/mcp/page_client-reference-manifest.js +1 -1
  42. package/web/.next/server/app/(dashboard)/memories/page.js +2 -2
  43. package/web/.next/server/app/(dashboard)/memories/page_client-reference-manifest.js +1 -1
  44. package/web/.next/server/app/(dashboard)/page.js +1 -1
  45. package/web/.next/server/app/(dashboard)/page.js.nft.json +1 -1
  46. package/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
  47. package/web/.next/server/app/(dashboard)/settings/page.js +63 -2
  48. package/web/.next/server/app/(dashboard)/settings/page_client-reference-manifest.js +1 -1
  49. package/web/.next/server/app/(dashboard)/skills/[id]/edit/page.js +1 -1
  50. package/web/.next/server/app/(dashboard)/skills/[id]/edit/page.js.nft.json +1 -1
  51. package/web/.next/server/app/(dashboard)/skills/[id]/edit/page_client-reference-manifest.js +1 -1
  52. package/web/.next/server/app/(dashboard)/skills/new/page.js +1 -1
  53. package/web/.next/server/app/(dashboard)/skills/new/page.js.nft.json +1 -1
  54. package/web/.next/server/app/(dashboard)/skills/new/page_client-reference-manifest.js +1 -1
  55. package/web/.next/server/app/(dashboard)/skills/page.js +2 -2
  56. package/web/.next/server/app/(dashboard)/skills/page_client-reference-manifest.js +1 -1
  57. package/web/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  58. package/web/.next/server/app/_global-error.html +1 -1
  59. package/web/.next/server/app/_global-error.rsc +1 -1
  60. package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  61. package/web/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  62. package/web/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  63. package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  64. package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  65. package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  66. package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  67. package/web/.next/server/app/_not-found.html +1 -1
  68. package/web/.next/server/app/_not-found.rsc +1 -1
  69. package/web/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
  70. package/web/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  71. package/web/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
  72. package/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  73. package/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  74. package/web/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  75. package/web/.next/server/app/api/oauth/[provider]/callback/route.js +1 -1
  76. package/web/.next/server/app/api/oauth/[provider]/start/route.js +1 -1
  77. package/web/.next/server/app/login/page_client-reference-manifest.js +1 -1
  78. package/web/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
  79. package/web/.next/server/app/onboarding.html +1 -1
  80. package/web/.next/server/app/onboarding.rsc +1 -1
  81. package/web/.next/server/app/onboarding.segments/_full.segment.rsc +1 -1
  82. package/web/.next/server/app/onboarding.segments/_head.segment.rsc +1 -1
  83. package/web/.next/server/app/onboarding.segments/_index.segment.rsc +1 -1
  84. package/web/.next/server/app/onboarding.segments/_tree.segment.rsc +1 -1
  85. package/web/.next/server/app/onboarding.segments/onboarding/__PAGE__.segment.rsc +1 -1
  86. package/web/.next/server/app/onboarding.segments/onboarding.segment.rsc +1 -1
  87. package/web/.next/server/app-paths-manifest.json +7 -7
  88. package/web/.next/server/chunks/1248.js +1 -0
  89. package/web/.next/server/chunks/3362.js +1 -0
  90. package/web/.next/server/chunks/4574.js +1 -1
  91. package/web/.next/server/chunks/5527.js +1 -0
  92. package/web/.next/server/chunks/7741.js +6 -6
  93. package/web/.next/server/chunks/8193.js +1 -0
  94. package/web/.next/server/middleware-build-manifest.js +1 -1
  95. package/web/.next/server/pages/404.html +1 -1
  96. package/web/.next/server/pages/500.html +1 -1
  97. package/web/.next/server/server-reference-manifest.js +1 -1
  98. package/web/.next/server/server-reference-manifest.json +1 -1
  99. package/web/.next/static/chunks/5070-4385fb454f6ec84b.js +62 -0
  100. package/web/.next/static/chunks/app/(dashboard)/mcp/page-6cd433a027afdf32.js +1 -0
  101. package/web/.next/static/chunks/app/(dashboard)/settings/page-550fcfa4184838ea.js +1 -0
  102. package/web/.next/server/chunks/277.js +0 -1
  103. package/web/.next/server/chunks/6294.js +0 -1
  104. package/web/.next/server/chunks/755.js +0 -1
  105. package/web/.next/server/chunks/8362.js +0 -1
  106. package/web/.next/static/chunks/app/(dashboard)/mcp/page-efb99104821983ce.js +0 -1
  107. package/web/.next/static/chunks/app/(dashboard)/settings/page-bd180e5a2b3a5bff.js +0 -1
  108. /package/web/.next/static/{BQkpUUo2Ux3Z5moUBYJBq → 4iUNkSxNfwq7_PqLIuvuO}/_buildManifest.js +0 -0
  109. /package/web/.next/static/{BQkpUUo2Ux3Z5moUBYJBq → 4iUNkSxNfwq7_PqLIuvuO}/_ssgManifest.js +0 -0

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.