sparkecoder 0.1.131 → 0.1.133

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 (155) hide show
  1. package/dist/agent/index.d.ts +3 -3
  2. package/dist/cli.js +348 -92
  3. package/dist/cli.js.map +1 -1
  4. package/dist/db/index.d.ts +2 -2
  5. package/dist/{index-BM99kjgq.d.ts → index-Bc0p0VPE.d.ts} +96 -96
  6. package/dist/index.d.ts +5 -5
  7. package/dist/index.js +292 -36
  8. package/dist/index.js.map +1 -1
  9. package/dist/{schema-Dz-wABVY.d.ts → schema-BSz4MzhJ.d.ts} +3 -3
  10. package/dist/{search-CVVfuBPZ.d.ts → search-DOzC4ojH.d.ts} +4 -4
  11. package/dist/server/index.js +292 -36
  12. package/dist/server/index.js.map +1 -1
  13. package/dist/tools/index.d.ts +3 -3
  14. package/package.json +1 -1
  15. package/web/.next/BUILD_ID +1 -1
  16. package/web/.next/standalone/web/.next/BUILD_ID +1 -1
  17. package/web/.next/standalone/web/.next/app-path-routes-manifest.json +1 -0
  18. package/web/.next/standalone/web/.next/build-manifest.json +2 -2
  19. package/web/.next/standalone/web/.next/prerender-manifest.json +3 -3
  20. package/web/.next/standalone/web/.next/routes-manifest.json +8 -0
  21. package/web/.next/standalone/web/.next/server/app/(main)/agents/page_client-reference-manifest.js +1 -1
  22. package/web/.next/standalone/web/.next/server/app/(main)/page_client-reference-manifest.js +1 -1
  23. package/web/.next/standalone/web/.next/server/app/(main)/session/[id]/page_client-reference-manifest.js +1 -1
  24. package/web/.next/standalone/web/.next/server/app/(main)/settings/page_client-reference-manifest.js +1 -1
  25. package/web/.next/standalone/web/.next/server/app/_global-error.html +2 -2
  26. package/web/.next/standalone/web/.next/server/app/_global-error.rsc +1 -1
  27. package/web/.next/standalone/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  28. package/web/.next/standalone/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  29. package/web/.next/standalone/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  30. package/web/.next/standalone/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  31. package/web/.next/standalone/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  32. package/web/.next/standalone/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  33. package/web/.next/standalone/web/.next/server/app/_not-found.html +1 -1
  34. package/web/.next/standalone/web/.next/server/app/_not-found.rsc +2 -2
  35. package/web/.next/standalone/web/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
  36. package/web/.next/standalone/web/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  37. package/web/.next/standalone/web/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
  38. package/web/.next/standalone/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  39. package/web/.next/standalone/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  40. package/web/.next/standalone/web/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  41. package/web/.next/standalone/web/.next/server/app/agents.html +1 -1
  42. package/web/.next/standalone/web/.next/server/app/agents.rsc +4 -4
  43. package/web/.next/standalone/web/.next/server/app/agents.segments/!KG1haW4p/agents/__PAGE__.segment.rsc +2 -2
  44. package/web/.next/standalone/web/.next/server/app/agents.segments/!KG1haW4p/agents.segment.rsc +1 -1
  45. package/web/.next/standalone/web/.next/server/app/agents.segments/!KG1haW4p.segment.rsc +2 -2
  46. package/web/.next/standalone/web/.next/server/app/agents.segments/_full.segment.rsc +4 -4
  47. package/web/.next/standalone/web/.next/server/app/agents.segments/_head.segment.rsc +1 -1
  48. package/web/.next/standalone/web/.next/server/app/agents.segments/_index.segment.rsc +2 -2
  49. package/web/.next/standalone/web/.next/server/app/agents.segments/_tree.segment.rsc +1 -1
  50. package/web/.next/standalone/web/.next/server/app/api/config/route.js +2 -1
  51. package/web/.next/standalone/web/.next/server/app/api/config/route.js.nft.json +1 -1
  52. package/web/.next/standalone/web/.next/server/app/api/health/route.js +2 -1
  53. package/web/.next/standalone/web/.next/server/app/api/health/route.js.nft.json +1 -1
  54. package/web/.next/standalone/web/.next/server/app/apple-icon.png/route.js +2 -1
  55. package/web/.next/standalone/web/.next/server/app/apple-icon.png/route.js.nft.json +1 -1
  56. package/web/.next/standalone/web/.next/server/app/docs/installation/page_client-reference-manifest.js +1 -1
  57. package/web/.next/standalone/web/.next/server/app/docs/installation.html +2 -2
  58. package/web/.next/standalone/web/.next/server/app/docs/installation.rsc +3 -3
  59. package/web/.next/standalone/web/.next/server/app/docs/installation.segments/_full.segment.rsc +3 -3
  60. package/web/.next/standalone/web/.next/server/app/docs/installation.segments/_head.segment.rsc +1 -1
  61. package/web/.next/standalone/web/.next/server/app/docs/installation.segments/_index.segment.rsc +2 -2
  62. package/web/.next/standalone/web/.next/server/app/docs/installation.segments/_tree.segment.rsc +1 -1
  63. package/web/.next/standalone/web/.next/server/app/docs/installation.segments/docs/installation/__PAGE__.segment.rsc +2 -2
  64. package/web/.next/standalone/web/.next/server/app/docs/installation.segments/docs/installation.segment.rsc +1 -1
  65. package/web/.next/standalone/web/.next/server/app/docs/installation.segments/docs.segment.rsc +2 -2
  66. package/web/.next/standalone/web/.next/server/app/docs/page_client-reference-manifest.js +1 -1
  67. package/web/.next/standalone/web/.next/server/app/docs/skills/page_client-reference-manifest.js +1 -1
  68. package/web/.next/standalone/web/.next/server/app/docs/skills.html +2 -2
  69. package/web/.next/standalone/web/.next/server/app/docs/skills.rsc +3 -3
  70. package/web/.next/standalone/web/.next/server/app/docs/skills.segments/_full.segment.rsc +3 -3
  71. package/web/.next/standalone/web/.next/server/app/docs/skills.segments/_head.segment.rsc +1 -1
  72. package/web/.next/standalone/web/.next/server/app/docs/skills.segments/_index.segment.rsc +2 -2
  73. package/web/.next/standalone/web/.next/server/app/docs/skills.segments/_tree.segment.rsc +1 -1
  74. package/web/.next/standalone/web/.next/server/app/docs/skills.segments/docs/skills/__PAGE__.segment.rsc +1 -1
  75. package/web/.next/standalone/web/.next/server/app/docs/skills.segments/docs/skills.segment.rsc +1 -1
  76. package/web/.next/standalone/web/.next/server/app/docs/skills.segments/docs.segment.rsc +2 -2
  77. package/web/.next/standalone/web/.next/server/app/docs/tools/page_client-reference-manifest.js +1 -1
  78. package/web/.next/standalone/web/.next/server/app/docs/tools.html +2 -2
  79. package/web/.next/standalone/web/.next/server/app/docs/tools.rsc +3 -3
  80. package/web/.next/standalone/web/.next/server/app/docs/tools.segments/_full.segment.rsc +3 -3
  81. package/web/.next/standalone/web/.next/server/app/docs/tools.segments/_head.segment.rsc +1 -1
  82. package/web/.next/standalone/web/.next/server/app/docs/tools.segments/_index.segment.rsc +2 -2
  83. package/web/.next/standalone/web/.next/server/app/docs/tools.segments/_tree.segment.rsc +1 -1
  84. package/web/.next/standalone/web/.next/server/app/docs/tools.segments/docs/tools/__PAGE__.segment.rsc +2 -2
  85. package/web/.next/standalone/web/.next/server/app/docs/tools.segments/docs/tools.segment.rsc +1 -1
  86. package/web/.next/standalone/web/.next/server/app/docs/tools.segments/docs.segment.rsc +2 -2
  87. package/web/.next/standalone/web/.next/server/app/docs.html +2 -2
  88. package/web/.next/standalone/web/.next/server/app/docs.rsc +3 -3
  89. package/web/.next/standalone/web/.next/server/app/docs.segments/_full.segment.rsc +3 -3
  90. package/web/.next/standalone/web/.next/server/app/docs.segments/_head.segment.rsc +1 -1
  91. package/web/.next/standalone/web/.next/server/app/docs.segments/_index.segment.rsc +2 -2
  92. package/web/.next/standalone/web/.next/server/app/docs.segments/_tree.segment.rsc +1 -1
  93. package/web/.next/standalone/web/.next/server/app/docs.segments/docs/__PAGE__.segment.rsc +2 -2
  94. package/web/.next/standalone/web/.next/server/app/docs.segments/docs.segment.rsc +2 -2
  95. package/web/.next/standalone/web/.next/server/app/favicon.ico/route.js +2 -1
  96. package/web/.next/standalone/web/.next/server/app/favicon.ico/route.js.nft.json +1 -1
  97. package/web/.next/standalone/web/.next/server/app/icon.png/route.js +2 -1
  98. package/web/.next/standalone/web/.next/server/app/icon.png/route.js.nft.json +1 -1
  99. package/web/.next/standalone/web/.next/server/app/index.html +1 -1
  100. package/web/.next/standalone/web/.next/server/app/index.rsc +4 -4
  101. package/web/.next/standalone/web/.next/server/app/index.segments/!KG1haW4p/__PAGE__.segment.rsc +2 -2
  102. package/web/.next/standalone/web/.next/server/app/index.segments/!KG1haW4p.segment.rsc +2 -2
  103. package/web/.next/standalone/web/.next/server/app/index.segments/_full.segment.rsc +4 -4
  104. package/web/.next/standalone/web/.next/server/app/index.segments/_head.segment.rsc +1 -1
  105. package/web/.next/standalone/web/.next/server/app/index.segments/_index.segment.rsc +2 -2
  106. package/web/.next/standalone/web/.next/server/app/index.segments/_tree.segment.rsc +1 -1
  107. package/web/.next/standalone/web/.next/server/app/opengraph-image.png/route.js +2 -1
  108. package/web/.next/standalone/web/.next/server/app/opengraph-image.png/route.js.nft.json +1 -1
  109. package/web/.next/standalone/web/.next/server/app/settings.html +1 -1
  110. package/web/.next/standalone/web/.next/server/app/settings.rsc +4 -4
  111. package/web/.next/standalone/web/.next/server/app/settings.segments/!KG1haW4p/settings/__PAGE__.segment.rsc +2 -2
  112. package/web/.next/standalone/web/.next/server/app/settings.segments/!KG1haW4p/settings.segment.rsc +1 -1
  113. package/web/.next/standalone/web/.next/server/app/settings.segments/!KG1haW4p.segment.rsc +2 -2
  114. package/web/.next/standalone/web/.next/server/app/settings.segments/_full.segment.rsc +4 -4
  115. package/web/.next/standalone/web/.next/server/app/settings.segments/_head.segment.rsc +1 -1
  116. package/web/.next/standalone/web/.next/server/app/settings.segments/_index.segment.rsc +2 -2
  117. package/web/.next/standalone/web/.next/server/app/settings.segments/_tree.segment.rsc +1 -1
  118. package/web/.next/standalone/web/.next/server/app/sfapi/[...path]/route/app-paths-manifest.json +3 -0
  119. package/web/.next/standalone/web/.next/server/app/sfapi/[...path]/route/build-manifest.json +11 -0
  120. package/web/.next/standalone/web/.next/server/app/sfapi/[...path]/route/server-reference-manifest.json +4 -0
  121. package/web/.next/standalone/web/.next/server/app/sfapi/[...path]/route.js +6 -0
  122. package/web/.next/standalone/web/.next/server/app/sfapi/[...path]/route.js.map +5 -0
  123. package/web/.next/standalone/web/.next/server/app/sfapi/[...path]/route.js.nft.json +1 -0
  124. package/web/.next/standalone/web/.next/server/app/sfapi/[...path]/route_client-reference-manifest.js +2 -0
  125. package/web/.next/standalone/web/.next/server/app/twitter-image.png/route.js +2 -1
  126. package/web/.next/standalone/web/.next/server/app/twitter-image.png/route.js.nft.json +1 -1
  127. package/web/.next/standalone/web/.next/server/app-paths-manifest.json +1 -0
  128. package/web/.next/standalone/web/.next/server/chunks/2374f_next_bb86da32._.js +17 -0
  129. package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__24426eb4._.js +7 -0
  130. package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__912d97d3._.js +3 -0
  131. package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_sfapi_[___path]_route_actions_36c4ef97.js +3 -0
  132. package/web/.next/standalone/web/.next/server/pages/404.html +1 -1
  133. package/web/.next/standalone/web/.next/server/pages/500.html +2 -2
  134. package/web/.next/standalone/web/.next/server/server-reference-manifest.js +1 -1
  135. package/web/.next/standalone/web/.next/server/server-reference-manifest.json +1 -1
  136. package/web/.next/standalone/web/.next/static/chunks/7a7abb7146d0a913.js +1 -0
  137. package/web/.next/standalone/web/.next/static/static/chunks/7a7abb7146d0a913.js +1 -0
  138. package/web/.next/standalone/web/package-lock.json +12 -12
  139. package/web/.next/standalone/web/runtime-config.json +2 -1
  140. package/web/.next/standalone/web/src/app/sfapi/[...path]/route.ts +100 -0
  141. package/web/.next/standalone/web/src/lib/config.ts +23 -7
  142. package/web/.next/static/chunks/7a7abb7146d0a913.js +1 -0
  143. package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__6aefd356._.js +0 -21
  144. package/web/.next/standalone/web/.next/static/chunks/5aece72c38f86fbd.js +0 -1
  145. package/web/.next/standalone/web/.next/static/static/chunks/5aece72c38f86fbd.js +0 -1
  146. package/web/.next/static/chunks/5aece72c38f86fbd.js +0 -1
  147. /package/web/.next/standalone/web/.next/static/{KQbunVSU5tNoYBl7TnhLn → Mvd2J29fa2_xre21byVay}/_buildManifest.js +0 -0
  148. /package/web/.next/standalone/web/.next/static/{KQbunVSU5tNoYBl7TnhLn → Mvd2J29fa2_xre21byVay}/_clientMiddlewareManifest.json +0 -0
  149. /package/web/.next/standalone/web/.next/static/{KQbunVSU5tNoYBl7TnhLn → Mvd2J29fa2_xre21byVay}/_ssgManifest.js +0 -0
  150. /package/web/.next/standalone/web/.next/static/static/{KQbunVSU5tNoYBl7TnhLn → Mvd2J29fa2_xre21byVay}/_buildManifest.js +0 -0
  151. /package/web/.next/standalone/web/.next/static/static/{KQbunVSU5tNoYBl7TnhLn → Mvd2J29fa2_xre21byVay}/_clientMiddlewareManifest.json +0 -0
  152. /package/web/.next/standalone/web/.next/static/static/{KQbunVSU5tNoYBl7TnhLn → Mvd2J29fa2_xre21byVay}/_ssgManifest.js +0 -0
  153. /package/web/.next/static/{KQbunVSU5tNoYBl7TnhLn → Mvd2J29fa2_xre21byVay}/_buildManifest.js +0 -0
  154. /package/web/.next/static/{KQbunVSU5tNoYBl7TnhLn → Mvd2J29fa2_xre21byVay}/_clientMiddlewareManifest.json +0 -0
  155. /package/web/.next/static/{KQbunVSU5tNoYBl7TnhLn → Mvd2J29fa2_xre21byVay}/_ssgManifest.js +0 -0
@@ -1,6 +1,6 @@
1
1
  import 'ai';
2
- import '../schema-Dz-wABVY.js';
3
- export { A as Agent, a as AgentOptions, b as AgentRunOptions, c as AgentStreamResult, C as ContextManager, M as MessageAttachment, d as buildSystemPrompt, e as buildTaskPromptAddendum } from '../index-BM99kjgq.js';
4
- import '../search-CVVfuBPZ.js';
2
+ import '../schema-BSz4MzhJ.js';
3
+ export { A as Agent, a as AgentOptions, b as AgentRunOptions, c as AgentStreamResult, C as ContextManager, M as MessageAttachment, d as buildSystemPrompt, e as buildTaskPromptAddendum } from '../index-Bc0p0VPE.js';
4
+ import '../search-DOzC4ojH.js';
5
5
  import 'drizzle-orm/sqlite-core';
6
6
  import 'zod';