@mndrk/agx 2.0.0 → 2.0.2
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.
- package/README.md +22 -32
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/BUILD_ID +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/app-path-routes-manifest.json +1 -9
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/build-manifest.json +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/prerender-manifest.json +3 -27
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/routes-manifest.json +0 -57
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_global-error/page.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_global-error/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_global-error.html +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_global-error.rsc +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_not-found/page.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_not-found.html +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_not-found.rsc +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/attachments/[id]/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/attachments/[id]/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/chat/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/chat/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/file-search/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/file-search/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/health/route.js +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/health/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/history/route.js +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/history/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/learnings/route.js +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/learnings/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/logs/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/logs/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/logs/stream/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/logs/stream/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/memories/route.js +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/memories/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/orchestrator/tasks/[taskId]/cancel/route.js +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/orchestrator/tasks/[taskId]/cancel/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/orchestrator/tasks/[taskId]/signal/route.js +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/orchestrator/tasks/[taskId]/signal/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/orchestrator/tasks/[taskId]/start/route.js +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/orchestrator/tasks/[taskId]/start/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/orchestrator/tasks/[taskId]/status/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/orchestrator/tasks/[taskId]/status/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/participants/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/participants/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/projects/[id]/migrate-v1/route.js +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/projects/[id]/migrate-v1/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/projects/[id]/migrate-v2/route.js +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/projects/[id]/migrate-v2/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/projects/[id]/route.js +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/projects/[id]/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/projects/route.js +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/projects/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/queue/complete/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/queue/complete/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/queue/route.js +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/queue/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/reactions/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/reactions/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/search/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/search/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/summarize/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/summarize/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/system/db-status/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/system/db-status/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/task-drafts/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/task-drafts/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/comments/[commentId]/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/comments/[commentId]/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/comments/route.js +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/comments/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/costs/route.js +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/costs/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/dependencies/route.js +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/dependencies/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/events/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/events/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/history/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/history/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/metrics/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/metrics/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/pause/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/pause/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/replan/route.js +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/replan/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/restart/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/restart/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/resume/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/resume/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/rollback/route.js +4 -4
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/rollback/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/route.js +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/start/route.js +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/start/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/stop/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/stop/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/heartbeat/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/heartbeat/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/history/route.js +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/history/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/logs/route.js +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/logs/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/logs/stream/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/logs/stream/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/comments/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/comments/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/complete/route.js +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/complete/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/fail/route.js +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/fail/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/resume/route.js +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/resume/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/start/route.js +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/start/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/stop/route.js +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/stop/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/verify/route.js +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/verify/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/route.js +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/assign-orphans/route.js +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/assign-orphans/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/extract/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/extract/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/route.js +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/stream/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/stream/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/upload/[id]/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/upload/[id]/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/upload/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/upload/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/user-settings/route.js +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/user-settings/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/board/page.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/board/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/board/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/board.html +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/board.rsc +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/board.segments/_full.segment.rsc +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/board.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/board.segments/_index.segment.rsc +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/board.segments/_tree.segment.rsc +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/board.segments/board/__PAGE__.segment.rsc +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/board.segments/board.segment.rsc +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/execution-graph/page.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/execution-graph/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/execution-graph/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/execution-graph.html +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/execution-graph.rsc +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/execution-graph.segments/_full.segment.rsc +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/execution-graph.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/execution-graph.segments/_index.segment.rsc +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/execution-graph.segments/_tree.segment.rsc +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/execution-graph.segments/execution-graph/__PAGE__.segment.rsc +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/execution-graph.segments/execution-graph.segment.rsc +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/index.html +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/index.rsc +4 -4
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/index.segments/__PAGE__.segment.rsc +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/index.segments/_full.segment.rsc +4 -4
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/index.segments/_index.segment.rsc +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/index.segments/_tree.segment.rsc +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/page.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/[slug]/graph/[taskId]/page.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/[slug]/graph/[taskId]/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/[slug]/graph/[taskId]/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/[slug]/page.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/[slug]/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/[slug]/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/orphans/page.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/orphans/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/orphans/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/orphans.html +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/orphans.rsc +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/orphans.segments/_full.segment.rsc +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/orphans.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/orphans.segments/_index.segment.rsc +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/orphans.segments/_tree.segment.rsc +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/orphans.segments/projects/orphans/__PAGE__.segment.rsc +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/orphans.segments/projects/orphans.segment.rsc +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/orphans.segments/projects.segment.rsc +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/page.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects.html +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects.rsc +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects.segments/_full.segment.rsc +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects.segments/_index.segment.rsc +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects.segments/_tree.segment.rsc +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects.segments/projects/__PAGE__.segment.rsc +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects.segments/projects.segment.rsc +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/settings/page.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/settings/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/settings.html +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/settings.rsc +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/settings.segments/_full.segment.rsc +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/settings.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/settings.segments/_index.segment.rsc +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/settings.segments/_tree.segment.rsc +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/settings.segments/settings.segment.rsc +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/status/page.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/status/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/status/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/status.html +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/status.rsc +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/status.segments/_full.segment.rsc +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/status.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/status.segments/_index.segment.rsc +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/status.segments/_tree.segment.rsc +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/status.segments/status/__PAGE__.segment.rsc +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/status.segments/status.segment.rsc +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app-paths-manifest.json +1 -9
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/Projects_Agents_agx-cloud_0b687838._.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/Projects_Agents_agx-cloud_d237c059._.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/Projects_Agents_agx-cloud_ef3cf579._.js +8 -8
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/Projects_Agents_agx-cloud_lib_6041e016._.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/Projects_Agents_agx-cloud_lib_6a5d1c80._.js +12 -12
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/Projects_Agents_agx-cloud_lib_7eefb426._.js +10 -10
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/Projects_Agents_agx-cloud_lib_8c82981b._.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/Projects_Agents_agx-cloud_lib_db_ts_b66fa05f._.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/Projects_Agents_agx-cloud_src_graph_4b26122b._.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__02ca2128._.js +3 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/{[root-of-the-server]__a2575ddb._.js → [root-of-the-server]__0469e3c4._.js} +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__086fd26c._.js +3 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/{[root-of-the-server]__97b329ba._.js → [root-of-the-server]__094cda80._.js} +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__10254e41._.js +3 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/{[root-of-the-server]__9020726e._.js → [root-of-the-server]__23d4344c._.js} +9 -9
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__29975f5f._.js +3 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__33b4886e._.js +18 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/{[root-of-the-server]__26bfcde9._.js → [root-of-the-server]__384eb9c5._.js} +8 -8
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/{[root-of-the-server]__342419c6._.js → [root-of-the-server]__3dfd0006._.js} +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__45d4a92e._.js +52 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/{[root-of-the-server]__8f9b0934._.js → [root-of-the-server]__4dc3c88e._.js} +15 -15
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__5231c027._.js +3 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__5d4e1eab._.js +52 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/{[root-of-the-server]__ce5907bd._.js → [root-of-the-server]__5e048929._.js} +10 -10
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__68eac206._.js +13 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__6a0855b9._.js +3 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__6a99c121._.js +3 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__6d540484._.js +6 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/{[root-of-the-server]__ec8bbb77._.js → [root-of-the-server]__754f11c3._.js} +4 -4
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/{[root-of-the-server]__35d38935._.js → [root-of-the-server]__7fae991f._.js} +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__84058042._.js +3 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/{[root-of-the-server]__19a23827._.js → [root-of-the-server]__843bda67._.js} +4 -4
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/{[root-of-the-server]__a17a4c27._.js → [root-of-the-server]__8c40bccb._.js} +10 -10
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__8d27656d._.js +3 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__8f70f57a._.js +3 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__9a8408c2._.js +3 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__9d711adb._.js +4 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__9db4ed07._.js +3 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__a085810b._.js +13 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/{[root-of-the-server]__9d703c3e._.js → [root-of-the-server]__a5ebf587._.js} +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__a798a81b._.js +3 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__ab726f81._.js +3 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/{[root-of-the-server]__4c2e5ddc._.js → [root-of-the-server]__b3d06607._.js} +5 -5
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__b478bb36._.js +6 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__ba50bf22._.js +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__bbf5f222._.js +3 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__bca6e014._.js +52 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__bea8711d._.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__bf0cbc6e._.js +13 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__c0525aa9._.js +3 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__c24f04db._.js +18 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__c6a83450._.js +31 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/{[root-of-the-server]__a7a82510._.js → [root-of-the-server]__cac59af9._.js} +16 -16
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__ccb0a291._.js +3 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/{[root-of-the-server]__05b8cda8._.js → [root-of-the-server]__d5556385._.js} +4 -4
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/{[root-of-the-server]__9b8efd58._.js → [root-of-the-server]__e5230b89._.js} +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/{[root-of-the-server]__ea6b46b2._.js → [root-of-the-server]__e6839bac._.js} +10 -10
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__f8f5dd3f._.js +3 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ae43b_next_dist_esm_build_templates_app-route_122e31fe.js +25 -28
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/Projects_Agents_agx-cloud_039c43e5._.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/Projects_Agents_agx-cloud_1e1c23f7._.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/Projects_Agents_agx-cloud_215731e9._.js +3 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/Projects_Agents_agx-cloud_37dc866e._.js +3 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/Projects_Agents_agx-cloud_502ede06._.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/Projects_Agents_agx-cloud_68972519._.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/Projects_Agents_agx-cloud_8feb2597._.js +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/Projects_Agents_agx-cloud_a0e26bca._.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/Projects_Agents_agx-cloud_a2a39dbe._.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/Projects_Agents_agx-cloud_a7533794._.js +3 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/Projects_Agents_agx-cloud_b2707e4d._.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/Projects_Agents_agx-cloud_d2d4c5b2._.js +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/Projects_Agents_agx-cloud_e1b68242._.js +8 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/{Projects_Agents_agx-cloud_dc82c7bf._.js → Projects_Agents_agx-cloud_e7635878._.js} +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/Projects_Agents_agx-cloud_ef6ea3fc._.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/Projects_Agents_agx-cloud_ff11dd7c._.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/[root-of-the-server]__0d6259d5._.js +3 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/[root-of-the-server]__13df20fe._.js +95 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/[root-of-the-server]__1e273070._.js +3 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/{[root-of-the-server]__d78dfcf2._.js → [root-of-the-server]__5dace3c6._.js} +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/{[root-of-the-server]__99fa92e8._.js → [root-of-the-server]__657b446b._.js} +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/{[root-of-the-server]__00507cd5._.js → [root-of-the-server]__9d72d782._.js} +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/[root-of-the-server]__c76acf29._.js +4 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/ae43b_db3f38e3._.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/ae43b_lucide-react_dist_esm_6c755856._.js +3 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/ae43b_lucide-react_dist_esm_icons_search_04b9412a.js +3 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/ae43b_next_dist_2cd20dd7._.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/ae43b_next_dist_832595f2._.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/ae43b_next_dist_esm_build_templates_app-page_e4003e94.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/functions-config-manifest.json +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/middleware-manifest.json +5 -5
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/next-font-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/next-font-manifest.json +0 -12
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/pages/404.html +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/pages/500.html +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/server-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/server-reference-manifest.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/09c6c56e4afc8647.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/{5ff122f46494124f.js → 0a0d449e527ef5e2.js} +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/0d58db99a936501d.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/{101223594db179e0.js → 1e899e8bb554fde8.js} +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/3791d58026009409.js +6 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/4256a16941bc22fb.js +18 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/4926ceb649af0e91.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/{8dad5ee086c3d46d.js → 49b2630db3ff37fe.js} +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/652b21250c785942.css +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/cc995b38ae16ee12.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/dc534541f2bd6342.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/e479bda541d8b5c4.css +2 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/e4e1f0e19efe31cb.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/fb502daefdaec131.js +93 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/README.md +4 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/app/api/chat/route.ts +7 -9
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/app/api/participants/route.ts +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/app/api/system/db-status/route.ts +16 -24
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/app/projects/[slug]/layout.tsx +106 -30
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/app/projects/[slug]/page.tsx +3 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/components/DiscordButton.tsx +20 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/components/KanbanBoard.tsx +4 -4
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/components/Layout.tsx +23 -12
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/components/chat-ui/ChatContainer.tsx +124 -181
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/components/chat-ui/MessageBubble.tsx +6 -4
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/components/chat-ui/MessageList.tsx +19 -5
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/components/chat-ui/ParticipantBar.tsx +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/components/chat-ui/ThreadView.tsx +6 -6
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/components/chat-ui/TypingIndicator.tsx +4 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/components/thread/ThreadItem.tsx +9 -9
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/components/thread/ThreadList.tsx +15 -15
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/components/thread/ThreadSidebar.tsx +101 -39
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/db/sqlite/001_agx_board_schema.sql +0 -52
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/hooks/useThreadState.ts +85 -85
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/lib/attachment-store.ts +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/lib/chat-utils.ts +15 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/lib/cli-runner.ts +1 -6
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/lib/dependency-helpers.ts +2 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/lib/dependency-manager.ts +2 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/lib/history-store.ts +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/lib/participants-store.ts +1 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/lib/queue/sqlite-adapter.ts +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/lib/sqlite-query-adapter.ts +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/lib/sqlite_writer.ts +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/lib/startup.ts +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/lib/storage/index.ts +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/lib/storage/local-thread-adapter.ts +27 -27
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/lib/storage/thread-adapter.ts +31 -31
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/lib/stream-multiplexer.ts +7 -38
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/lib/types.ts +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/migrations/sqlite_schema.sql +0 -45
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/next.config.ts +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/bindings/bindings.js +221 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/bindings/package.json +28 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/file-uri-to-path/index.js +66 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/file-uri-to-path/package.json +32 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/participants.json +16 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/services/threadService.ts +32 -32
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/src/db/backup.ts +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/src/db/checks.ts +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/src/db/init.ts +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/src/graph/read-path.ts +15 -4
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/src/graph/store.ts +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/state/threadSelection.test.ts +30 -30
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/state/threadSelection.ts +21 -21
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/state/uiSettings.ts +11 -14
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/styles/threadSidebar.css +1 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/tsconfig.tsbuildinfo +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/types/userPreferences.ts +8 -12
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/worker/index.js +782 -56
- package/package.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/daemon/route/app-paths-manifest.json +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/daemon/route/build-manifest.json +0 -11
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/daemon/route/server-reference-manifest.json +0 -4
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/daemon/route.js +0 -7
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/daemon/route.js.map +0 -5
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/daemon/route.js.nft.json +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/daemon/route_client-reference-manifest.js +0 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/notification-outbox/[id]/route/app-paths-manifest.json +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/notification-outbox/[id]/route/build-manifest.json +0 -11
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/notification-outbox/[id]/route/server-reference-manifest.json +0 -4
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/notification-outbox/[id]/route.js +0 -8
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/notification-outbox/[id]/route.js.map +0 -5
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/notification-outbox/[id]/route.js.nft.json +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/notification-outbox/[id]/route_client-reference-manifest.js +0 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/notifications/[id]/read/route/app-paths-manifest.json +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/notifications/[id]/read/route/build-manifest.json +0 -11
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/notifications/[id]/read/route/server-reference-manifest.json +0 -4
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/notifications/[id]/read/route.js +0 -8
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/notifications/[id]/read/route.js.map +0 -5
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/notifications/[id]/read/route.js.nft.json +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/notifications/[id]/read/route_client-reference-manifest.js +0 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/notifications/route/app-paths-manifest.json +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/notifications/route/build-manifest.json +0 -11
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/notifications/route/server-reference-manifest.json +0 -4
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/notifications/route.js +0 -8
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/notifications/route.js.map +0 -5
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/notifications/route.js.nft.json +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/notifications/route_client-reference-manifest.js +0 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/notifications/unread-count/route/app-paths-manifest.json +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/notifications/unread-count/route/build-manifest.json +0 -11
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/notifications/unread-count/route/server-reference-manifest.json +0 -4
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/notifications/unread-count/route.js +0 -8
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/notifications/unread-count/route.js.map +0 -5
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/notifications/unread-count/route.js.nft.json +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/notifications/unread-count/route_client-reference-manifest.js +0 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/w/[workspaceId]/[threadId]/page/app-paths-manifest.json +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/w/[workspaceId]/[threadId]/page/build-manifest.json +0 -18
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/w/[workspaceId]/[threadId]/page/next-font-manifest.json +0 -11
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/w/[workspaceId]/[threadId]/page/react-loadable-manifest.json +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/w/[workspaceId]/[threadId]/page/server-reference-manifest.json +0 -4
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/w/[workspaceId]/[threadId]/page.js +0 -16
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/w/[workspaceId]/[threadId]/page.js.map +0 -5
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/w/[workspaceId]/[threadId]/page.js.nft.json +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/w/[workspaceId]/[threadId]/page_client-reference-manifest.js +0 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/w/[workspaceId]/page/app-paths-manifest.json +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/w/[workspaceId]/page/build-manifest.json +0 -18
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/w/[workspaceId]/page/next-font-manifest.json +0 -11
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/w/[workspaceId]/page/react-loadable-manifest.json +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/w/[workspaceId]/page/server-reference-manifest.json +0 -4
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/w/[workspaceId]/page.js +0 -16
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/w/[workspaceId]/page.js.map +0 -5
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/w/[workspaceId]/page.js.nft.json +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/w/[workspaceId]/page_client-reference-manifest.js +0 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/welcome/page/app-paths-manifest.json +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/welcome/page/build-manifest.json +0 -18
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/welcome/page/next-font-manifest.json +0 -11
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/welcome/page/react-loadable-manifest.json +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/welcome/page/server-reference-manifest.json +0 -4
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/welcome/page.js +0 -15
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/welcome/page.js.map +0 -5
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/welcome/page.js.nft.json +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/welcome/page_client-reference-manifest.js +0 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/welcome.html +0 -9
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/welcome.meta +0 -15
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/welcome.rsc +0 -23
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/welcome.segments/_full.segment.rsc +0 -23
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/welcome.segments/_head.segment.rsc +0 -5
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/welcome.segments/_index.segment.rsc +0 -9
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/welcome.segments/_tree.segment.rsc +0 -5
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/welcome.segments/welcome/__PAGE__.segment.rsc +0 -9
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/welcome.segments/welcome.segment.rsc +0 -4
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/7e210_Agents_agx-cloud__next-internal_server_app_api_daemon_route_actions_460dc557.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__0270c773._.js +0 -52
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__051e7a84._.js +0 -31
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__0c5adfdf._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__0dcaa575._.js +0 -4
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__171e4570._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__183b6768._.js +0 -52
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__18c12dc5._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__1b1fcfbb._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__1b639210._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__1d2e1572._.js +0 -52
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__1f176ebf._.js +0 -4
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__22d0d2cc._.js +0 -10
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__24ce66ea._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__255ff287._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__27e9e463._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__299302d8._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__2ed85740._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__302dca07._.js +0 -6
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__33e7bfc0._.js +0 -5
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__3c16a1e6._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__577586cd._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__5b4f5584._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__6e6ba574._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__78f22013._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__90896e19._.js +0 -18
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__9554684b._.js +0 -13
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__9e3a95c9._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__a6778887._.js +0 -13
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__af7fd229._.js +0 -18
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__bc444d71._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__bf160a21._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__e0c2c1e9._.js +0 -6
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__f1e631d2._.js +0 -13
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__f44d398c._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__ff7b2c7c._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/a2576__next-internal_server_app_api_notification-outbox_[id]_route_actions_c429c549.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/a2576__next-internal_server_app_api_notifications_[id]_read_route_actions_615ae13d.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/a2576__next-internal_server_app_api_notifications_unread-count_route_actions_b61a9301.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ad555_agx-cloud__next-internal_server_app_api_notifications_route_actions_06dbcdc4.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/7e210_Agents_agx-cloud__next-internal_server_app_welcome_page_actions_5176f4d4.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/Projects_Agents_agx-cloud_033373a0._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/Projects_Agents_agx-cloud_0562c9cd._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/Projects_Agents_agx-cloud_0cf15b7b._.js +0 -8
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/Projects_Agents_agx-cloud_0d91718c._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/Projects_Agents_agx-cloud_69570e90._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/Projects_Agents_agx-cloud_6cbdc6fd._.js +0 -4
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/Projects_Agents_agx-cloud_82783170._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/Projects_Agents_agx-cloud_aaa774d8._.js +0 -4
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/Projects_Agents_agx-cloud_afe007c2._.js +0 -4
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/Projects_Agents_agx-cloud_components_chat-ui_f59beea5._.js +0 -95
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/[root-of-the-server]__24a978df._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/[root-of-the-server]__523e8b0b._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/[root-of-the-server]__546c34e3._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/[root-of-the-server]__807e5ecc._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/[root-of-the-server]__9668fae0._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/[root-of-the-server]__97870484._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/[root-of-the-server]__a4a5c57b._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/[root-of-the-server]__b549e8c2._.js +0 -4
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/[root-of-the-server]__e915acb2._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/a2576__next-internal_server_app_w_[workspaceId]_[threadId]_page_actions_f668795b.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/ad555_agx-cloud__next-internal_server_app_w_[workspaceId]_page_actions_8ade5a6c.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/ae43b_@dnd-kit_core_dist_core_esm_e4fe20d7.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/ae43b_lucide-react_dist_esm_63b016a6._.js +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/0804e1cf36ac4c40.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/245ea04687930f1c.css +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/2f63efec13a9346a.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/54fbb309ba7c2b4b.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/55f8c843a8037ac8.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/5eda5cd286808293.js +0 -93
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/6bfec2ea0d682ffc.js +0 -18
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/7d2c10033c8a8554.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/822bd641355a9397.js +0 -6
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/c22c688047ed9e40.css +0 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/c6ed4939c63ba444.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/e4b656247e95267b.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/ef426b92c6ce58a5.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/app/api/daemon/route.ts +0 -55
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/app/api/notification-outbox/[id]/route.ts +0 -42
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/app/api/notifications/[id]/read/route.ts +0 -43
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/app/api/notifications/route.ts +0 -46
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/app/api/notifications/unread-count/route.ts +0 -24
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/app/w/[workspaceId]/[threadId]/page.tsx +0 -4
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/app/w/[workspaceId]/layout.tsx +0 -7
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/app/w/[workspaceId]/page.tsx +0 -4
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/app/welcome/page.tsx +0 -117
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/components/Notifications/NotificationBell.tsx +0 -62
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/components/Notifications/NotificationItem.tsx +0 -96
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/components/Notifications/NotificationsPanel.tsx +0 -127
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/components/Notifications/index.ts +0 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/components/WorkspaceNav.tsx +0 -67
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/components/chat-ui/ChatPreview.tsx +0 -85
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/hooks/useNotifications.ts +0 -115
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/lib/db/cursors.js +0 -75
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/lib/db/notifications.js +0 -70
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/lib/db/preferences.js +0 -110
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/lib/demo-threads.ts +0 -76
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/lib/jobs/pruneNotifications.js +0 -87
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/lib/projectors/notificationProjector.js +0 -351
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/lib/sqlite.ts +0 -61
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/LICENSE +0 -21
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/README.md +0 -99
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/binding.gyp +0 -38
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/deps/common.gypi +0 -68
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/deps/copy.js +0 -31
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/deps/defines.gypi +0 -41
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/deps/download.sh +0 -122
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/deps/patches/1208.patch +0 -15
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/deps/sqlite3/sqlite3.c +0 -265969
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/deps/sqlite3/sqlite3.h +0 -13968
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/deps/sqlite3/sqlite3ext.h +0 -730
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/deps/sqlite3.gyp +0 -80
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/deps/test_extension.c +0 -21
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/src/addon.cpp +0 -47
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/src/better_sqlite3.cpp +0 -74
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/src/objects/backup.cpp +0 -120
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/src/objects/backup.hpp +0 -36
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/src/objects/database.cpp +0 -417
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/src/objects/database.hpp +0 -103
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/src/objects/statement-iterator.cpp +0 -113
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/src/objects/statement-iterator.hpp +0 -50
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/src/objects/statement.cpp +0 -383
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/src/objects/statement.hpp +0 -58
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/src/util/bind-map.cpp +0 -73
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/src/util/binder.cpp +0 -193
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/src/util/constants.cpp +0 -172
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/src/util/custom-aggregate.cpp +0 -121
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/src/util/custom-function.cpp +0 -59
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/src/util/custom-table.cpp +0 -409
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/src/util/data-converter.cpp +0 -17
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/src/util/data.cpp +0 -194
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/src/util/helpers.cpp +0 -109
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/src/util/macros.cpp +0 -70
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/src/util/query-macros.cpp +0 -71
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3/src/util/row-builder.cpp +0 -49
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/script.txt +0 -111
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/tests/projector/_helpers.js +0 -68
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/tests/projector/crash.test.js +0 -139
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/tests/projector/duplicate.test.js +0 -111
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/tests/projector/flood.test.js +0 -162
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/tests/projector/replay.test.js +0 -107
- /package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/{UBZZwc9vLlz1xCm5PYCTc → Bhse4ZIyeG-RAxhOSkjdu}/_buildManifest.js +0 -0
- /package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/{UBZZwc9vLlz1xCm5PYCTc → Bhse4ZIyeG-RAxhOSkjdu}/_clientMiddlewareManifest.json +0 -0
- /package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/{UBZZwc9vLlz1xCm5PYCTc → Bhse4ZIyeG-RAxhOSkjdu}/_ssgManifest.js +0 -0
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
|
|
3
|
-
import { useCallback, useEffect, useRef, useState } from "react";
|
|
4
|
-
|
|
5
|
-
export interface Notification {
|
|
6
|
-
id: string;
|
|
7
|
-
user_id: string;
|
|
8
|
-
task_id: string | null;
|
|
9
|
-
event_id: string | null;
|
|
10
|
-
type: string;
|
|
11
|
-
tier: string | null;
|
|
12
|
-
title: string;
|
|
13
|
-
body: string | null;
|
|
14
|
-
created_at: string;
|
|
15
|
-
read_at: string | null;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
interface UseNotificationsOptions {
|
|
19
|
-
pollInterval?: number;
|
|
20
|
-
limit?: number;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
export function useNotifications({ pollInterval = 15000, limit = 20 }: UseNotificationsOptions = {}) {
|
|
24
|
-
const [notifications, setNotifications] = useState<Notification[]>([]);
|
|
25
|
-
const [unreadCount, setUnreadCount] = useState(0);
|
|
26
|
-
const [loading, setLoading] = useState(true);
|
|
27
|
-
const [error, setError] = useState<string | null>(null);
|
|
28
|
-
const [nextCursor, setNextCursor] = useState<string | null>(null);
|
|
29
|
-
const timerRef = useRef<ReturnType<typeof setInterval> | null>(null);
|
|
30
|
-
|
|
31
|
-
const fetchUnreadCount = useCallback(async () => {
|
|
32
|
-
try {
|
|
33
|
-
const res = await fetch("/api/notifications/unread-count");
|
|
34
|
-
if (!res.ok) return;
|
|
35
|
-
const data = await res.json();
|
|
36
|
-
setUnreadCount(data.count ?? 0);
|
|
37
|
-
} catch {
|
|
38
|
-
// swallow — badge will be stale
|
|
39
|
-
}
|
|
40
|
-
}, []);
|
|
41
|
-
|
|
42
|
-
const fetchNotifications = useCallback(async (replace = true) => {
|
|
43
|
-
try {
|
|
44
|
-
if (replace) setLoading(true);
|
|
45
|
-
const url = replace
|
|
46
|
-
? `/api/notifications?limit=${limit}`
|
|
47
|
-
: `/api/notifications?limit=${limit}&cursor=${nextCursor}`;
|
|
48
|
-
const res = await fetch(url);
|
|
49
|
-
if (!res.ok) throw new Error(`HTTP ${res.status}`);
|
|
50
|
-
const data = await res.json();
|
|
51
|
-
const items: Notification[] = data.notifications ?? [];
|
|
52
|
-
if (replace) {
|
|
53
|
-
setNotifications(items);
|
|
54
|
-
} else {
|
|
55
|
-
setNotifications((prev) => [...prev, ...items]);
|
|
56
|
-
}
|
|
57
|
-
setNextCursor(data.next_cursor ?? null);
|
|
58
|
-
setError(null);
|
|
59
|
-
} catch (err) {
|
|
60
|
-
setError(err instanceof Error ? err.message : "Failed to load notifications");
|
|
61
|
-
} finally {
|
|
62
|
-
if (replace) setLoading(false);
|
|
63
|
-
}
|
|
64
|
-
}, [limit, nextCursor]);
|
|
65
|
-
|
|
66
|
-
const refresh = useCallback(async () => {
|
|
67
|
-
await Promise.all([fetchNotifications(true), fetchUnreadCount()]);
|
|
68
|
-
}, [fetchNotifications, fetchUnreadCount]);
|
|
69
|
-
|
|
70
|
-
const loadMore = useCallback(async () => {
|
|
71
|
-
if (!nextCursor) return;
|
|
72
|
-
await fetchNotifications(false);
|
|
73
|
-
}, [nextCursor, fetchNotifications]);
|
|
74
|
-
|
|
75
|
-
const markAsRead = useCallback(async (id: string) => {
|
|
76
|
-
// Optimistic update
|
|
77
|
-
setNotifications((prev) =>
|
|
78
|
-
prev.map((n) => (n.id === id ? { ...n, read_at: new Date().toISOString() } : n))
|
|
79
|
-
);
|
|
80
|
-
setUnreadCount((c) => Math.max(0, c - 1));
|
|
81
|
-
|
|
82
|
-
try {
|
|
83
|
-
const res = await fetch(`/api/notifications/${id}/read`, { method: "PATCH" });
|
|
84
|
-
if (!res.ok) throw new Error(`HTTP ${res.status}`);
|
|
85
|
-
} catch {
|
|
86
|
-
// Roll back on failure
|
|
87
|
-
await refresh();
|
|
88
|
-
}
|
|
89
|
-
}, [refresh]);
|
|
90
|
-
|
|
91
|
-
// Initial fetch + polling
|
|
92
|
-
useEffect(() => {
|
|
93
|
-
void refresh();
|
|
94
|
-
|
|
95
|
-
timerRef.current = setInterval(() => {
|
|
96
|
-
void refresh();
|
|
97
|
-
}, pollInterval);
|
|
98
|
-
|
|
99
|
-
return () => {
|
|
100
|
-
if (timerRef.current) clearInterval(timerRef.current);
|
|
101
|
-
};
|
|
102
|
-
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
103
|
-
}, [pollInterval]);
|
|
104
|
-
|
|
105
|
-
return {
|
|
106
|
-
notifications,
|
|
107
|
-
unreadCount,
|
|
108
|
-
loading,
|
|
109
|
-
error,
|
|
110
|
-
hasMore: nextCursor !== null,
|
|
111
|
-
refresh,
|
|
112
|
-
loadMore,
|
|
113
|
-
markAsRead,
|
|
114
|
-
};
|
|
115
|
-
}
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* lib/db/cursors.js
|
|
3
|
-
*
|
|
4
|
-
* Durable per-consumer cursor helpers for event-stream projectors.
|
|
5
|
-
* Cursors are stored in the projector_cursors table keyed by consumer_id.
|
|
6
|
-
* The cursor value is the rowid (integer) of the last processed event.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
'use strict';
|
|
10
|
-
|
|
11
|
-
const { getSQLiteDb } = require('../sqlite-query-adapter');
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* Read the current cursor position for a consumer.
|
|
15
|
-
* Returns 0 if the consumer has no recorded position (process from beginning).
|
|
16
|
-
*
|
|
17
|
-
* @param {string} consumerId - Unique consumer identifier (e.g. 'notification_projector')
|
|
18
|
-
* @returns {number} Last processed rowid, or 0
|
|
19
|
-
*/
|
|
20
|
-
function readCursor(consumerId) {
|
|
21
|
-
const db = getSQLiteDb();
|
|
22
|
-
const row = db.prepare(
|
|
23
|
-
'SELECT last_event_id FROM projector_cursors WHERE consumer_id = ?'
|
|
24
|
-
).get(consumerId);
|
|
25
|
-
if (!row) return 0;
|
|
26
|
-
const pos = parseInt(row.last_event_id, 10);
|
|
27
|
-
return Number.isFinite(pos) ? pos : 0;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* Advance the cursor to a new position within an existing transaction.
|
|
32
|
-
* The caller is responsible for wrapping this in a transaction so the cursor
|
|
33
|
-
* update and the projection writes are committed atomically.
|
|
34
|
-
*
|
|
35
|
-
* @param {import('better-sqlite3').Database} db - SQLite connection (same one used in txn)
|
|
36
|
-
* @param {string} consumerId
|
|
37
|
-
* @param {number} newRowid - rowid of the last event that was successfully processed
|
|
38
|
-
*/
|
|
39
|
-
function advanceCursorInTxn(db, consumerId, newRowid) {
|
|
40
|
-
db.prepare(`
|
|
41
|
-
INSERT INTO projector_cursors (consumer_id, last_event_id, updated_at)
|
|
42
|
-
VALUES (?, ?, strftime('%Y-%m-%dT%H:%M:%fZ','now'))
|
|
43
|
-
ON CONFLICT(consumer_id) DO UPDATE SET
|
|
44
|
-
last_event_id = excluded.last_event_id,
|
|
45
|
-
updated_at = excluded.updated_at
|
|
46
|
-
`).run(consumerId, String(newRowid));
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
* Reset a consumer's cursor back to 0 (triggers full replay on next run).
|
|
51
|
-
* Useful for testing and forced replay.
|
|
52
|
-
*
|
|
53
|
-
* @param {string} consumerId
|
|
54
|
-
*/
|
|
55
|
-
function resetCursor(consumerId) {
|
|
56
|
-
const db = getSQLiteDb();
|
|
57
|
-
db.prepare(`
|
|
58
|
-
INSERT INTO projector_cursors (consumer_id, last_event_id, updated_at)
|
|
59
|
-
VALUES (?, '0', strftime('%Y-%m-%dT%H:%M:%fZ','now'))
|
|
60
|
-
ON CONFLICT(consumer_id) DO UPDATE SET
|
|
61
|
-
last_event_id = '0',
|
|
62
|
-
updated_at = excluded.updated_at
|
|
63
|
-
`).run(consumerId);
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
/**
|
|
67
|
-
* List all known consumers and their cursor positions.
|
|
68
|
-
* @returns {Array<{consumer_id: string, last_event_id: string, updated_at: string}>}
|
|
69
|
-
*/
|
|
70
|
-
function listCursors() {
|
|
71
|
-
const db = getSQLiteDb();
|
|
72
|
-
return db.prepare('SELECT * FROM projector_cursors ORDER BY consumer_id').all();
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
module.exports = { readCursor, advanceCursorInTxn, resetCursor, listCursors };
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* lib/db/notifications.js
|
|
5
|
-
*
|
|
6
|
-
* Query helpers for the notifications read-model table.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
const { getSQLiteDb } = require('../sqlite-query-adapter');
|
|
10
|
-
|
|
11
|
-
const DEFAULT_UNREAD_CAP = 500;
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* Return up to `cap` unread notifications for a user, newest first.
|
|
15
|
-
*
|
|
16
|
-
* @param {string} userId
|
|
17
|
-
* @param {number} [cap=500]
|
|
18
|
-
* @returns {Array<{id, task_id, event_id, type, tier, title, body, created_at}>}
|
|
19
|
-
*/
|
|
20
|
-
function getUnreadSummary(userId, cap = DEFAULT_UNREAD_CAP) {
|
|
21
|
-
const db = getSQLiteDb();
|
|
22
|
-
return db.prepare(`
|
|
23
|
-
SELECT id, task_id, event_id, type, tier, title, body, created_at
|
|
24
|
-
FROM notifications
|
|
25
|
-
WHERE user_id = ? AND read_at IS NULL
|
|
26
|
-
ORDER BY created_at DESC
|
|
27
|
-
LIMIT ?
|
|
28
|
-
`).all(userId, cap);
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* Count unread notifications for a user.
|
|
33
|
-
*
|
|
34
|
-
* @param {string} userId
|
|
35
|
-
* @returns {number}
|
|
36
|
-
*/
|
|
37
|
-
function countUnread(userId) {
|
|
38
|
-
const db = getSQLiteDb();
|
|
39
|
-
return db.prepare(
|
|
40
|
-
'SELECT COUNT(*) AS n FROM notifications WHERE user_id = ? AND read_at IS NULL'
|
|
41
|
-
).get(userId)?.n ?? 0;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
/**
|
|
45
|
-
* Delete notifications older than minDays (read) or maxDays (any).
|
|
46
|
-
* Returns the total number of rows deleted.
|
|
47
|
-
*
|
|
48
|
-
* @param {object} [opts]
|
|
49
|
-
* @param {number} [opts.minDays=60] - prune read notifications older than this
|
|
50
|
-
* @param {number} [opts.maxDays=90] - prune all notifications older than this
|
|
51
|
-
* @returns {{ deleted: number }}
|
|
52
|
-
*/
|
|
53
|
-
function pruneOldNotifications({ minDays = 60, maxDays = 90 } = {}) {
|
|
54
|
-
const db = getSQLiteDb();
|
|
55
|
-
|
|
56
|
-
const r1 = db.prepare(`
|
|
57
|
-
DELETE FROM notifications
|
|
58
|
-
WHERE created_at < strftime('%Y-%m-%dT%H:%M:%fZ', 'now', '-${minDays} days')
|
|
59
|
-
AND read_at IS NOT NULL
|
|
60
|
-
`).run();
|
|
61
|
-
|
|
62
|
-
const r2 = db.prepare(`
|
|
63
|
-
DELETE FROM notifications
|
|
64
|
-
WHERE created_at < strftime('%Y-%m-%dT%H:%M:%fZ', 'now', '-${maxDays} days')
|
|
65
|
-
`).run();
|
|
66
|
-
|
|
67
|
-
return { deleted: r1.changes + r2.changes };
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
module.exports = { getUnreadSummary, countUnread, pruneOldNotifications };
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* lib/db/preferences.js
|
|
3
|
-
*
|
|
4
|
-
* Notification preference helpers.
|
|
5
|
-
*
|
|
6
|
-
* Preference resolution order (highest priority first):
|
|
7
|
-
* 1. Task-level: tasks.stage_decisions → { notifications: { [type]: bool } }
|
|
8
|
-
* 2. User-level: user_settings.notification_prefs → { [type]: bool } (if table exists)
|
|
9
|
-
* 3. Global default: true (notify for everything)
|
|
10
|
-
*
|
|
11
|
-
* Schema convention for task-level prefs (stored in tasks.stage_decisions JSON):
|
|
12
|
-
* { "notifications": { "task.completed": true, "task.failed": false } }
|
|
13
|
-
*
|
|
14
|
-
* Schema convention for user-level prefs (stored in user_settings.notification_prefs JSON):
|
|
15
|
-
* { "task.completed": true, "task.failed": false }
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
'use strict';
|
|
19
|
-
|
|
20
|
-
const { getSQLiteDb } = require('../sqlite-query-adapter');
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* Read task-level notification preferences for a specific notification type.
|
|
24
|
-
* Returns null if no task-level override exists for this type.
|
|
25
|
-
*
|
|
26
|
-
* @param {import('better-sqlite3').Database} db
|
|
27
|
-
* @param {string} taskId
|
|
28
|
-
* @param {string} notificationType - e.g. 'task.completed'
|
|
29
|
-
* @returns {boolean|null} explicit preference, or null if not set at task level
|
|
30
|
-
*/
|
|
31
|
-
function getTaskLevelPref(db, taskId, notificationType) {
|
|
32
|
-
const row = db.prepare(
|
|
33
|
-
"SELECT json_extract(stage_decisions, '$.notifications') AS notif_prefs FROM tasks WHERE id = ?"
|
|
34
|
-
).get(taskId);
|
|
35
|
-
|
|
36
|
-
if (!row || !row.notif_prefs) return null;
|
|
37
|
-
|
|
38
|
-
try {
|
|
39
|
-
const prefs = typeof row.notif_prefs === 'string'
|
|
40
|
-
? JSON.parse(row.notif_prefs)
|
|
41
|
-
: row.notif_prefs;
|
|
42
|
-
if (prefs && typeof prefs[notificationType] === 'boolean') {
|
|
43
|
-
return prefs[notificationType];
|
|
44
|
-
}
|
|
45
|
-
} catch {
|
|
46
|
-
// Malformed JSON — treat as no preference
|
|
47
|
-
}
|
|
48
|
-
return null;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
/**
|
|
52
|
-
* Read user-level notification preferences for a specific notification type.
|
|
53
|
-
* Returns null if no user-level preference exists for this type.
|
|
54
|
-
*
|
|
55
|
-
* Reads from user_settings.notification_prefs (JSON column).
|
|
56
|
-
* Gracefully handles missing table (returns null).
|
|
57
|
-
*
|
|
58
|
-
* @param {import('better-sqlite3').Database} db
|
|
59
|
-
* @param {string} userId
|
|
60
|
-
* @param {string} notificationType - e.g. 'task.completed'
|
|
61
|
-
* @returns {boolean|null} explicit preference, or null if not set
|
|
62
|
-
*/
|
|
63
|
-
function getUserLevelPref(db, userId, notificationType) {
|
|
64
|
-
try {
|
|
65
|
-
const row = db.prepare(
|
|
66
|
-
"SELECT json_extract(notification_prefs, '$.' || ?) AS pref FROM user_settings WHERE user_id = ?"
|
|
67
|
-
).get(notificationType, userId);
|
|
68
|
-
|
|
69
|
-
if (row && typeof row.pref === 'integer') {
|
|
70
|
-
// SQLite stores JSON booleans as integers (0/1)
|
|
71
|
-
return row.pref !== 0;
|
|
72
|
-
}
|
|
73
|
-
if (row && typeof row.pref === 'string') {
|
|
74
|
-
if (row.pref === 'true') return true;
|
|
75
|
-
if (row.pref === 'false') return false;
|
|
76
|
-
}
|
|
77
|
-
} catch {
|
|
78
|
-
// user_settings table may not exist yet — return null (default)
|
|
79
|
-
}
|
|
80
|
-
return null;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
/**
|
|
84
|
-
* Determine whether a notification should be emitted for a given task + type.
|
|
85
|
-
*
|
|
86
|
-
* Resolution order:
|
|
87
|
-
* 1. Task-level preference (tasks.stage_decisions.notifications[type])
|
|
88
|
-
* 2. User-level preference (user_settings.notification_prefs[type])
|
|
89
|
-
* 3. Global default → true
|
|
90
|
-
*
|
|
91
|
-
* @param {import('better-sqlite3').Database} db
|
|
92
|
-
* @param {string} taskId
|
|
93
|
-
* @param {string} userId
|
|
94
|
-
* @param {string} notificationType - e.g. 'task.completed'
|
|
95
|
-
* @returns {boolean}
|
|
96
|
-
*/
|
|
97
|
-
function shouldNotify(db, taskId, userId, notificationType) {
|
|
98
|
-
// 1. Task-level override
|
|
99
|
-
const taskPref = getTaskLevelPref(db, taskId, notificationType);
|
|
100
|
-
if (taskPref !== null) return taskPref;
|
|
101
|
-
|
|
102
|
-
// 2. User-level default
|
|
103
|
-
const userPref = getUserLevelPref(db, userId, notificationType);
|
|
104
|
-
if (userPref !== null) return userPref;
|
|
105
|
-
|
|
106
|
-
// 3. Global default — notify
|
|
107
|
-
return true;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
module.exports = { shouldNotify, getTaskLevelPref, getUserLevelPref };
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
import type { GroupMessage, Participant } from "@/lib/types";
|
|
2
|
-
|
|
3
|
-
export const DEMO_PARTICIPANTS: Participant[] = [
|
|
4
|
-
{ id: "jane", name: "Jane", provider: "claude", model: "claude-opus-4-6", color: "#6366f1" },
|
|
5
|
-
{ id: "cody", name: "Cody", provider: "claude", model: "gpt-5.3", color: "#f59e0b" },
|
|
6
|
-
{ id: "flint", name: "Flint", provider: "ollama", model: "gemini-3.1-pro", color: "#10b981" },
|
|
7
|
-
{ id: "jewel", name: "Jewel", provider: "claude", model: "glm-5", color: "#ec4899" },
|
|
8
|
-
];
|
|
9
|
-
|
|
10
|
-
const now = Date.now();
|
|
11
|
-
|
|
12
|
-
export const DEMO_MESSAGES: GroupMessage[] = [
|
|
13
|
-
{
|
|
14
|
-
id: "demo-0",
|
|
15
|
-
role: "user",
|
|
16
|
-
participantId: null,
|
|
17
|
-
content: "We're losing 40% of users at the onboarding config screen. How should we fix this?",
|
|
18
|
-
timestamp: now - 9000,
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
id: "demo-1",
|
|
22
|
-
role: "assistant",
|
|
23
|
-
participantId: "jane",
|
|
24
|
-
content: "The core problem is we're asking for setup before showing value. Users don't know *why* they need an API key yet. Flip the order — let them see the product working first, then ask for config when they actually need it.",
|
|
25
|
-
timestamp: now - 8000,
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
id: "demo-2",
|
|
29
|
-
role: "assistant",
|
|
30
|
-
participantId: "cody",
|
|
31
|
-
content: "We can prove that with a zero-config starter task: detect `package.json` or `.git` on load, run a local project analysis. No API key needed, instant result. That alone should cut the drop-off significantly.",
|
|
32
|
-
timestamp: now - 7000,
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
id: "demo-3",
|
|
36
|
-
role: "assistant",
|
|
37
|
-
participantId: "flint",
|
|
38
|
-
content: "Risk: if we defer config entirely, the *second* interaction fails when there's no provider configured. We'd just move the drop-off from step 1 to step 2. Need to handle that transition carefully.",
|
|
39
|
-
timestamp: now - 6000,
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
id: "demo-4",
|
|
43
|
-
role: "assistant",
|
|
44
|
-
participantId: "jewel",
|
|
45
|
-
content: "Graduated fidelity solves this. First task is local-only and always succeeds. When they trigger something that needs an LLM, prompt for the key *inline* — right where they need it, not on a separate page. Context-sensitive setup.",
|
|
46
|
-
timestamp: now - 5000,
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
id: "demo-5",
|
|
50
|
-
role: "assistant",
|
|
51
|
-
participantId: "jane",
|
|
52
|
-
content: "Exactly. Setup instructions are only useful at the moment you need them. Front-loading them is just anxiety. I'd also suggest we track `welcome_view → first_action → first_result` to measure the actual impact.",
|
|
53
|
-
timestamp: now - 4000,
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
id: "demo-6",
|
|
57
|
-
role: "assistant",
|
|
58
|
-
participantId: "cody",
|
|
59
|
-
content: "Here's a concrete implementation plan:\n1. Add framework detection on page load\n2. Show \"Map this project\" as default starter task\n3. Run it client-side with zero dependencies\n4. Persist the result so they land in a live session, not a blank page",
|
|
60
|
-
timestamp: now - 3000,
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
id: "demo-7",
|
|
64
|
-
role: "assistant",
|
|
65
|
-
participantId: "flint",
|
|
66
|
-
content: "One more thing — keep state from that first task. When they transition to the real workspace, they should land mid-session. Starting over after the demo kills momentum and trust.",
|
|
67
|
-
timestamp: now - 2000,
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
id: "demo-8",
|
|
71
|
-
role: "assistant",
|
|
72
|
-
participantId: "jewel",
|
|
73
|
-
content: "Summary: land → see agents working → join with one click → first task runs instantly → setup happens only when needed. Every step earns the next. Shall I draft the implementation spec?",
|
|
74
|
-
timestamp: now - 1000,
|
|
75
|
-
},
|
|
76
|
-
];
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* lib/jobs/pruneNotifications.js
|
|
5
|
-
*
|
|
6
|
-
* Scheduled job that prunes old notifications from the read-model table.
|
|
7
|
-
*
|
|
8
|
-
* Retention policy:
|
|
9
|
-
* - Read notifications older than TTL_DAYS_MIN (60 days) are deleted.
|
|
10
|
-
* - All notifications older than TTL_DAYS_MAX (90 days) are deleted.
|
|
11
|
-
*
|
|
12
|
-
* Usage:
|
|
13
|
-
* const pruneJob = require('./pruneNotifications');
|
|
14
|
-
* pruneJob.start(); // begin scheduled runs
|
|
15
|
-
* pruneJob.stop(); // cancel scheduled runs
|
|
16
|
-
* pruneJob.runOnce(); // run immediately (useful in tests / CLI)
|
|
17
|
-
*/
|
|
18
|
-
|
|
19
|
-
const { pruneOldNotifications } = require('../db/notifications');
|
|
20
|
-
|
|
21
|
-
// ── Configuration ────────────────────────────────────────────────────────────
|
|
22
|
-
|
|
23
|
-
const TTL_DAYS_MIN = 60; // delete read notifications older than this
|
|
24
|
-
const TTL_DAYS_MAX = 90; // delete all notifications older than this
|
|
25
|
-
const DEFAULT_INTERVAL_MS = 6 * 60 * 60 * 1000; // 6 hours
|
|
26
|
-
|
|
27
|
-
// ── Job implementation ───────────────────────────────────────────────────────
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* Run the prune job once and log the outcome.
|
|
31
|
-
*
|
|
32
|
-
* @returns {{ deleted: number }}
|
|
33
|
-
*/
|
|
34
|
-
function runOnce() {
|
|
35
|
-
try {
|
|
36
|
-
const { deleted } = pruneOldNotifications({ minDays: TTL_DAYS_MIN, maxDays: TTL_DAYS_MAX });
|
|
37
|
-
if (deleted > 0) {
|
|
38
|
-
console.log(`[pruneNotifications] deleted ${deleted} notifications (min=${TTL_DAYS_MIN}d, max=${TTL_DAYS_MAX}d)`);
|
|
39
|
-
} else {
|
|
40
|
-
console.debug('[pruneNotifications] nothing to prune');
|
|
41
|
-
}
|
|
42
|
-
return { deleted };
|
|
43
|
-
} catch (err) {
|
|
44
|
-
console.error('[pruneNotifications] error during prune run', err);
|
|
45
|
-
return { deleted: 0 };
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
// ── Scheduler ────────────────────────────────────────────────────────────────
|
|
50
|
-
|
|
51
|
-
let _timer = null;
|
|
52
|
-
|
|
53
|
-
/**
|
|
54
|
-
* Start the scheduled prune job.
|
|
55
|
-
* Safe to call multiple times — subsequent calls are no-ops.
|
|
56
|
-
*
|
|
57
|
-
* @param {object} [opts]
|
|
58
|
-
* @param {number} [opts.intervalMs] - override the default 6-hour interval
|
|
59
|
-
*/
|
|
60
|
-
function start({ intervalMs = DEFAULT_INTERVAL_MS } = {}) {
|
|
61
|
-
if (_timer) return;
|
|
62
|
-
|
|
63
|
-
// Run once immediately on start, then on interval
|
|
64
|
-
runOnce();
|
|
65
|
-
|
|
66
|
-
_timer = setInterval(() => {
|
|
67
|
-
runOnce();
|
|
68
|
-
}, intervalMs);
|
|
69
|
-
|
|
70
|
-
// Allow the process to exit even if this timer is still active
|
|
71
|
-
if (_timer.unref) _timer.unref();
|
|
72
|
-
|
|
73
|
-
console.log(`[pruneNotifications] scheduler started (interval=${intervalMs}ms)`);
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
/**
|
|
77
|
-
* Stop the scheduled prune job.
|
|
78
|
-
*/
|
|
79
|
-
function stop() {
|
|
80
|
-
if (_timer) {
|
|
81
|
-
clearInterval(_timer);
|
|
82
|
-
_timer = null;
|
|
83
|
-
console.log('[pruneNotifications] scheduler stopped');
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
module.exports = { start, stop, runOnce, TTL_DAYS_MIN, TTL_DAYS_MAX };
|