@mndrk/agx 2.0.26 → 2.0.33
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 +4 -6
- package/cloud-runtime/standalone/.next/BUILD_ID +1 -1
- package/cloud-runtime/standalone/.next/app-path-routes-manifest.json +7 -0
- package/cloud-runtime/standalone/.next/build-manifest.json +4 -4
- package/cloud-runtime/standalone/.next/prerender-manifest.json +3 -3
- package/cloud-runtime/standalone/.next/required-server-files.json +4 -4
- package/cloud-runtime/standalone/.next/routes-manifest.json +51 -0
- package/cloud-runtime/standalone/.next/server/app/_global-error/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/_global-error.html +2 -2
- package/cloud-runtime/standalone/.next/server/app/_global-error.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/_not-found/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/.next/server/app/_not-found.html +2 -2
- package/cloud-runtime/standalone/.next/server/app/_not-found.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/agents/[id]/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/agents/[id]/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/agents/[id]/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/.next/server/app/agents/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/agents/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/agents/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/.next/server/app/agents.html +2 -2
- package/cloud-runtime/standalone/.next/server/app/agents.rsc +3 -3
- package/cloud-runtime/standalone/.next/server/app/agents.segments/_full.segment.rsc +3 -3
- package/cloud-runtime/standalone/.next/server/app/agents.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/agents.segments/_index.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/agents.segments/_tree.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/agents.segments/agents/__PAGE__.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/agents.segments/agents.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/agent-specs/route.js +2 -2
- package/cloud-runtime/standalone/.next/server/app/api/agent-specs/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/agents/[id]/profile/route.js +2 -2
- package/cloud-runtime/standalone/.next/server/app/api/agents/[id]/profile/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/agents/export/route.js +2 -2
- package/cloud-runtime/standalone/.next/server/app/api/agents/export/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/automations/create/route.js +4 -4
- package/cloud-runtime/standalone/.next/server/app/api/automations/create/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/automations/route.js +3 -3
- package/cloud-runtime/standalone/.next/server/app/api/automations/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/chat/route.js +7 -4
- package/cloud-runtime/standalone/.next/server/app/api/chat/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/chat-runs/[id]/route/app-paths-manifest.json +3 -0
- package/cloud-runtime/standalone/.next/server/app/api/chat-runs/[id]/route/build-manifest.json +11 -0
- package/cloud-runtime/standalone/.next/server/app/api/chat-runs/[id]/route/server-reference-manifest.json +4 -0
- package/cloud-runtime/standalone/.next/server/app/api/chat-runs/[id]/route.js +8 -0
- package/cloud-runtime/standalone/.next/server/app/api/chat-runs/[id]/route.js.map +5 -0
- package/cloud-runtime/standalone/.next/server/app/api/chat-runs/[id]/route.js.nft.json +1 -0
- package/cloud-runtime/standalone/.next/server/app/api/chat-runs/[id]/route_client-reference-manifest.js +2 -0
- package/cloud-runtime/standalone/.next/server/app/api/chat-runs/[id]/signal/route/app-paths-manifest.json +3 -0
- package/cloud-runtime/standalone/.next/server/app/api/chat-runs/[id]/signal/route/build-manifest.json +11 -0
- package/cloud-runtime/standalone/.next/server/app/api/chat-runs/[id]/signal/route/server-reference-manifest.json +4 -0
- package/cloud-runtime/standalone/.next/server/app/api/chat-runs/[id]/signal/route.js +7 -0
- package/cloud-runtime/standalone/.next/server/app/api/chat-runs/[id]/signal/route.js.map +5 -0
- package/cloud-runtime/standalone/.next/server/app/api/chat-runs/[id]/signal/route.js.nft.json +1 -0
- package/cloud-runtime/standalone/.next/server/app/api/chat-runs/[id]/signal/route_client-reference-manifest.js +2 -0
- package/cloud-runtime/standalone/.next/server/app/api/chat-runs/route/app-paths-manifest.json +3 -0
- package/cloud-runtime/standalone/.next/server/app/api/chat-runs/route/build-manifest.json +11 -0
- package/cloud-runtime/standalone/.next/server/app/api/chat-runs/route/server-reference-manifest.json +4 -0
- package/cloud-runtime/standalone/.next/server/app/api/chat-runs/route.js +8 -0
- package/cloud-runtime/standalone/.next/server/app/api/chat-runs/route.js.map +5 -0
- package/cloud-runtime/standalone/.next/server/app/api/chat-runs/route.js.nft.json +1 -0
- package/cloud-runtime/standalone/.next/server/app/api/chat-runs/route_client-reference-manifest.js +2 -0
- package/cloud-runtime/standalone/.next/server/app/api/daemon/route.js +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/daemon/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/file-search/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/graphs/[graphId]/nodes/[nodeId]/route.js +2 -2
- package/cloud-runtime/standalone/.next/server/app/api/graphs/[graphId]/nodes/[nodeId]/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/health/route.js +5 -4
- package/cloud-runtime/standalone/.next/server/app/api/health/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/history/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/history/status/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/knowledge-notes/route/app-paths-manifest.json +3 -0
- package/cloud-runtime/standalone/.next/server/app/api/knowledge-notes/route/build-manifest.json +11 -0
- package/cloud-runtime/standalone/.next/server/app/api/knowledge-notes/route/server-reference-manifest.json +4 -0
- package/cloud-runtime/standalone/.next/server/app/api/knowledge-notes/route.js +8 -0
- package/cloud-runtime/standalone/.next/server/app/api/knowledge-notes/route.js.map +5 -0
- package/cloud-runtime/standalone/.next/server/app/api/knowledge-notes/route.js.nft.json +1 -0
- package/cloud-runtime/standalone/.next/server/app/api/knowledge-notes/route_client-reference-manifest.js +2 -0
- package/cloud-runtime/standalone/.next/server/app/api/learnings/route.js +5 -4
- package/cloud-runtime/standalone/.next/server/app/api/learnings/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/logs/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/logs/stream/route.js +2 -2
- package/cloud-runtime/standalone/.next/server/app/api/logs/stream/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/memories/route.js +2 -2
- package/cloud-runtime/standalone/.next/server/app/api/memories/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/messages/[id]/route.js +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/messages/[id]/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/migrate/teams-to-projects/route.js +2 -2
- package/cloud-runtime/standalone/.next/server/app/api/migrate/teams-to-projects/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/migrate/workspaces-to-projects/route.js +2 -2
- package/cloud-runtime/standalone/.next/server/app/api/migrate/workspaces-to-projects/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/cancel/route.js +2 -2
- package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/cancel/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/signal/route.js +3 -3
- package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/signal/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/start/route.js +6 -4
- package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/start/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/status/route.js +4 -3
- package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/status/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/participants/route.js +3 -3
- package/cloud-runtime/standalone/.next/server/app/api/participants/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/processes/route.js +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/processes/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/agents/route.js +3 -3
- package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/agents/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/memory/route.js +4 -4
- package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/memory/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/migrate-v1/route.js +4 -4
- package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/migrate-v1/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/migrate-v2/route.js +4 -4
- package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/migrate-v2/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/route.js +4 -3
- package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/skills/route.js +3 -3
- package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/skills/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/threads/route.js +3 -3
- package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/threads/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/variables/route.js +3 -3
- package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/variables/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/projects/route.js +4 -3
- package/cloud-runtime/standalone/.next/server/app/api/projects/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/providers/route.js +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/providers/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/queue/complete/route.js +4 -3
- package/cloud-runtime/standalone/.next/server/app/api/queue/complete/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/queue/route.js +6 -5
- package/cloud-runtime/standalone/.next/server/app/api/queue/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/reactions/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/repos/[id]/knowledge/route.js +3 -3
- package/cloud-runtime/standalone/.next/server/app/api/repos/[id]/knowledge/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/schedules/debug/route.js +4 -4
- package/cloud-runtime/standalone/.next/server/app/api/schedules/debug/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/schedules/poll/route.js +4 -4
- package/cloud-runtime/standalone/.next/server/app/api/schedules/poll/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/schedules/route.js +4 -4
- package/cloud-runtime/standalone/.next/server/app/api/schedules/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/search/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/status/route.js +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/status/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/summarize/route.js +3 -3
- package/cloud-runtime/standalone/.next/server/app/api/summarize/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/system/db-status/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/task-drafts/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/comments/[commentId]/route.js +4 -3
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/comments/[commentId]/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/comments/route.js +6 -5
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/comments/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/costs/route.js +5 -4
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/costs/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/dependencies/route.js +5 -4
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/dependencies/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/events/route.js +4 -4
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/events/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/history/route.js +5 -5
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/history/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/metrics/route.js +5 -5
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/metrics/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/pause/route.js +2 -2
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/pause/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/replan/route.js +5 -5
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/replan/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/restart/route.js +4 -3
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/restart/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/resume/route.js +4 -3
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/resume/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/rollback/route.js +4 -4
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/rollback/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/route.js +5 -5
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/schedule/route.js +6 -5
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/schedule/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/start/route.js +4 -3
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/start/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/stop/route.js +2 -2
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/stop/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/heartbeat/route.js +2 -2
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/heartbeat/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/history/route.js +5 -4
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/history/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/logs/route.js +4 -3
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/logs/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/logs/stream/route.js +2 -2
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/logs/stream/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/comments/route.js +3 -3
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/comments/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/complete/route.js +7 -6
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/complete/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/fail/route.js +7 -6
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/fail/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/resume/route.js +6 -5
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/resume/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/start/route.js +6 -5
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/start/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/stop/route.js +7 -6
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/stop/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/verify/route.js +8 -6
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/verify/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/route.js +4 -3
- package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/assign-orphans/route.js +5 -4
- package/cloud-runtime/standalone/.next/server/app/api/tasks/assign-orphans/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/extract/route.js +3 -3
- package/cloud-runtime/standalone/.next/server/app/api/tasks/extract/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/route.js +7 -6
- package/cloud-runtime/standalone/.next/server/app/api/tasks/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/tasks/stream/route.js +2 -2
- package/cloud-runtime/standalone/.next/server/app/api/tasks/stream/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/threads/knowledge/route/app-paths-manifest.json +3 -0
- package/cloud-runtime/standalone/.next/server/app/api/threads/knowledge/route/build-manifest.json +11 -0
- package/cloud-runtime/standalone/.next/server/app/api/threads/knowledge/route/server-reference-manifest.json +4 -0
- package/cloud-runtime/standalone/.next/server/app/api/threads/knowledge/route.js +10 -0
- package/cloud-runtime/standalone/.next/server/app/api/threads/knowledge/route.js.map +5 -0
- package/cloud-runtime/standalone/.next/server/app/api/threads/knowledge/route.js.nft.json +1 -0
- package/cloud-runtime/standalone/.next/server/app/api/threads/knowledge/route_client-reference-manifest.js +2 -0
- package/cloud-runtime/standalone/.next/server/app/api/threads/route.js +5 -2
- package/cloud-runtime/standalone/.next/server/app/api/threads/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/api/user-settings/route.js +5 -4
- package/cloud-runtime/standalone/.next/server/app/api/user-settings/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/automations/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/automations/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/automations/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/.next/server/app/automations.html +2 -2
- package/cloud-runtime/standalone/.next/server/app/automations.rsc +3 -3
- package/cloud-runtime/standalone/.next/server/app/automations.segments/_full.segment.rsc +3 -3
- package/cloud-runtime/standalone/.next/server/app/automations.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/automations.segments/_index.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/automations.segments/_tree.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/automations.segments/automations/__PAGE__.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/automations.segments/automations.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/board/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/board/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/.next/server/app/board.html +2 -2
- package/cloud-runtime/standalone/.next/server/app/board.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/board.segments/_full.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/board.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/board.segments/_index.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/board.segments/_tree.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/board.segments/board/__PAGE__.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/board.segments/board.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/execution-graph/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/execution-graph/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/execution-graph/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/.next/server/app/execution-graph.html +2 -2
- package/cloud-runtime/standalone/.next/server/app/execution-graph.rsc +3 -3
- package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/_full.segment.rsc +3 -3
- package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/_index.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/_tree.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/execution-graph/__PAGE__.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/execution-graph.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/index.html +2 -2
- package/cloud-runtime/standalone/.next/server/app/index.rsc +3 -3
- package/cloud-runtime/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/index.segments/_full.segment.rsc +3 -3
- package/cloud-runtime/standalone/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/index.segments/_index.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/.next/server/app/projects/[slug]/graph/[taskId]/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/projects/[slug]/graph/[taskId]/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/projects/[slug]/graph/[taskId]/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/.next/server/app/projects/[slug]/knowledge/page/app-paths-manifest.json +3 -0
- package/cloud-runtime/standalone/.next/server/app/projects/[slug]/knowledge/page/build-manifest.json +18 -0
- package/cloud-runtime/standalone/.next/server/app/projects/[slug]/knowledge/page/next-font-manifest.json +11 -0
- package/cloud-runtime/standalone/.next/server/app/projects/[slug]/knowledge/page/react-loadable-manifest.json +1 -0
- package/cloud-runtime/standalone/.next/server/app/projects/[slug]/knowledge/page/server-reference-manifest.json +4 -0
- package/cloud-runtime/standalone/.next/server/app/projects/[slug]/knowledge/page.js +16 -0
- package/cloud-runtime/standalone/.next/server/app/projects/[slug]/knowledge/page.js.map +5 -0
- package/cloud-runtime/standalone/.next/server/app/projects/[slug]/knowledge/page.js.nft.json +1 -0
- package/cloud-runtime/standalone/.next/server/app/projects/[slug]/knowledge/page_client-reference-manifest.js +2 -0
- package/cloud-runtime/standalone/.next/server/app/projects/[slug]/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/projects/[slug]/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/projects/[slug]/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/.next/server/app/projects/[slug]/thread/[threadId]/page/app-paths-manifest.json +3 -0
- package/cloud-runtime/standalone/.next/server/app/projects/[slug]/thread/[threadId]/page/build-manifest.json +18 -0
- package/cloud-runtime/standalone/.next/server/app/projects/[slug]/thread/[threadId]/page/next-font-manifest.json +11 -0
- package/cloud-runtime/standalone/.next/server/app/projects/[slug]/thread/[threadId]/page/react-loadable-manifest.json +1 -0
- package/cloud-runtime/standalone/.next/server/app/projects/[slug]/thread/[threadId]/page/server-reference-manifest.json +4 -0
- package/cloud-runtime/standalone/.next/server/app/projects/[slug]/thread/[threadId]/page.js +16 -0
- package/cloud-runtime/standalone/.next/server/app/projects/[slug]/thread/[threadId]/page.js.map +5 -0
- package/cloud-runtime/standalone/.next/server/app/projects/[slug]/thread/[threadId]/page.js.nft.json +1 -0
- package/cloud-runtime/standalone/.next/server/app/projects/[slug]/thread/[threadId]/page_client-reference-manifest.js +2 -0
- package/cloud-runtime/standalone/.next/server/app/projects/orphans/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/projects/orphans/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/projects/orphans/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/.next/server/app/projects/orphans.html +2 -2
- package/cloud-runtime/standalone/.next/server/app/projects/orphans.rsc +3 -3
- package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/_full.segment.rsc +3 -3
- package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/_index.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/_tree.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/projects/orphans/__PAGE__.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/projects/orphans.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/projects.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/projects/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/projects/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/.next/server/app/projects.html +2 -2
- package/cloud-runtime/standalone/.next/server/app/projects.rsc +3 -3
- package/cloud-runtime/standalone/.next/server/app/projects.segments/_full.segment.rsc +3 -3
- package/cloud-runtime/standalone/.next/server/app/projects.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/projects.segments/_index.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/projects.segments/_tree.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/projects.segments/projects/__PAGE__.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/projects.segments/projects.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/settings/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/.next/server/app/settings.html +2 -2
- package/cloud-runtime/standalone/.next/server/app/settings.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/settings.segments/_full.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/settings.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/settings.segments/_index.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/settings.segments/_tree.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/settings.segments/settings.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/status/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/status/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/status/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/.next/server/app/status.html +2 -2
- package/cloud-runtime/standalone/.next/server/app/status.rsc +3 -3
- package/cloud-runtime/standalone/.next/server/app/status.segments/_full.segment.rsc +3 -3
- package/cloud-runtime/standalone/.next/server/app/status.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/status.segments/_index.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/status.segments/_tree.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/status.segments/status/__PAGE__.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/status.segments/status.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/thread/[id]/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/thread/[id]/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/thread/[id]/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/.next/server/app/welcome/page/build-manifest.json +2 -2
- package/cloud-runtime/standalone/.next/server/app/welcome/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/.next/server/app/welcome/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/.next/server/app/welcome.html +2 -2
- package/cloud-runtime/standalone/.next/server/app/welcome.rsc +3 -3
- package/cloud-runtime/standalone/.next/server/app/welcome.segments/_full.segment.rsc +3 -3
- package/cloud-runtime/standalone/.next/server/app/welcome.segments/_head.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app/welcome.segments/_index.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/welcome.segments/_tree.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/welcome.segments/welcome/__PAGE__.segment.rsc +2 -2
- package/cloud-runtime/standalone/.next/server/app/welcome.segments/welcome.segment.rsc +1 -1
- package/cloud-runtime/standalone/.next/server/app-paths-manifest.json +7 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__017f03c3._.js +13 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__06634853._.js +80 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__0b3b6a47._.js +51 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__16dd1fd7._.js +13 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__18423486._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__19520d85._.js +75 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__1c18c0d1._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__1cc2fe7f._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__241a8bcf._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__29419d66._.js +42 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__32b13ba9._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__3c1567b6._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__3c37453e._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__3faa64cd._.js +4 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__42497c7b._.js +80 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4837d72a._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__49c03d66._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__b40c7aab._.js → [root-of-the-server]__4a8d14c1._.js} +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4c50f159._.js +4 -4
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4c861686._.js +46 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4c8624cc._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4d8c6e3d._.js +58 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__50ddd3ce._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__543ba6c4._.js +5 -1
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__588b6ab0._.js +46 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__59b5d4e5._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__5a348fba._.js +42 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__5d359afa._.js +46 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__61c99680._.js +52 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__666f8712._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__6acb940d._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__6c26221d._.js +7 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__74b97f0a._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__7e79d86a._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__7ffcc20c._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__875279cb._.js +112 -0
- package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__13677d96._.js → [root-of-the-server]__8b0ab82f._.js} +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__8b461158._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__918f0106._.js +80 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__922eb7cd._.js +80 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__a189593a._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__e6ad07c3._.js → [root-of-the-server]__a67cd108._.js} +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__d8cedc8a._.js → [root-of-the-server]__abb032c1._.js} +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__b3ed0a00._.js +46 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__b4d05543._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__b63cb741._.js +63 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__b9b3fde6._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__be4ad4b5._.js +46 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c0a18648._.js +80 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c480c9c2._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c5b8ceb7._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c8b49077._.js +79 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c99509c2._.js +101 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__ceb02db8._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__d6e1ee6e._.js +32 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__da20a0aa._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__e069c0a3._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__e122cae2._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__e1e51c02._.js +7 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__ef82dda1._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__f168c6dc._.js +25 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__f1b7932f._.js +36 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__f701b208._.js +146 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__fa0ebee3._.js +13 -0
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__fce2cdce._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__2e596cc8._.js → [root-of-the-server]__fee58db1._.js} +5 -5
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__ffffceac._.js +6 -0
- package/cloud-runtime/standalone/.next/server/chunks/_05fa3b89._.js +46 -0
- package/cloud-runtime/standalone/.next/server/chunks/_0a767dfe._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/_2f3e5ac1._.js +6 -0
- package/cloud-runtime/standalone/.next/server/chunks/_4190f170._.js +46 -0
- package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__a104cda8._.js → _42e9c8d5._.js} +7 -7
- package/cloud-runtime/standalone/.next/server/chunks/_5462a047._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/_5ca51127._.js +54 -0
- package/cloud-runtime/standalone/.next/server/chunks/_5fd6af5d._.js +57 -0
- package/cloud-runtime/standalone/.next/server/chunks/_6bb93816._.js +6 -0
- package/cloud-runtime/standalone/.next/server/chunks/_7011db4f._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/_8b9fde82._.js +97 -0
- package/cloud-runtime/standalone/.next/server/chunks/_95ac98db._.js +49 -0
- package/cloud-runtime/standalone/.next/server/chunks/_994414cd._.js +54 -0
- package/cloud-runtime/standalone/.next/server/chunks/_99b78daf._.js +46 -0
- package/cloud-runtime/standalone/.next/server/chunks/_a877d34f._.js +6 -0
- package/cloud-runtime/standalone/.next/server/chunks/_affbdbb0._.js +46 -0
- package/cloud-runtime/standalone/.next/server/chunks/_c31ca6ab._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/_c965f7b3._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/_d225c04f._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/_d22934ab._.js +97 -0
- package/cloud-runtime/standalone/.next/server/chunks/_ee99a36b._.js +6 -0
- package/cloud-runtime/standalone/.next/server/chunks/_efc73784._.js +46 -0
- package/cloud-runtime/standalone/.next/server/chunks/_fba13a4a._.js +6 -0
- package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_chat-runs_[id]_route_actions_033ac330.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_chat-runs_[id]_signal_route_actions_4b56f1cd.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_chat-runs_route_actions_0c8cd01c.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_knowledge-notes_route_actions_0ddf6109.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_threads_knowledge_route_actions_c139bcf7.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/lib_7cad5c77._.js +64 -0
- package/cloud-runtime/standalone/.next/server/chunks/lib_87c06aeb._.js +25 -0
- package/cloud-runtime/standalone/.next/server/chunks/lib_db_ts_e06c6085._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/lib_ea45fe73._.js +68 -23
- package/cloud-runtime/standalone/.next/server/chunks/lib_history-store_ts_2e721df2._.js +94 -42
- package/cloud-runtime/standalone/.next/server/chunks/lib_history-store_ts_74d1c060._.js +91 -44
- package/cloud-runtime/standalone/.next/server/chunks/lib_sqlite-query-adapter_ts_3ea4d849._.js +87 -17
- package/cloud-runtime/standalone/.next/server/chunks/lib_sqlite-query-adapter_ts_b0b1a9b2._.js +294 -0
- package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_0f808fa3.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_2bdede98.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_371d0bff.js +50 -43
- package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_3d31fed0.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_57a073eb.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_7f8022ab.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_84e28f38.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_8ec90680.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_a590fcd6.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_cc6c687d.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/src_graph_14067235._.js +46 -0
- package/cloud-runtime/standalone/.next/server/chunks/src_graph_api-route-utils_ts_b7225a0e._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/src_graph_b63e2d39._.js +46 -0
- package/cloud-runtime/standalone/.next/server/chunks/src_graph_executor_ts_55c06268._.js +3 -3
- package/cloud-runtime/standalone/.next/server/chunks/src_graph_executor_ts_a8bc8d58._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__04d1aa70._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__2d80540b._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__47caef59._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__5ffa2883._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__6e83bf83._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__8973b16a._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__a0a1cb74._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__a416df95._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__c108f06c._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__fca7df40._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/ssr/{_27f9c020._.js → _0061ebd8._.js} +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/ssr/_064370bc._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/ssr/_41f60c52._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/ssr/_6b14826d._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/ssr/{_a696e9b3._.js → _84879a01._.js} +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/ssr/_85ca101b._.js +8 -0
- package/cloud-runtime/standalone/.next/server/chunks/ssr/{_c838f593._.js → _9eeb2fa0._.js} +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/ssr/_a0cc0fe7._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/ssr/_a10eb951._.js +4 -0
- package/cloud-runtime/standalone/.next/server/chunks/ssr/{_4b5d7c9b._.js → _a1d30b20._.js} +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/ssr/{_27cb3359._.js → _c87c359c._.js} +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/ssr/_cb4d8a23._.js +4 -0
- package/cloud-runtime/standalone/.next/server/chunks/ssr/{_6a367524._.js → _ccb409c5._.js} +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/ssr/_cd5e154b._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/ssr/{_d021529a._.js → _dd31b6e0._.js} +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/ssr/_f0ce6183._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_projects_[slug]_knowledge_page_actions_1037c40a.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/ssr/app_execution-graph_page_tsx_f854185a._.js +2 -2
- package/cloud-runtime/standalone/.next/server/chunks/ssr/app_projects_[slug]_graph_[taskId]_page_tsx_d8b1d582._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/ssr/app_projects_[slug]_knowledge_page_tsx_e2a55cbd._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/ssr/app_welcome_page_tsx_6c79bc59._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/ssr/ce889_server_app_projects_[slug]_thread_[threadId]_page_actions_660a8857.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/ssr/components_chat-ui_bfeda794._.js +5 -5
- package/cloud-runtime/standalone/.next/server/chunks/ssr/components_thread_WorkspaceSidebar_tsx_e660301b._.js +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_lucide-react_dist_esm_e70f9321._.js +3 -0
- package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_lucide-react_dist_esm_icons_bf855424._.js +3 -0
- package/cloud-runtime/standalone/.next/server/functions-config-manifest.json +5 -0
- package/cloud-runtime/standalone/.next/server/middleware-build-manifest.js +2 -2
- package/cloud-runtime/standalone/.next/server/middleware-manifest.json +5 -5
- package/cloud-runtime/standalone/.next/server/next-font-manifest.js +1 -1
- package/cloud-runtime/standalone/.next/server/next-font-manifest.json +8 -0
- package/cloud-runtime/standalone/.next/server/pages/404.html +2 -2
- package/cloud-runtime/standalone/.next/server/pages/500.html +2 -2
- package/cloud-runtime/standalone/.next/server/server-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/.next/server/server-reference-manifest.json +1 -1
- package/cloud-runtime/standalone/.next/static/chunks/{b5bd2eb6e0c7f71a.js → 010aff7b601302de.js} +3 -3
- package/cloud-runtime/standalone/.next/static/chunks/012e3e9699415997.js +1 -0
- package/cloud-runtime/standalone/.next/static/chunks/031d99fbe758545a.js +1 -0
- package/cloud-runtime/standalone/.next/static/chunks/0c467f54bc78a380.js +1 -0
- package/cloud-runtime/standalone/.next/static/chunks/{b4e298542d366e31.js → 116985039c24f1f8.js} +9 -9
- package/cloud-runtime/standalone/.next/static/chunks/2ee8d24314eec47c.js +1 -0
- package/cloud-runtime/standalone/.next/static/chunks/3a55441b018d52e4.js +1 -0
- package/cloud-runtime/standalone/.next/static/chunks/43f6157bc3db9c52.js +6 -0
- package/cloud-runtime/standalone/.next/static/chunks/486bf7ff282b91a6.js +5 -0
- package/cloud-runtime/standalone/.next/static/chunks/{e44264686aa5ecbf.js → 56a01238098d495d.js} +9 -9
- package/cloud-runtime/standalone/.next/static/chunks/{45b4d0ee5c92d45b.js → 601996727991149e.js} +9 -9
- package/cloud-runtime/standalone/.next/static/chunks/851b1d97179bd39b.css +1 -0
- package/cloud-runtime/standalone/.next/static/chunks/8d15ced2dc70090a.js +1 -0
- package/cloud-runtime/standalone/.next/static/chunks/90b581e9631d8cea.js +1 -0
- package/cloud-runtime/standalone/.next/static/chunks/b22947e6df238fd5.js +1 -0
- package/cloud-runtime/standalone/.next/static/chunks/{616d66dbec9e4b8b.js → b2dcd19ebe3af3f6.js} +9 -9
- package/cloud-runtime/standalone/.next/static/chunks/bc06988336ffd261.js +1 -0
- package/cloud-runtime/standalone/.next/static/chunks/{3344004561eabdf8.js → bc3cad3c821b169b.js} +1 -1
- package/cloud-runtime/standalone/.next/static/chunks/c93b9643c81c134e.js +8 -0
- package/cloud-runtime/standalone/.next/static/chunks/d5d6be8239e57c56.js +1 -0
- package/cloud-runtime/standalone/.next/static/chunks/{88e24940a5d5d386.js → d78cc7d749043fef.js} +1 -1
- package/cloud-runtime/standalone/.next/static/chunks/{ee5f1457fbc593e1.js → dfff51033c303fc7.js} +1 -1
- package/cloud-runtime/standalone/.next/static/chunks/ebaf4e8f04bae7b6.js +1 -0
- package/cloud-runtime/standalone/.next/static/chunks/f4909e7ae8229b1c.js +1 -0
- package/cloud-runtime/standalone/.next/static/chunks/fd221a50082e5128.js +1 -0
- package/cloud-runtime/standalone/.next/static/chunks/{turbopack-5b5918f610666d2d.js → turbopack-97e846241a3a64af.js} +1 -1
- package/cloud-runtime/standalone/README.md +3 -3
- package/cloud-runtime/standalone/app/api/chat/route.ts +74 -28
- package/cloud-runtime/standalone/app/api/chat-runs/[id]/route.ts +19 -0
- package/cloud-runtime/standalone/app/api/chat-runs/[id]/signal/route.ts +32 -0
- package/cloud-runtime/standalone/app/api/chat-runs/route.ts +37 -0
- package/cloud-runtime/standalone/app/api/history/route.ts +6 -0
- package/cloud-runtime/standalone/app/api/knowledge-notes/route.ts +53 -0
- package/cloud-runtime/standalone/app/api/projects/[id]/memory/route.ts +17 -0
- package/cloud-runtime/standalone/app/api/providers/route.ts +9 -13
- package/cloud-runtime/standalone/app/api/schedules/debug/route.ts +23 -3
- package/cloud-runtime/standalone/app/api/schedules/poll/route.ts +5 -3
- package/cloud-runtime/standalone/app/api/schedules/route.ts +12 -17
- package/cloud-runtime/standalone/app/api/status/route.ts +6 -5
- package/cloud-runtime/standalone/app/api/threads/knowledge/route.ts +91 -0
- package/cloud-runtime/standalone/app/api/threads/route.ts +18 -1
- package/cloud-runtime/standalone/app/globals.css +1 -4
- package/cloud-runtime/standalone/app/projects/[slug]/graph/[taskId]/page.tsx +0 -21
- package/cloud-runtime/standalone/app/projects/[slug]/knowledge/page.tsx +792 -0
- package/cloud-runtime/standalone/app/projects/[slug]/layout.tsx +18 -2
- package/cloud-runtime/standalone/app/projects/[slug]/page.tsx +1 -455
- package/cloud-runtime/standalone/app/projects/[slug]/thread/[threadId]/page.tsx +14 -0
- package/cloud-runtime/standalone/app/welcome/page.tsx +329 -107
- package/cloud-runtime/standalone/components/ActionToolbar.tsx +3 -3
- package/cloud-runtime/standalone/components/ConfirmDialog.tsx +133 -0
- package/cloud-runtime/standalone/components/IconButton.tsx +3 -3
- package/cloud-runtime/standalone/components/ProjectModal.tsx +2 -2
- package/cloud-runtime/standalone/components/chat-ui/ChatContainer.tsx +441 -81
- package/cloud-runtime/standalone/components/chat-ui/Composer.tsx +149 -97
- package/cloud-runtime/standalone/components/chat-ui/Markdown.tsx +19 -9
- package/cloud-runtime/standalone/components/chat-ui/ThreadView.tsx +73 -34
- package/cloud-runtime/standalone/components/thread/WorkspaceSidebar.tsx +83 -50
- package/cloud-runtime/standalone/hooks/useComposerHistory.ts +130 -0
- package/cloud-runtime/standalone/hooks/useGroupChat.ts +28 -1
- package/cloud-runtime/standalone/hooks/useProcessPolling.ts +70 -6
- package/cloud-runtime/standalone/hooks/useThreadState.ts +10 -2
- package/cloud-runtime/standalone/lib/cli-runner.ts +212 -14
- package/cloud-runtime/standalone/lib/db.ts +1 -1
- package/cloud-runtime/standalone/lib/debug-log.ts +48 -0
- package/cloud-runtime/standalone/lib/history-store.ts +610 -40
- package/cloud-runtime/standalone/lib/knowledge-notes.ts +251 -0
- package/cloud-runtime/standalone/lib/knowledge-store.ts +233 -0
- package/cloud-runtime/standalone/lib/memory-extractor.ts +76 -60
- package/cloud-runtime/standalone/lib/mesh-core/journal.ts +30 -0
- package/cloud-runtime/standalone/lib/mesh-core/self.ts +94 -0
- package/cloud-runtime/standalone/lib/orchestrator/chat-activities.ts +60 -0
- package/cloud-runtime/standalone/lib/orchestrator/chat-processor.ts +219 -0
- package/cloud-runtime/standalone/lib/orchestrator/chat-types.ts +29 -0
- package/cloud-runtime/standalone/lib/orchestrator/runtime.ts +26 -0
- package/cloud-runtime/standalone/lib/provider-clis.ts +63 -0
- package/cloud-runtime/standalone/lib/queue/boss.ts +2 -1
- package/cloud-runtime/standalone/lib/queue/sqlite-adapter.ts +117 -2
- package/cloud-runtime/standalone/lib/repo-knowledge.ts +19 -2
- package/cloud-runtime/standalone/lib/sqlite-query-adapter.ts +78 -0
- package/cloud-runtime/standalone/lib/stream-multiplexer.ts +101 -14
- package/cloud-runtime/standalone/lib/task-context.ts +7 -4
- package/cloud-runtime/standalone/lib/thread-knowledge-runs.ts +227 -0
- package/cloud-runtime/standalone/lib/thread-knowledge.ts +419 -0
- package/cloud-runtime/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/README.md +2 -2
- package/cloud-runtime/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/lib/glib-2.0/include/glibconfig.h +9 -8
- package/cloud-runtime/standalone/node_modules/@img/{sharp-libvips-darwin-arm64/lib/libvips-cpp.8.17.3.dylib → sharp-libvips-linux-x64/lib/libvips-cpp.so.8.17.3} +0 -0
- package/cloud-runtime/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/package.json +11 -5
- package/cloud-runtime/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/README.md +46 -0
- package/cloud-runtime/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/glib-2.0/include/glibconfig.h +221 -0
- package/cloud-runtime/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/index.js +1 -0
- package/cloud-runtime/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/libvips-cpp.so.8.17.3 +0 -0
- package/cloud-runtime/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/package.json +42 -0
- package/cloud-runtime/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/versions.json +30 -0
- package/cloud-runtime/standalone/node_modules/@img/sharp-linux-x64/lib/sharp-linux-x64.node +0 -0
- package/cloud-runtime/standalone/node_modules/@img/{sharp-darwin-arm64 → sharp-linux-x64}/package.json +13 -7
- package/cloud-runtime/standalone/node_modules/@img/sharp-linuxmusl-x64/lib/sharp-linuxmusl-x64.node +0 -0
- package/cloud-runtime/standalone/node_modules/@img/sharp-linuxmusl-x64/package.json +46 -0
- package/cloud-runtime/standalone/node_modules/better-sqlite3/build/Release/better_sqlite3.node +0 -0
- package/cloud-runtime/standalone/node_modules/better-sqlite3-90e2652d1716b047/build/Release/better_sqlite3.node +0 -0
- package/cloud-runtime/standalone/package-lock.json +13 -0
- package/cloud-runtime/standalone/package.json +1 -0
- package/cloud-runtime/standalone/server.js +1 -1
- package/cloud-runtime/standalone/src/graph/api-schemas.ts +2 -2
- package/cloud-runtime/standalone/src/graph/executor.ts +9 -7
- package/cloud-runtime/standalone/src/graph/function-executor.ts +4 -1
- package/cloud-runtime/standalone/src/graph/internal-function-dispatcher.ts +174 -0
- package/cloud-runtime/standalone/src/graph/types.ts +3 -3
- package/cloud-runtime/standalone/src/graph/work-dispatcher.ts +5 -1
- package/cloud-runtime/standalone/transcri +0 -0
- package/cloud-runtime/standalone/tsconfig.json +3 -1
- package/cloud-runtime/standalone/worker/index.js +3447 -215
- package/cloud-runtime/standalone/worker/index.ts +8 -1
- package/lib/cli/runCli.js +0 -97
- package/lib/commands/update.js +159 -17
- package/package.json +1 -1
- package/cloud-runtime/standalone/.next/server/chunks/[externals]_child_process_964038fc._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__03a1bf91._.js +0 -6
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__065c5114._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__07dce481._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__09f46c85._.js +0 -46
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__149bcf6d._.js +0 -115
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__14bad16e._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__14e3bf74._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__1632828c._.js +0 -46
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__1dd062c1._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__24b8ccd3._.js +0 -52
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__284e1cbe._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__28d6e806._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__2bcb75a7._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__3198c5c8._.js +0 -52
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__32e5f341._.js +0 -4
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__36d9edbd._.js +0 -67
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__3b4a126a._.js +0 -46
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__3c7464e8._.js +0 -46
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__3d82dc78._.js +0 -46
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__406bdd54._.js +0 -46
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__40d6458a._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__47ca4946._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__49fb4a12._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4dc25d71._.js +0 -18
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__5327e395._.js +0 -46
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__55d75c3a._.js +0 -7
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__592e81f9._.js +0 -13
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__5a6a194c._.js +0 -52
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__5af16b4f._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__60ba5058._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__6716441c._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__673aedc6._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__6a44c891._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__6b680112._.js +0 -55
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__7312fad4._.js +0 -46
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__7456196c._.js +0 -52
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__74d26856._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__772c6fae._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__787ba54b._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__79157eef._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__7be8f159._.js +0 -52
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__82d76712._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__8311f060._.js +0 -6
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__84e90655._.js +0 -46
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__90a887dc._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__9345d703._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__98294450._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__985f0d9f._.js +0 -51
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__9b32295e._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__a64d978e._.js +0 -6
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__babcd1af._.js +0 -13
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c16f03fb._.js +0 -13
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c2767ca5._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c72c6d4a._.js +0 -25
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__ca851b15._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__d25227df._.js +0 -29
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__e06820c3._.js +0 -6
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__e429a0bc._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__e4397d43._.js +0 -7
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__e45a2a1d._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__ec8735f4._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__ef09ab99._.js +0 -13
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__f366a937._.js +0 -46
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__fdaa8a27._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__fddde532._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__ff53f445._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/_1111d342._.js +0 -101
- package/cloud-runtime/standalone/.next/server/chunks/_4b60ba15._.js +0 -49
- package/cloud-runtime/standalone/.next/server/chunks/_54252651._.js +0 -49
- package/cloud-runtime/standalone/.next/server/chunks/_818a89c4._.js +0 -46
- package/cloud-runtime/standalone/.next/server/chunks/_a4a21d4f._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/_a759d52b._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/_e6b28eae._.js +0 -46
- package/cloud-runtime/standalone/.next/server/chunks/_e868e7c1._.js +0 -46
- package/cloud-runtime/standalone/.next/server/chunks/lib_23509137._.js +0 -196
- package/cloud-runtime/standalone/.next/server/chunks/lib_3273d5f9._.js +0 -196
- package/cloud-runtime/standalone/.next/server/chunks/lib_50ba0b4c._.js +0 -63
- package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_33963d95.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_56c5acb3.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_888b3578.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/src_graph_e3bb4da8._.js +0 -46
- package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__113d6767._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__6a9d3855._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__942ca438._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__ce3b51aa._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/ssr/_1ec61dee._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/ssr/_27904584._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/ssr/_43472af3._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/ssr/_94effa0f._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/ssr/_d458d1eb._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/ssr/_fbced30b._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/ssr/app_projects_[slug]_page_tsx_e0fabf6e._.js +0 -8
- package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_lucide-react_dist_esm_a8f86889._.js +0 -3
- package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_lucide-react_dist_esm_icons_play_6595a532.js +0 -3
- package/cloud-runtime/standalone/.next/static/chunks/1184bf1bfdf97666.js +0 -1
- package/cloud-runtime/standalone/.next/static/chunks/4c01a5f19f9e775e.js +0 -8
- package/cloud-runtime/standalone/.next/static/chunks/5ace4b4f4475962a.js +0 -1
- package/cloud-runtime/standalone/.next/static/chunks/6509f7fecbf44493.js +0 -1
- package/cloud-runtime/standalone/.next/static/chunks/661090206d8bae9b.css +0 -1
- package/cloud-runtime/standalone/.next/static/chunks/6dbf5940e30fa9c7.js +0 -1
- package/cloud-runtime/standalone/.next/static/chunks/7e91f395ace1dd2c.js +0 -1
- package/cloud-runtime/standalone/.next/static/chunks/7f13efe9329d3f97.js +0 -1
- package/cloud-runtime/standalone/.next/static/chunks/80219bbddcf65109.js +0 -1
- package/cloud-runtime/standalone/.next/static/chunks/86ace6febb11ad71.js +0 -1
- package/cloud-runtime/standalone/.next/static/chunks/b079c677d9b39f98.js +0 -5
- package/cloud-runtime/standalone/.next/static/chunks/b88352740262931f.js +0 -6
- package/cloud-runtime/standalone/.next/static/chunks/c5609fd2abb65850.js +0 -1
- package/cloud-runtime/standalone/.next/static/chunks/d95cd010361834be.js +0 -1
- package/cloud-runtime/standalone/.next/static/chunks/f7bbf5cfcfed8ba9.js +0 -1
- package/cloud-runtime/standalone/coverage/clover.xml +0 -1208
- package/cloud-runtime/standalone/coverage/coverage-final.json +0 -29
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/audit/index.html +0 -116
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/audit/route.ts.html +0 -208
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/auth/[...nextauth]/index.html +0 -116
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/auth/[...nextauth]/route.ts.html +0 -166
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/auth/daemon-secret/index.html +0 -116
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/auth/daemon-secret/route.ts.html +0 -532
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/auth/status/index.html +0 -116
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/auth/status/route.ts.html +0 -178
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/learnings/index.html +0 -116
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/learnings/route.ts.html +0 -262
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/logs/stream/index.html +0 -116
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/logs/stream/route.ts.html +0 -448
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/queue/complete/index.html +0 -116
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/queue/complete/route.ts.html +0 -331
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/queue/index.html +0 -116
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/queue/route.ts.html +0 -505
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/stage-prompts/index.html +0 -116
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/stage-prompts/route.ts.html +0 -412
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/tasks/[id]/advance/index.html +0 -116
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/tasks/[id]/advance/route.ts.html +0 -304
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/tasks/[id]/index.html +0 -116
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/tasks/[id]/logs/index.html +0 -116
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/tasks/[id]/logs/route.ts.html +0 -202
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/tasks/[id]/route.ts.html +0 -373
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/tasks/index.html +0 -116
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/tasks/route.ts.html +0 -499
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/tasks/stream/index.html +0 -116
- package/cloud-runtime/standalone/coverage/lcov-report/app/api/tasks/stream/route.ts.html +0 -349
- package/cloud-runtime/standalone/coverage/lcov-report/base.css +0 -224
- package/cloud-runtime/standalone/coverage/lcov-report/block-navigation.js +0 -87
- package/cloud-runtime/standalone/coverage/lcov-report/components/AuthProvider.tsx.html +0 -259
- package/cloud-runtime/standalone/coverage/lcov-report/components/ChatInterface.tsx.html +0 -1228
- package/cloud-runtime/standalone/coverage/lcov-report/components/KanbanBoard.tsx.html +0 -1024
- package/cloud-runtime/standalone/coverage/lcov-report/components/Layout.tsx.html +0 -211
- package/cloud-runtime/standalone/coverage/lcov-report/components/LearningsPanel.tsx.html +0 -535
- package/cloud-runtime/standalone/coverage/lcov-report/components/LogTimeline.tsx.html +0 -415
- package/cloud-runtime/standalone/coverage/lcov-report/components/SortableTaskCard.tsx.html +0 -358
- package/cloud-runtime/standalone/coverage/lcov-report/components/StagePills.tsx.html +0 -439
- package/cloud-runtime/standalone/coverage/lcov-report/components/TaskCard.tsx.html +0 -514
- package/cloud-runtime/standalone/coverage/lcov-report/components/TaskCardOverlay.tsx.html +0 -256
- package/cloud-runtime/standalone/coverage/lcov-report/components/TaskDetail.tsx.html +0 -622
- package/cloud-runtime/standalone/coverage/lcov-report/components/TaskList.tsx.html +0 -253
- package/cloud-runtime/standalone/coverage/lcov-report/components/index.html +0 -281
- package/cloud-runtime/standalone/coverage/lcov-report/favicon.png +0 -0
- package/cloud-runtime/standalone/coverage/lcov-report/hooks/index.html +0 -116
- package/cloud-runtime/standalone/coverage/lcov-report/hooks/useTasks.ts.html +0 -1042
- package/cloud-runtime/standalone/coverage/lcov-report/index.html +0 -341
- package/cloud-runtime/standalone/coverage/lcov-report/lib/auth-client.ts.html +0 -202
- package/cloud-runtime/standalone/coverage/lcov-report/lib/auth-server.ts.html +0 -172
- package/cloud-runtime/standalone/coverage/lcov-report/lib/auth.ts.html +0 -265
- package/cloud-runtime/standalone/coverage/lcov-report/lib/db.ts.html +0 -1252
- package/cloud-runtime/standalone/coverage/lcov-report/lib/index.html +0 -131
- package/cloud-runtime/standalone/coverage/lcov-report/lib/orchestrator.ts.html +0 -409
- package/cloud-runtime/standalone/coverage/lcov-report/lib/security.ts.html +0 -1165
- package/cloud-runtime/standalone/coverage/lcov-report/lib/supabase-server.ts.html +0 -175
- package/cloud-runtime/standalone/coverage/lcov-report/lib/supabase.ts.html +0 -157
- package/cloud-runtime/standalone/coverage/lcov-report/prettify.css +0 -1
- package/cloud-runtime/standalone/coverage/lcov-report/prettify.js +0 -2
- package/cloud-runtime/standalone/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/cloud-runtime/standalone/coverage/lcov-report/sorter.js +0 -210
- package/cloud-runtime/standalone/coverage/lcov.info +0 -2386
- package/cloud-runtime/standalone/docs/LIMITS.md +0 -63
- package/cloud-runtime/standalone/docs/architecture/ADR-001-hybrid-to-full-sqlite.md +0 -345
- package/cloud-runtime/standalone/docs/baseline/baseline-report.json +0 -1009
- package/cloud-runtime/standalone/docs/baseline/critical-queries.md +0 -105
- package/cloud-runtime/standalone/docs/baseline/lock-metrics.json +0 -21
- package/cloud-runtime/standalone/docs/baseline/read-latency.json +0 -146
- package/cloud-runtime/standalone/docs/baseline/restore-time.json +0 -10
- package/cloud-runtime/standalone/docs/baseline/write-metrics.json +0 -803
- package/cloud-runtime/standalone/docs/decisions/sqlite-migration-adr.md +0 -327
- package/cloud-runtime/standalone/docs/error-code-mapping.md +0 -74
- package/cloud-runtime/standalone/docs/migration-plan.md +0 -120
- package/cloud-runtime/standalone/docs/migration-spec.md +0 -345
- package/cloud-runtime/standalone/docs/pg-sqlite-compatibility-matrix.md +0 -554
- package/cloud-runtime/standalone/docs/project-agent-migration-status.md +0 -229
- package/cloud-runtime/standalone/docs/runbook-shadow-read.md +0 -66
- package/cloud-runtime/standalone/docs/runbook.md +0 -155
- package/cloud-runtime/standalone/docs/specs/cli-postgres-removal.md +0 -69
- package/cloud-runtime/standalone/docs/specs/thread-mentions.md +0 -53
- package/cloud-runtime/standalone/docs/ux/GlobalChatFlow.storyboard +0 -23
- package/cloud-runtime/standalone/docs/ux/assistant-chat-cli.md +0 -32
- package/cloud-runtime/standalone/mcp/dist/constants.js +0 -66
- package/cloud-runtime/standalone/mcp/dist/db.js +0 -220
- package/cloud-runtime/standalone/mcp/dist/index.js +0 -7
- package/cloud-runtime/standalone/mcp/dist/security.js +0 -18
- package/cloud-runtime/standalone/mcp/dist/server.js +0 -240
- package/cloud-runtime/standalone/mcp/dist/task-context.js +0 -287
- package/cloud-runtime/standalone/mcp/dist/test-client.js +0 -82
- package/cloud-runtime/standalone/mcp/dist/tools/audit.js +0 -69
- package/cloud-runtime/standalone/mcp/dist/tools/learnings.js +0 -88
- package/cloud-runtime/standalone/mcp/dist/tools/queue.js +0 -312
- package/cloud-runtime/standalone/mcp/dist/tools/tasks.js +0 -244
- package/cloud-runtime/standalone/mcp/dist/types.js +0 -74
- package/cloud-runtime/standalone/node_modules/@img/sharp-darwin-arm64/lib/sharp-darwin-arm64.node +0 -0
- package/cloud-runtime/standalone/notes/comments-context-demo.md +0 -141
- package/cloud-runtime/standalone/notes/comments-context-plan.md +0 -119
- package/cloud-runtime/standalone/notes/context-audit.md +0 -21
- package/cloud-runtime/standalone/notes/project-layer-plan.md +0 -30
- package/cloud-runtime/standalone/notes/project-layer.md +0 -123
- package/cloud-runtime/standalone/notes/temporal-migration-design.md +0 -199
- package/cloud-runtime/standalone/playwright-report/data/00d55996f37c1506b90144c85493dd85032c13e5.png +0 -0
- package/cloud-runtime/standalone/playwright-report/data/0b9d409e57237ae111d7ba258d3dfe64dc368456.png +0 -0
- package/cloud-runtime/standalone/playwright-report/data/b33d5e80a15bd1deda4415b9d318ef73f581c950.png +0 -0
- package/cloud-runtime/standalone/playwright-report/data/b55684161aa440d0614595e13c91338f0420abbb.md +0 -131
- package/cloud-runtime/standalone/playwright-report/data/b9913957ae07e7565c38ddd71215be79b1ceb017.png +0 -0
- package/cloud-runtime/standalone/playwright-report/data/c3538be8ebbebc9fe4a7df8f12f04483af4a0d91.png +0 -0
- package/cloud-runtime/standalone/playwright-report/data/fe638f64ff5e36f1c30325564565662d3f57da87.md +0 -180
- package/cloud-runtime/standalone/playwright-report/index.html +0 -85
- package/cloud-runtime/standalone/test-results/auth-Authentication-Flow-S-aff25-sion-across-page-navigation-chromium/test-failed-1.png +0 -0
- package/cloud-runtime/standalone/test-results/comments-Task-comments-add-4dc59-nd-persists-it-for-the-task-chromium/error-context.md +0 -131
- package/cloud-runtime/standalone/test-results/comments-Task-comments-add-4dc59-nd-persists-it-for-the-task-chromium/test-failed-1.png +0 -0
- package/cloud-runtime/standalone/test-results/kanban-Kanban-Board-Stage--4082a-er-planning-after-ideation--chromium/error-context.md +0 -180
- package/cloud-runtime/standalone/test-results/kanban-Kanban-Board-Stage--4082a-er-planning-after-ideation--chromium/test-failed-1.png +0 -0
- package/cloud-runtime/standalone/test-results/kanban-Kanban-Board-Stage-Columns-displays-all-9-SDLC-stages-chromium/error-context.md +0 -180
- package/cloud-runtime/standalone/test-results/kanban-Kanban-Board-Stage-Columns-displays-all-9-SDLC-stages-chromium/test-failed-1.png +0 -0
- package/cloud-runtime/standalone/test-results/kanban-Kanban-Board-Task-D-b6d98-ys-tasks-in-correct-columns-chromium/error-context.md +0 -180
- package/cloud-runtime/standalone/test-results/kanban-Kanban-Board-Task-D-b6d98-ys-tasks-in-correct-columns-chromium/test-failed-1.png +0 -0
- package/cloud-runtime/standalone/test-results/kanban-Kanban-Board-Task-Display-shows-task-count-per-column-chromium/test-failed-1.png +0 -0
- package/cloud-runtime/standalone/test-results/kanban-Task-Lifecycle-can-advance-task-through-all-stages-chromium/test-failed-1.png +0 -0
- package/cloud-runtime/standalone/tsconfig.tsbuildinfo +0 -1
- /package/cloud-runtime/standalone/.next/static/{AB08MY3MKLsqeJYL8OZ2g → 68nLQxEpwR_feFvB8T4tR}/_buildManifest.js +0 -0
- /package/cloud-runtime/standalone/.next/static/{AB08MY3MKLsqeJYL8OZ2g → 68nLQxEpwR_feFvB8T4tR}/_clientMiddlewareManifest.json +0 -0
- /package/cloud-runtime/standalone/.next/static/{AB08MY3MKLsqeJYL8OZ2g → 68nLQxEpwR_feFvB8T4tR}/_ssgManifest.js +0 -0
- /package/cloud-runtime/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/lib/index.js +0 -0
- /package/cloud-runtime/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/versions.json +0 -0
|
@@ -1,141 +0,0 @@
|
|
|
1
|
-
# Demo: Task Comments as Execution Context
|
|
2
|
-
|
|
3
|
-
## What was built
|
|
4
|
-
- Task comments are part of signed execution context.
|
|
5
|
-
- `lib/task-context.ts` composes prompt context with a `COMMENTS` section and computes `comments_digest` (SHA-256 over ordered comments).
|
|
6
|
-
- Signed payload producers re-compute digest and re-sign when comments change:
|
|
7
|
-
- `POST /api/tasks/[id]/comments`
|
|
8
|
-
- `DELETE /api/tasks/[id]/comments/[commentId]`
|
|
9
|
-
- `GET /api/tasks/[id]`
|
|
10
|
-
- `POST /api/queue` (pull)
|
|
11
|
-
- MCP `tasks.get` and `queue.pull`
|
|
12
|
-
- Signature includes `comments_digest`, so stale signatures are invalid after comment mutations.
|
|
13
|
-
|
|
14
|
-
## Acceptance status (2026-02-07)
|
|
15
|
-
- E2E blocked in this sandbox by port restrictions (cannot bind localhost on `127.0.0.1:3100`).
|
|
16
|
-
- Cloud sync blocked in this sandbox: `tsx` IPC socket bind blocked.
|
|
17
|
-
- Rerun in an environment that allows localhost binds + IPC sockets and has DB credentials, then record results here.
|
|
18
|
-
|
|
19
|
-
## Local setup (required for demo)
|
|
20
|
-
1. Install dependencies:
|
|
21
|
-
```bash
|
|
22
|
-
npm install
|
|
23
|
-
```
|
|
24
|
-
2. Configure env:
|
|
25
|
-
```bash
|
|
26
|
-
cp .env.example .env.local
|
|
27
|
-
# Fill in DB values for:
|
|
28
|
-
# - NEXT_PUBLIC_DB_URL (or DB_URL)
|
|
29
|
-
# - DB_SERVICE_ROLE_KEY
|
|
30
|
-
```
|
|
31
|
-
3. Run dev server:
|
|
32
|
-
```bash
|
|
33
|
-
npm run dev
|
|
34
|
-
```
|
|
35
|
-
Expected:
|
|
36
|
-
- App available at `http://localhost:3000`.
|
|
37
|
-
- Auth + task data load via DB.
|
|
38
|
-
|
|
39
|
-
## Demo (UI)
|
|
40
|
-
1. Start the app: `npm run dev`
|
|
41
|
-
2. Open dashboard and select a task.
|
|
42
|
-
3. Add a comment in `Comments`.
|
|
43
|
-
4. Confirm it appears in timeline.
|
|
44
|
-
5. Refresh and verify prompt/context now includes the comment.
|
|
45
|
-
|
|
46
|
-
Expected:
|
|
47
|
-
- `COMMENTS` section includes the new entry.
|
|
48
|
-
- `comments_digest` changes after each comment mutation.
|
|
49
|
-
- Returned `signature` matches the new digest.
|
|
50
|
-
|
|
51
|
-
## Demo (API)
|
|
52
|
-
1. Add comment:
|
|
53
|
-
```bash
|
|
54
|
-
curl -X POST "http://localhost:3000/api/tasks/<taskId>/comments" \
|
|
55
|
-
-H "Content-Type: application/json" \
|
|
56
|
-
-H "Authorization: Bearer <access_token>" \
|
|
57
|
-
-d '{"content":"Add context here"}'
|
|
58
|
-
```
|
|
59
|
-
2. Fetch task:
|
|
60
|
-
```bash
|
|
61
|
-
curl -X GET "http://localhost:3000/api/tasks/<taskId>" \
|
|
62
|
-
-H "Authorization: Bearer <access_token>"
|
|
63
|
-
```
|
|
64
|
-
3. Verify:
|
|
65
|
-
- `comments_digest` present and updated.
|
|
66
|
-
- `context.prompt` contains `COMMENTS`.
|
|
67
|
-
- `signature` changes when digest changes.
|
|
68
|
-
|
|
69
|
-
## Demo (Queue/MCP)
|
|
70
|
-
1. Pull via queue (`POST /api/queue`) or MCP (`queue.pull`).
|
|
71
|
-
2. Verify returned prompt includes `COMMENTS` and digest/signature fields.
|
|
72
|
-
3. Add another comment and pull again; verify digest/signature roll forward.
|
|
73
|
-
|
|
74
|
-
## E2E (Playwright) — rerun commands
|
|
75
|
-
```bash
|
|
76
|
-
npm run test:e2e:sandbox -- e2e/comments.spec.ts
|
|
77
|
-
```
|
|
78
|
-
If you are not in a sandbox and want to override host/port:
|
|
79
|
-
```bash
|
|
80
|
-
SANDBOX=1 CLOUD_SYNC_DISABLED=1 E2E_HOST=0.0.0.0 E2E_PORT=3101 npx playwright test e2e/comments.spec.ts
|
|
81
|
-
```
|
|
82
|
-
Expected:
|
|
83
|
-
- Playwright starts Next.js dev server.
|
|
84
|
-
- Browser flow creates a comment and validates digest/signature changes.
|
|
85
|
-
|
|
86
|
-
## Cloud sync (MCP log) — rerun commands
|
|
87
|
-
```bash
|
|
88
|
-
export DB_URL="https://<project>.db.co"
|
|
89
|
-
export DB_SERVICE_ROLE_KEY="<service-role-key>"
|
|
90
|
-
node mcp/tmp-log.mjs
|
|
91
|
-
```
|
|
92
|
-
Expected:
|
|
93
|
-
- MCP tool connects and writes a task log entry for this acceptance run.
|
|
94
|
-
|
|
95
|
-
## Evidence (this environment)
|
|
96
|
-
- `npm run test:e2e:sandbox -- e2e/comments.spec.ts` failed (Next.js web server did not start; no URL visited):
|
|
97
|
-
- Command output:
|
|
98
|
-
- `> agx-cloud@0.1.0 test:e2e:sandbox`
|
|
99
|
-
- `> SANDBOX=1 CLOUD_SYNC_DISABLED=1 E2E_HOST=127.0.0.1 E2E_PORT=3100 playwright test e2e/comments.spec.ts`
|
|
100
|
-
- `[WebServer] (node:11097) Warning: The 'NO_COLOR' env is ignored due to the 'FORCE_COLOR' env being set.`
|
|
101
|
-
- `[WebServer] (Use \`node --trace-warnings ...\` to show where the warning was created)`
|
|
102
|
-
- `[WebServer] ⚠ Warning: Next.js inferred your workspace root, but it may not be correct.`
|
|
103
|
-
- `[WebServer] We detected multiple lockfiles and selected the directory of /Users/mendrika/package-lock.json as the root directory.`
|
|
104
|
-
- `[WebServer] Detected additional lockfiles:`
|
|
105
|
-
- `[WebServer] * /Users/mendrika/Projects/Agents/agx-cloud/package-lock.json`
|
|
106
|
-
- `[WebServer] (node:11098) Warning: The 'NO_COLOR' env is ignored due to the 'FORCE_COLOR' env being set.`
|
|
107
|
-
- `[WebServer] (Use \`node --trace-warnings ...\` to show where the warning was created)`
|
|
108
|
-
- `[WebServer] ⨯ Failed to start server`
|
|
109
|
-
- `[WebServer] Error: listen EPERM: operation not permitted 127.0.0.1:3100`
|
|
110
|
-
- `[WebServer] at <unknown> (Error: listen EPERM: operation not permitted 127.0.0.1:3100) {`
|
|
111
|
-
- `[WebServer] code: 'EPERM'`
|
|
112
|
-
- `[WebServer] errno: -1`
|
|
113
|
-
- `[WebServer] syscall: 'listen'`
|
|
114
|
-
- `[WebServer] address: '127.0.0.1'`
|
|
115
|
-
- `[WebServer] port: 3100`
|
|
116
|
-
- `[WebServer] }`
|
|
117
|
-
- `Error: Process from config.webServer exited early.`
|
|
118
|
-
- `DB_URL=https://iicvrgtzktvsrestfqif.db.co DB_SERVICE_ROLE_KEY="<service-role-key>" node mcp/tmp-log.mjs` failed (IPC socket blocked):
|
|
119
|
-
- Command output:
|
|
120
|
-
- `Error: listen EPERM: operation not permitted /tmp/tsx-501/11143.pipe`
|
|
121
|
-
- `at Server.setupListenHandle [as _listen2] (node:net:1918:21)`
|
|
122
|
-
- `at listenInCluster (node:net:1997:12)`
|
|
123
|
-
- `at Server.listen (node:net:2119:5)`
|
|
124
|
-
- `at file:///Users/mendrika/Projects/Agents/agx-cloud/mcp/node_modules/tsx/dist/cli.mjs:53:31537`
|
|
125
|
-
- `code: 'EPERM' errno: -1 syscall: 'listen' address: '/tmp/tsx-501/11143.pipe'`
|
|
126
|
-
- `Node.js v25.5.0`
|
|
127
|
-
- `Failed to log via MCP: McpError: MCP error -32000: Connection closed`
|
|
128
|
-
- `at McpError.fromError (file:///Users/mendrika/Projects/Agents/agx-cloud/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js:2035:16)`
|
|
129
|
-
- `at Client._onclose (file:///Users/mendrika/Projects/Agents/agx-cloud/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js:259:32)`
|
|
130
|
-
- `at _transport.onclose (file:///Users/mendrika/Projects/Agents/agx-cloud/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js:223:18)`
|
|
131
|
-
- `at ChildProcess.<anonymous> (file:///Users/mendrika/Projects/Agents/agx-cloud/mcp/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.js:85:31)`
|
|
132
|
-
- `at ChildProcess.emit (node:events:508:20)`
|
|
133
|
-
- `at maybeClose (node:internal/child_process:1084:16)`
|
|
134
|
-
- `at ChildProcess._handle.onexit (node:internal/child_process:304:5) {`
|
|
135
|
-
- `code: -32000`
|
|
136
|
-
- `data: undefined`
|
|
137
|
-
- `}`
|
|
138
|
-
|
|
139
|
-
## Notes
|
|
140
|
-
- Comments beginning with `[execution/` or `Execution result from agx` are excluded from prompt context.
|
|
141
|
-
- Clients should treat signature/digest mismatch as fatal and re-pull task context before continuing execution.
|
|
@@ -1,119 +0,0 @@
|
|
|
1
|
-
# Comments as execution context (ideation)
|
|
2
|
-
|
|
3
|
-
## Goal
|
|
4
|
-
- Ensure task comments become first-class context that cloud-signed tasks hand to agents, and document the scope for the implementation work.
|
|
5
|
-
|
|
6
|
-
## Current state summary
|
|
7
|
-
- A dedicated `task_comments` table exists, plus a React timeline (`LogTimeline`) and API routes (`/api/tasks/[id]/comments`) to fetch/add comments.
|
|
8
|
-
- `lib/task-context.ts` builds a prompt that already includes `COMMENTS` and computes a `comments_digest` that is injected into the signed payload in `/api/queue`.
|
|
9
|
-
- The digest is covered by the HMAC implementation (`signTask`/`verifyTaskSignature`), and unit tests already assert digest changes affect the signature.
|
|
10
|
-
|
|
11
|
-
## Identified gaps
|
|
12
|
-
1. The MCP server (cloud API used by CLI/aggregator) still only returns task frontmatter; it neither fetches comment rows nor re-signs with digest, so CLI/agents pulling via MCP lose the context and security binding.
|
|
13
|
-
2. Daemon/CLI workflows currently depend on db-reachable APIs; adding comment context requires confirming the aggregator pulls the new prompt/`comments_digest` instead of reusing stale signatures.
|
|
14
|
-
3. There is no documented procedure for ensuring user comments trigger a new signed context before the daemon executes (the queue route handles it, but we should double-check aggregator flows).
|
|
15
|
-
|
|
16
|
-
## Progress since last review
|
|
17
|
-
- `queue/pull` already builds and signs the full task context (prompt + `comments_digest`) when marking tasks as in_progress.
|
|
18
|
-
- `tasks/get` now uses `buildTaskContext`, so MCP clients retrieving a task receive the same comment/learning context and digest that the queue path returns.
|
|
19
|
-
- Added regression coverage for `/api/tasks/[id]` GET that mocks `buildTaskContext` and asserts the comments/`comments_digest` payload is merged before returning the task, ensuring the API surface matches what daemons receive.
|
|
20
|
-
|
|
21
|
-
## Research takeaways (this turn)
|
|
22
|
-
- `queue/pull` calls `buildTaskContext`, so each pull loads the latest comments/learnings/stage prompt, recomputes `comments_digest`, and re-signs (and persists) the task signature whenever the digest changes, keeping the daemon-bound payload consistent with on-disk comments.
|
|
23
|
-
- `/api/queue` already has regression coverage showing that updating the digest triggers a new HMAC signature and persistence, which means any CLI/aggregator hitting that endpoint will automatically receive the refreshed signature once comments mutate.
|
|
24
|
-
- `tasks/get` invokes `buildTaskContext` and merges the resulting prompt/digest into the API response, so MCP clients that re-fetch a task while waiting for work receive the same signed context the daemon executes with.
|
|
25
|
-
- The same `buildTaskContext` helper is shared by `queue/pull` and `tasks/get`, ensuring future changes to comment rendering or digest computation stay in sync across daemon queue pulls and CLI/task fetches.
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
## Updated approach
|
|
29
|
-
1. Keep MCP queue pulls responsible for signing the comment-bound digest and persisting the new signature whenever the digest changes.
|
|
30
|
-
2. Mirror the same context-building logic in MCP `tasks/get` so any client fetching a task still sees the digest and prompt the daemon will execute with.
|
|
31
|
-
3. Document the expectations for comments as signed context, including how clients should handle new/edited comments (re-fetch, re-validate signature) and what happens if a comment arrives while the daemon is running.
|
|
32
|
-
4. Surface tests (or test ideas) that exercise adding a comment, recomputing the digest, and ensuring the queued signature updates so we can catch regressions.
|
|
33
|
-
|
|
34
|
-
## Signed comment expectations (cloud context)
|
|
35
|
-
|
|
36
|
-
- `buildTaskContext` already concatenates the comments timeline, the current stage prompt, and required learnings before returning `comments_digest`. Any cloud-signed payload (`/api/queue`, `queue/pull`, etc.) must go through this helper so the daemon sees the most recent instructions.
|
|
37
|
-
- When a user posts a comment through `/api/tasks/[id]/comments`, the route re-runs `buildTaskContext`, extracts the refreshed `comments_digest`, and re-signs the task before persisting it (see the `signTask` call inside the POST handler). That ensures the stored signature always reflects the comment set that will drive execution.
|
|
38
|
-
- Clients that mutate comments—whether via the web UI or the MCP `tasks/log`/`tasks/comments` tools—should immediately re-fetch `/api/tasks/[id]` or the MCP `tasks/get` result to pull the rebuilt prompt, the new `comments_digest`, and the updated signature. If the signed payload differs from what the daemon previously received, treat it as a signal to halt the running work and pull again once the new context is verified.
|
|
39
|
-
- Aggregators and daemons must continue to verify signatures on every queue pull. Because the signature covers `comments_digest`, replaying a cached signature after a comment change should surface as a verification failure, preventing execution with an outdated instruction set.
|
|
40
|
-
- Operators should expect that comments can arrive mid-run; the safest workflow is to re-verify or re-pull whenever a comment mutation is observed, and to rely on the queue path’s automatic re-signing to keep the daemon-bound payload consistent.
|
|
41
|
-
|
|
42
|
-
## Example request/response flows
|
|
43
|
-
|
|
44
|
-
1. **Comment addition:**
|
|
45
|
-
- **Request:** `POST /api/tasks/123/comments` with body `{
|
|
46
|
-
"body": "Agent, please prioritize the new issue.",
|
|
47
|
-
"user_id": "user-abc"
|
|
48
|
-
}`.
|
|
49
|
-
- **Actions:** handler inserts the comment, calls `buildTaskContext(task)`, picks up the new `COMMENTS` section and digest, then signs the refreshed payload (including `comments_digest`) before updating `tasks.signature`.
|
|
50
|
-
- **Response:** `{
|
|
51
|
-
"id": 123,
|
|
52
|
-
"comments_digest": "sha256-xyz",
|
|
53
|
-
"signature": "hmac-abc",
|
|
54
|
-
"context": {
|
|
55
|
-
"prompt": "...COMMENTS...",
|
|
56
|
-
"comments": [...]
|
|
57
|
-
}
|
|
58
|
-
}` (clients should treat `signature`/`comments_digest` as the new ground truth and discard any cached payload tied to the previous digest).
|
|
59
|
-
|
|
60
|
-
2. **Daemon queue pull:**
|
|
61
|
-
- **Request:** `POST /api/queue/pull` with daemon credentials and the task ID it is about to execute.
|
|
62
|
-
- **Actions:** queue route rebuilds the task context, recomputes `comments_digest`, and, if the digest differs from the stored value, re-signs and persists the task. The endpoint returns the signed payload so the daemon runs the latest prompt+comments.
|
|
63
|
-
- **Response:** same structure as the stored task but with the current `comments_digest` and `signature`. The daemon must verify the signature before executing and, if verification fails, abort and re-pull.
|
|
64
|
-
|
|
65
|
-
3. **MCP task fetch:**
|
|
66
|
-
- **Request:** `GET /mcp/tasks/get?task_id=123` (or the equivalent CLI `tasks/get`).
|
|
67
|
-
- **Actions:** MCP `tasks.get` calls `buildTaskContext`, merges the `comments_digest` and prompt into the payload, and re-signs if necessary before returning.
|
|
68
|
-
- **Response:** `{
|
|
69
|
-
"task": {...},
|
|
70
|
-
"comments_digest": "sha256-xyz",
|
|
71
|
-
"signature": "hmac-abc",
|
|
72
|
-
"context": {...}
|
|
73
|
-
}`.
|
|
74
|
-
|
|
75
|
-
## Failure handling & verification guidance
|
|
76
|
-
|
|
77
|
-
- Clients (daemons, aggregators, or operators) that observe a comment mutation must treat signature/digest mismatches as fatal: do not proceed with the previously cached execution context. Instead, trigger a refresh (`/api/tasks/[id]` or `/api/queue/pull`) and verify the returned `signature` over the new `comments_digest` before continuing.
|
|
78
|
-
- If signature verification fails even after re-fetching the task, assume the comment context may have been tampered with or left partially applied; log the failure, halt further execution, and surface the issue through the operator webhook/log stream so the issue can be investigated before retrying.
|
|
79
|
-
- The queue pull endpoint already recomputes the digest, but daemons should still verify the signature locally to detect any corruption between the cloud response and their cached copy.
|
|
80
|
-
- For MCP consumers that write comments via CLI tooling, ensure those commands re-fetch the signed task afterward so the digest and signature accompanying follow-on work are consistent; do not rely on eventual re-pulls alone since a new comment might be the trigger for higher-priority instructions.
|
|
81
|
-
|
|
82
|
-
## Regression test checklist
|
|
83
|
-
|
|
84
|
-
1. **`/api/tasks/[id]/comments` POST:**
|
|
85
|
-
- Mock `buildTaskContext` to return a digest that changes after the comment is inserted.
|
|
86
|
-
- Assert the route re-signs the task, persists the new `signature`, and includes the updated `comments_digest` in the response.
|
|
87
|
-
- Verify downstream handlers (e.g., task fetch) are supplied with the new digest as soon as the route completes.
|
|
88
|
-
|
|
89
|
-
2. **`/api/queue/pull`:**
|
|
90
|
-
- Seed a task with an existing `comments_digest`/`signature`, then insert a comment that changes the digest.
|
|
91
|
-
- Confirm `queue/pull` recomputes the digest, re-signs the task, stores the new signature, and returns the refreshed `comments_digest` to the daemon.
|
|
92
|
-
- Ensure the daemon-side signature verification helper fails when presented with the old digest/signature pair (so we catch regressions where verification is skipped).
|
|
93
|
-
|
|
94
|
-
3. **MCP `tasks/get` (cloud API):**
|
|
95
|
-
- Stub `buildTaskContext` to return different digests before and after a comment mutation.
|
|
96
|
-
- Assert the MCP helper merges the new `comments_digest` into the response and re-signs the payload before returning.
|
|
97
|
-
- Add an end-to-end test that simulates the CLI fetching a task after posting a comment and verifies the signature verification step accepts the new digest and rejects the old one.
|
|
98
|
-
|
|
99
|
-
4. **Tooling/verification notes:**
|
|
100
|
-
- Tests need low-level access to `signTask`/`verifyTaskSignature` to assert a digest change truly rotates the signature; stubbed helpers should mirror the production logic, otherwise we risk false positives.
|
|
101
|
-
- Logging or metric hooks should capture signature verification failures so we can detect clients that skip the re-fetch cycle; add assertions in tests that the failure path is exercised when mismatched signatures appear.
|
|
102
|
-
|
|
103
|
-
## Effort estimate
|
|
104
|
-
- MCP server enhancement (prompt generation + digest handling): 1.5–2 days
|
|
105
|
-
- Tests/documentation + stash/hand-off notes: 0.5 day
|
|
106
|
-
- Total: ~2–2.5 working days (assuming no additional infra blockers).
|
|
107
|
-
|
|
108
|
-
## Unknowns / questions
|
|
109
|
-
- Does the CLI/aggregator currently read the MCP `task.signature` and verify it before execution, or will we need to update it to replay the new digest?
|
|
110
|
-
- Are there any other sources of editable context (e.g., learnings or logs) that also need digesting in the same signed payload?
|
|
111
|
-
- What user_id should new comments/learnings be attached to when we insert/update them via MCP (the cloud API)?
|
|
112
|
-
- Are there rate limits or permission guardrails that will prevent us from re-signing tasks with new digests on every pull?
|
|
113
|
-
- Should there be an explicit signal (webhook, SSE, etc.) to the daemon/aggregator when comments change so we can safely abort the current execution and re-pull the refreshed signature?
|
|
114
|
-
- Do comment edits (not just additions) automatically move through the same digest/resign flow, or do we need an extra hook for edit operations?
|
|
115
|
-
|
|
116
|
-
## Next concrete steps
|
|
117
|
-
1. (Done) Expanded regression coverage by adding a MCP queue/pull test that ensures `comments_digest` changes trigger re-signing and persistence in the MCP workflow.
|
|
118
|
-
2. (Done) Document the signed-comment expectations for clients/operators, covering the re-fetch workflow, required validation steps, and how daemons should behave when a comment arrives while running.
|
|
119
|
-
3. Validate aggregator/daemon signature verification flow end-to-end and capture any outstanding requirements before moving to planning/coding.
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
# Context handling audit
|
|
2
|
-
|
|
3
|
-
## agx-cloud
|
|
4
|
-
|
|
5
|
-
- `lib/task-context.ts` builds the signed execution context sent to agents. It gathers comments for a task, fetches learnings scoped to the task/project/global buckets, resolves the stage prompt from `stage_prompts`, and then renders a multi-section prompt (`STAGE PROMPT`, `TASK META`, `COMMENTS`, `LEARNINGS (task|project|global)`). The resulting `TaskContext` (prompt + `comments_digest`) is spread into the responses from `/api/tasks`, `/api/queue`, and several MCP helpers so daemons/agx cli receive all the metadata they need before executing a stage.
|
|
6
|
-
- The current schema only stores a loose `project` string per task; there is no structured project record or repo metadata backing `project_context`, so anything beyond the simple label is runtime-only and held in notes (see `notes/project-layer.md`).
|
|
7
|
-
- APIs such as `app/api/tasks/route.ts`, `/api/tasks/[id]/comments`, and the MCP CLI (`mcp/src/tools/*.ts`) all call `buildTaskContext`, meaning the pipeline already supports injecting richer context if we extend the helper.
|
|
8
|
-
|
|
9
|
-
## agx CLI
|
|
10
|
-
|
|
11
|
-
- `lib/executor.js` builds stage prompts entirely on the CLI side. It reads a stage name from the task metadata, looks up `STAGE_CONFIG` to retrieve the hard-coded instructions (e.g., "Create detailed plan with tasks, milestones, and dependencies" for planning), and then emits a `buildPrompt` that wraps the static prompt, the full task content, and a fixed instruction list (`[checkpoint]`, etc.). No cloud-provided context or learnings are merged in.
|
|
12
|
-
- Tasks created with `agx new` collect frontmatter that includes the `project` string (`index.js` around lines 2976-3025), but the CLI only ships that text as part of the task payload; it does not know anything about repo paths, CI/CD hints, or aggregated learnings tied to a project entity.
|
|
13
|
-
- Helper scripts like `lib/worker.js` and `lib/realtime.js` print the raw `project` label when reporting progress, but they never refer to a richer project object or project-specific metadata.
|
|
14
|
-
|
|
15
|
-
## Gaps to close for the new project layer
|
|
16
|
-
|
|
17
|
-
1. The CLI has no way to request or receive structured `project_context` data (repo mapping, CI/CD notes, stack learnings) when invoking a task; it simply reruns the stale frontmatter/stage prompt mix that predates the planned feature.
|
|
18
|
-
2. The cloud already centralizes comments, stage prompts, and learnings via `buildTaskContext`, so extending that helper to add project metadata would give every downstream caller the enriched view we need, but the current schema/API surface lacks a `projects` entity to base that metadata on.
|
|
19
|
-
3. We must define how a project is stored (schema/migrations), how tasks learn of their parent project (FK, slug, etc.), and how the CLI/daemon request it when building prompts.
|
|
20
|
-
|
|
21
|
-
Next action: finish this audit by matching whichever `lib/db` helpers and DB migrations will need updates so we can define the new `projects` and `project_repos` tables with the right FK relationships.
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
# Project layer plan for agx-cloud agx-agent flow
|
|
2
|
-
|
|
3
|
-
## Summary
|
|
4
|
-
- Capture how the CLI/daemon should obtain and surface structured project metadata, repo mapping, CI/CD hints, and learnings so that agents execute with a consistent context from idea through release.
|
|
5
|
-
- Define the data model, API surfaces, and prompt pipeline changes needed to treat projects as first-class entities shared between agx-cloud, agx CLI, and MCP/daemon workloads.
|
|
6
|
-
|
|
7
|
-
## Task breakdown
|
|
8
|
-
| ID | Task | Details | Dependencies | Owner | Effort |
|
|
9
|
-
| --- | --- | --- | --- | --- | --- |
|
|
10
|
-
| T1 | Schema & FK design | Define `projects` + `project_repos`, link `tasks`/`learnings` to `project_id`, and sketch migrations + RLS updates. | None | Backend | 2d |
|
|
11
|
-
| T2 | Project APIs & MCP enrichment | Add CRUD endpoints, ensure `/api/tasks` + `/api/queue` embed `project_context`, and extend MCP helpers (`tasks.get`, `queue.pull`) and `buildTaskContext`. | T1 | Backend | 2d |
|
|
12
|
-
| T3 | CLI/daemon prompt flow | Pass `project_context` through `agx run/new` + `lib/executor.js`, render `PROJECT CONTEXT` + `REPO MAP`, and make learnings resolve project-scoped history. | T2 | CLI | 1d |
|
|
13
|
-
| T4 | Cloud UI surfaces | Add project management views/forms, show context/CI status in dashboard/task detail, and link learnings to projects. | T2 | Frontend | 1.5d |
|
|
14
|
-
| T5 | Testing & documentation | Update regression tests (task context, MCP) and document how project context flows; detail how CLI/UI should refresh when project metadata changes. | T2, T3, T4 | Full stack | 1d |
|
|
15
|
-
|
|
16
|
-
## Milestones
|
|
17
|
-
1. **Foundation (Deadline TBD)** – Schema/migration + API surfaces exist, ensuring `project_context` can be signed and delivered to any task consumer.
|
|
18
|
-
2. **Context surfaces** – CLI/daemon prompts and cloud UI display the enriched project metadata so agents have repo mappings, CI/CD info, and learnings.
|
|
19
|
-
3. **Rollout + coverage** – Tests/docs updated, learnings pipeline scoped to projects, and rollout notes outline how to migrate existing tasks.
|
|
20
|
-
|
|
21
|
-
## Dependencies
|
|
22
|
-
- Schema migration must precede any backend or CLI work that references `projects`/`project_repos` columns.
|
|
23
|
-
- MCP helpers and `buildTaskContext` need the final project payload before CLI/daemon prompt changes are merged.
|
|
24
|
-
- Frontend components use the new APIs, so backend endpoints must be ready before the UI surfaces can be wired.
|
|
25
|
-
- Learnings pipeline relies on a stable project identifier; ensure `scope_id` updates once the project row exists.
|
|
26
|
-
|
|
27
|
-
## Next concrete steps
|
|
28
|
-
1. Solidify the migration SQL and update `lib/db` helpers/policies to expose `projects` + `project_repos` with the necessary joins.
|
|
29
|
-
2. Extend `buildTaskContext` and the MCP helpers to include the new `project_context` section so every agent sees the metadata.
|
|
30
|
-
3. Note that cloud API sync (writing to DB) will validate once the schema and MCP endpoints are running; record the plan via the MCP task log or equivalent once the server is accessible.
|
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
# Project layer planning for agx cloud + CLI
|
|
2
|
-
|
|
3
|
-
## Background
|
|
4
|
-
- The control plane currently stores a loose `project` string per task (see `db/migrations/001_initial_schema.sql`); agents and learnings already reference this slot but there is no structured project definition or repo metadata.
|
|
5
|
-
- Learnings are scoped to `task`, `project`, or `global` and are pulled into prompts through `lib/task-context.ts` to avoid repetition, but the CLI still builds prompts solely from task frontmatter defined in `lib/executor.js`, so neither side has a consistent picture of project context.
|
|
6
|
-
|
|
7
|
-
## Requirements
|
|
8
|
-
1. Define a first-class `projects` entity (name, description, owner, metadata, CI/CD pointers) and a `project_repos` child table that records repo names/paths/notes for the project.<br>
|
|
9
|
-
2. Surface project metadata via new APIs so agx-cloud can show/manage projects and the daemon/CLI can fetch rich context along with tasks.
|
|
10
|
-
3. Ensure learnings/comments scoped to the project use the project identifier produced by the new entity so agents can reuse insights.
|
|
11
|
-
4. Update the CLI/daemon prompt pipeline to receive `project_context` (stack notes, repo mapping, CI/CD state) and append a `PROJECT CONTEXT` section before executing.
|
|
12
|
-
5. Provide UI affordances (dashboard, task detail, new project management view) so users can define the project only once and review it when executing tasks.
|
|
13
|
-
6. Keep security/integrity boundaries intact: project metadata must be stored per user/organization and only exposed to that user's agents.
|
|
14
|
-
|
|
15
|
-
## Implementation approach
|
|
16
|
-
1. **Backend schema & API**
|
|
17
|
-
- Create `projects` table (`id`, `user_id`, `name`, `slug`, `description`, `metadata JSON`, `ci_cd_info text`, `created_at`, `updated_at`).
|
|
18
|
-
- Add `project_repos` table (`id`, `project_id`, `name`, `path`, `git_url`, `notes`).
|
|
19
|
-
- Link tasks to projects via `project_id` or slug and update `learnings.scope_id` references accordingly.
|
|
20
|
-
- Build REST endpoints (`GET /api/projects`, `POST /api/projects`, `GET/PUT/DELETE /api/projects/:id`, `POST /api/projects/:id/repos`, etc.).
|
|
21
|
-
- Embed project context when returning a task from `/api/tasks` and `/api/queue`, extending `buildTaskContext` to include `project_context` (stack, repos, ci/cd) alongside stage prompts.
|
|
22
|
-
2. **Cloud UI**
|
|
23
|
-
- Add a project management funnel (new page or modal) that lets users register project name, description, main branches, CI/CD endpoints, and repo list with notes.
|
|
24
|
-
- Show project link/summary inside the dashboard/task detail and reuse `project_context` data when users inspect learnings or comments.
|
|
25
|
-
3. **CLI/Daemon**
|
|
26
|
-
- When `agx run` or daemon fetches a task, read the extended task payload that now contains `project_context` alongside `content` and `stage_config`.
|
|
27
|
-
- Update `runSingleAgentIteration`/`buildPrompt` (inside `lib/executor.js`) to include a new `PROJECT CONTEXT` section describing repo locations and CI/CD hints, and maybe a `PROJECT NOTES` bullet list.
|
|
28
|
-
- Allow `agx new` to either accept `--project-id` or `--project` slug so tasks can be created within a registered project (and fallback to legacy text fields).
|
|
29
|
-
4. **Learnings integration**
|
|
30
|
-
- Ensure UI and CLI know how to attach learnings to the new project identifier so `LEARNINGS (project)` continues to show relevant entries even if the project now has structured metadata.
|
|
31
|
-
- Consider automating project insights ingestion (e.g., propagate `project_context` to `PROJECT CONTEXT` sections the same way comments are included).
|
|
32
|
-
|
|
33
|
-
## Effort estimate
|
|
34
|
-
- Backend schema + API plus DB policies: 2–3 days (one day to design schema + migrations, another to wire API + RLS + tests).
|
|
35
|
-
- Front-end project management surface (dashboard, modals, listing): 1.5–2 days (UI/UX + data fetching + linking to learnings).
|
|
36
|
-
- CLI/daemon prompt changes, `agx new` flags, and aggregator updates: 1–1.5 days (prompt composition + ensure stage config merges new context).
|
|
37
|
-
- Integration/testing (end-to-end flows, verifying learnings + prompt sections, documentation): 0.5–1 day.
|
|
38
|
-
- **Total:** ~5–7 days of focused work depending on iterations.
|
|
39
|
-
|
|
40
|
-
## Unknowns
|
|
41
|
-
- Should tasks reference `projects` by slug/name or by `project_id`? This affects backward compatibility for existing tasks with free-text `project` values.
|
|
42
|
-
- Does the project context need to reference actual local repo paths (for CLI) or purely remote repository metadata (URL/branch) that agents can reason about?
|
|
43
|
-
- Do multiple users share projects/learnings or is everything per-user? We need to confirm sharing expectations to enforce RLS scopes on new tables.
|
|
44
|
-
- How granular should CI/CD context be (just tooling names, or actual URLs/credentials)? Need to balance fidelity with not storing secrets.
|
|
45
|
-
- Should `project_context` be editable alongside projects (versioning?). Agents will rely on it, so we need to decide whether to provide history or just the latest snapshot.
|
|
46
|
-
|
|
47
|
-
## Detailed plan
|
|
48
|
-
|
|
49
|
-
### Task roadmap
|
|
50
|
-
|
|
51
|
-
| Task | Description | Dependencies | Milestone | Effort |
|
|
52
|
-
| --- | --- | --- | --- | --- |
|
|
53
|
-
| Schema + migrations | Create `projects` + `project_repos`, add RLS/policies, link tasks/learnings to the new entity, and expose slug/metadata columns used by `project_context`. | None (foundation) | Milestone 1 | 2–3 days |
|
|
54
|
-
| API & MCP payloads | Extend DB APIs, `buildTaskContext`, `/api/tasks`, `/api/queue`, and MCP helpers so every task response embeds `project_context` (stack notes, repos, CI/CD info). | Schema + migrations | Milestone 1 → 2 | 2 days |
|
|
55
|
-
| Cloud project surface | Add dedicated project CRUD UI (dashboard/modal), allow entering repo metadata, CI/CD hints, and surface the context inside task/detail panels. | API & MCP payloads | Milestone 2 | 1.5–2 days |
|
|
56
|
-
| CLI/daemon integration | Let `agx new/run` accept project slugs/IDs, pull the enriched task payload, and append a `PROJECT CONTEXT` section before executing stage prompts. | API & MCP payloads | Milestone 2 | 1–1.5 days |
|
|
57
|
-
| Learnings & docs | Ensure project-scoped learnings persist the new identifier, document how context flows, and add regression tests for the signature/prompt path. | CLI/daemon integration | Milestone 3 | 1 day |
|
|
58
|
-
|
|
59
|
-
### Milestones
|
|
60
|
-
|
|
61
|
-
- **Milestone 1 (Foundation):** Schema + API work complete, including migrations, DB policies, and new `/projects` endpoints. Tasks can now persist structured project metadata and serve it via `buildTaskContext`. (~2–3 days)
|
|
62
|
-
- **Milestone 2 (Context surfaces):** Cloud UI and CLI/daemon consume the enriched data so agents receive repo mapping, stack notes, and CI/CD info in their prompts. (~2–3 days)
|
|
63
|
-
- **Milestone 3 (Hardening):** Learnings, documentation, and regression tests updated to reflect the new flow; rollout notes captured for operators. (~1 day)
|
|
64
|
-
|
|
65
|
-
### Dependencies
|
|
66
|
-
|
|
67
|
-
- API surface cannot ship before the schema exists and is tested; migrations must be committed before any handler references the new tables.
|
|
68
|
-
- Cloud UI depends on new APIs/project payloads to render repo/CI context, so backend work must precede the frontend.
|
|
69
|
-
- CLI/daemon prompts require the enriched payloads plus learnings so `PROJECT CONTEXT` stays consistent with what the cloud UI shows.
|
|
70
|
-
- Regression tests/documentation depend on at least one end-to-end flow locking in the new context data.
|
|
71
|
-
|
|
72
|
-
### Next steps
|
|
73
|
-
|
|
74
|
-
- (Now) Review the draft migration and ensure `lib/db` helpers and DB policies match the new `projects/project_repos` schema before exposing it via `project_context`.
|
|
75
|
-
- After verifying the schema, update `lib/task-context.ts`/`mcp` helpers to inject project metadata into the signed payload, ensuring CLI/daemon clients receive it.
|
|
76
|
-
|
|
77
|
-
## Milestone 2 detail
|
|
78
|
-
|
|
79
|
-
### Schema shape
|
|
80
|
-
- `projects` (`id uuid pk default gen_random_uuid()`, `user_id uuid references auth.users`, `name text`, `slug text unique`, `description text`, `metadata jsonb default '{}'`, `ci_cd_info text`, `project_learnings text[]`, `created_at timestamptz default now()`, `updated_at timestamptz default now()`). `metadata` stores stack decisions (framework, infra, runtime) and any arbitrary key/values the agents need in prompts.
|
|
81
|
-
- `project_repos` (`id uuid pk`, `project_id uuid references projects(id) on delete cascade`, `name text`, `path text`, `git_url text`, `notes text`, `created_at timestamptz default now()`). `path` is the local repo path the CLI can mount, while `git_url` is used for context when the agent reviews remote sources.
|
|
82
|
-
- `tasks` gains `project_id uuid references projects(id)` and retains the existing `project text` for backwards compatibility (copy legacy values into `projects.slug` on migration). `learnings` retains `scope` + `scope_id`, and when the scope is `project` the `scope_id` should reference `projects.id`.
|
|
83
|
-
|
|
84
|
-
Example SQL snippet for migrations:
|
|
85
|
-
```sql
|
|
86
|
-
create table projects (
|
|
87
|
-
id uuid primary key default gen_random_uuid(),
|
|
88
|
-
user_id uuid references auth.users on delete cascade,
|
|
89
|
-
name text not null,
|
|
90
|
-
slug text unique not null,
|
|
91
|
-
description text,
|
|
92
|
-
metadata jsonb default '{}' not null,
|
|
93
|
-
ci_cd_info text,
|
|
94
|
-
project_learnings text[] default '{}',
|
|
95
|
-
created_at timestamptz default now(),
|
|
96
|
-
updated_at timestamptz default now()
|
|
97
|
-
);
|
|
98
|
-
|
|
99
|
-
create table project_repos (
|
|
100
|
-
id uuid primary key default gen_random_uuid(),
|
|
101
|
-
project_id uuid references projects(id) on delete cascade,
|
|
102
|
-
name text not null,
|
|
103
|
-
path text,
|
|
104
|
-
git_url text,
|
|
105
|
-
notes text,
|
|
106
|
-
created_at timestamptz default now()
|
|
107
|
-
);
|
|
108
|
-
```
|
|
109
|
-
|
|
110
|
-
### API contract
|
|
111
|
-
- `GET /api/projects`: returns `[ { id, slug, name, description, metadata, ci_cd_info, repos: [{ name, path, git_url, notes }] } ]`. Should respect RLS on `user_id`.
|
|
112
|
-
- `POST /api/projects`: accepts `{ name, slug, description?, metadata?, ci_cd_info?, repos?: [ { name, path, git_url, notes } ] }` and creates `projects` + `project_repos`. Returns created project payload.
|
|
113
|
-
- `GET /api/projects/:id`: returns single project with repo list and summary of `project_learnings`.
|
|
114
|
-
- `PUT /api/projects/:id`: updates metadata/ci info and upserts repo entries, keyed by repo `name`.
|
|
115
|
-
- `/api/tasks` and `/api/queue` responses embed `project_context` as `{ project: { id, name, slug, description, ci_cd_info, metadata }, repos: [ { name, path, git_url, notes } ], learnings: project_learnings }` alongside existing stage data.
|
|
116
|
-
- When tasks are created via `POST /api/tasks`, allow `project_id` or `project_slug` to associate them with a registered project.
|
|
117
|
-
|
|
118
|
-
### CLI/agent context consumption
|
|
119
|
-
- The CLI should expect `project_context` inside the task payload and append the following sections to every stage prompt:
|
|
120
|
-
- `PROJECT CONTEXT` block describing `project.name`, `project.description`, and key entries from `ci_cd_info`/`metadata`.
|
|
121
|
-
- `REPOSITORY MAP` listing each repo's `name`, `path`, and `git_url` plus any `notes`. This gives the agent a quick reference to local repo paths and relevant remarks.
|
|
122
|
-
- `LEARNINGS` bullet list derived from `project_context.learnings`, to avoid repeating previously recorded issues.
|
|
123
|
-
- When the daemon persists new learnings with a `scope: project`, it should attach `scope_id: project.id` so cloud learnings queries display the structured project history.
|
|
@@ -1,199 +0,0 @@
|
|
|
1
|
-
# AGX Cloud Temporal Migration Design
|
|
2
|
-
|
|
3
|
-
## Status
|
|
4
|
-
- Author: Codex
|
|
5
|
-
- Date: 2026-02-07
|
|
6
|
-
- Scope: Replace custom queue/claim/heartbeat orchestration with Temporal workflows while preserving existing AGX task APIs and security model.
|
|
7
|
-
|
|
8
|
-
## Context
|
|
9
|
-
`agx-cloud` now orchestrates multi-stage tasks through Temporal workflows and HTTP control endpoints:
|
|
10
|
-
- Queue pull: `GET /api/queue`
|
|
11
|
-
- Heartbeat: `POST /api/tasks/:id/heartbeat`
|
|
12
|
-
- Stage completion: `POST /api/queue/complete`
|
|
13
|
-
|
|
14
|
-
This works, and Temporal now covers reliability requirements (durable execution, retries, and workflow history).
|
|
15
|
-
|
|
16
|
-
## Goals
|
|
17
|
-
1. Durable multi-stage execution with restart-safe state.
|
|
18
|
-
2. Remove custom lease/heartbeat semantics from critical path.
|
|
19
|
-
3. Keep existing AGX task model (`ideation -> planning -> coding -> qa -> acceptance -> pr -> pr_review -> merge -> done`).
|
|
20
|
-
4. Preserve existing security requirements: signed task payloads, audit logging, user isolation.
|
|
21
|
-
5. Minimize disruption for existing CLI/daemon users.
|
|
22
|
-
|
|
23
|
-
## Non-Goals
|
|
24
|
-
- Replacing DB/Postgres for product data.
|
|
25
|
-
- Rewriting the UI task model.
|
|
26
|
-
- Migrating historical task rows to new schema immediately.
|
|
27
|
-
|
|
28
|
-
## Proposed Architecture
|
|
29
|
-
|
|
30
|
-
### Core model
|
|
31
|
-
- One **Temporal Workflow Execution per task**.
|
|
32
|
-
- Workflow ID: `task:<taskId>`.
|
|
33
|
-
- Temporal task queue: `agx-task-workers`.
|
|
34
|
-
- Namespace: `agx`.
|
|
35
|
-
|
|
36
|
-
### Workflow shape
|
|
37
|
-
- Workflow function: `taskWorkflow(input)`.
|
|
38
|
-
- Each SDLC stage is one deterministic workflow step.
|
|
39
|
-
- Each stage invokes an Activity to request execution from daemon/agent path.
|
|
40
|
-
- Stage result drives transition (`done`, `blocked`, `not_done`, `failed`).
|
|
41
|
-
|
|
42
|
-
### Activities
|
|
43
|
-
- `dispatchStageActivity(taskId, stage, config)`
|
|
44
|
-
- `recordStageDecisionActivity(taskId, decision)`
|
|
45
|
-
- `advanceStageActivity(taskId, nextStage)`
|
|
46
|
-
- `markBlockedActivity(taskId, reason)`
|
|
47
|
-
- `markFailedActivity(taskId, reason)`
|
|
48
|
-
- `appendTaskLogActivity(taskId, log)`
|
|
49
|
-
- `appendTaskCommentActivity(taskId, comment)`
|
|
50
|
-
|
|
51
|
-
Activities can call existing DB helpers and APIs. Workflow code remains deterministic.
|
|
52
|
-
|
|
53
|
-
### Signals and queries
|
|
54
|
-
- Signals:
|
|
55
|
-
- `agentResult(decisionPayload)`
|
|
56
|
-
- `cancelTask(reason)`
|
|
57
|
-
- `humanInput(commentPayload)`
|
|
58
|
-
- Queries:
|
|
59
|
-
- `getStatus()` returns stage, decision, retries, last update.
|
|
60
|
-
|
|
61
|
-
## Stage State Machine
|
|
62
|
-
- Ordered path for `task` tickets:
|
|
63
|
-
`ideation -> planning -> coding -> qa -> acceptance -> pr -> pr_review -> merge -> done`
|
|
64
|
-
- `spike` ticket behavior:
|
|
65
|
-
`ideation -> planning -> done`
|
|
66
|
-
- Decision handling:
|
|
67
|
-
- `done`: advance stage
|
|
68
|
-
- `blocked`: set task blocked, wait for signal/manual intervention
|
|
69
|
-
- `not_done`: retry same stage with policy
|
|
70
|
-
- `failed`: retry until max attempts, then fail task
|
|
71
|
-
|
|
72
|
-
## Reliability Model
|
|
73
|
-
Temporal replaces:
|
|
74
|
-
- custom worker ownership leases
|
|
75
|
-
- custom heartbeat refresh
|
|
76
|
-
- stale lease scavenging
|
|
77
|
-
|
|
78
|
-
Use Temporal features:
|
|
79
|
-
- Activity heartbeat + timeout
|
|
80
|
-
- retry policy (exponential backoff)
|
|
81
|
-
- workflow history for crash recovery
|
|
82
|
-
- idempotent Workflow ID to avoid duplicate executions
|
|
83
|
-
|
|
84
|
-
## API Compatibility Plan
|
|
85
|
-
Maintain existing API contracts for clients while changing backend implementation.
|
|
86
|
-
|
|
87
|
-
### Compatibility mapping
|
|
88
|
-
- `GET /api/queue`:
|
|
89
|
-
- Short term: unchanged for legacy workers.
|
|
90
|
-
- New mode: returns Temporal-assigned work or no-op if workflow already active.
|
|
91
|
-
- `POST /api/tasks/:id/heartbeat`:
|
|
92
|
-
- Legacy compatibility only; eventually deprecated.
|
|
93
|
-
- `POST /api/queue/complete`:
|
|
94
|
-
- In Temporal mode, transformed into `agentResult` signal to task workflow.
|
|
95
|
-
|
|
96
|
-
### New internal endpoints (service-to-service)
|
|
97
|
-
- `POST /internal/workflows/tasks/:taskId/start`
|
|
98
|
-
- `POST /internal/workflows/tasks/:taskId/signal`
|
|
99
|
-
- `POST /internal/workflows/tasks/:taskId/cancel`
|
|
100
|
-
- `GET /internal/workflows/tasks/:taskId/status`
|
|
101
|
-
|
|
102
|
-
## Data Model Changes
|
|
103
|
-
Add to `tasks` table:
|
|
104
|
-
- `orchestrator` text default `legacy` (`legacy` | `temporal`)
|
|
105
|
-
- `workflow_id` text null
|
|
106
|
-
- `workflow_run_id` text null
|
|
107
|
-
- `orchestration_status` text null
|
|
108
|
-
- `last_orchestration_update` timestamptz null
|
|
109
|
-
|
|
110
|
-
Add optional table `task_workflow_events`:
|
|
111
|
-
- immutable mirror of key workflow events for product analytics and support.
|
|
112
|
-
|
|
113
|
-
No immediate destructive schema changes.
|
|
114
|
-
|
|
115
|
-
## Worker Topology
|
|
116
|
-
|
|
117
|
-
### Services
|
|
118
|
-
1. `agx-cloud` (Next.js API + UI)
|
|
119
|
-
2. `temporal` server
|
|
120
|
-
3. `temporal-ui`
|
|
121
|
-
4. `temporal-admin-tools`
|
|
122
|
-
5. `temporal-postgres` (Temporal persistence)
|
|
123
|
-
6. `agx-temporal-worker` (Node worker process in `agx-cloud` repo)
|
|
124
|
-
|
|
125
|
-
### Separation of concerns
|
|
126
|
-
- Next.js app starts workflows and writes user-facing state.
|
|
127
|
-
- Temporal worker executes Activities and handles retries/timeouts.
|
|
128
|
-
- Daemon/agent execution path remains external and communicates results via API/signal.
|
|
129
|
-
|
|
130
|
-
## Security Considerations
|
|
131
|
-
- Keep task-signing verification in Activity boundary before any execution dispatch.
|
|
132
|
-
- Authenticate internal workflow control endpoints with service token.
|
|
133
|
-
- Enforce tenant scoping by user ID in every Activity DB query.
|
|
134
|
-
- Log every workflow transition into existing `task_audit_log`.
|
|
135
|
-
|
|
136
|
-
## Migration Strategy
|
|
137
|
-
|
|
138
|
-
### Phase 0: Foundation
|
|
139
|
-
- Add Temporal infrastructure and worker skeleton.
|
|
140
|
-
- Add feature flag: `ORCHESTRATOR_MODE=legacy|shadow|temporal`.
|
|
141
|
-
|
|
142
|
-
### Phase 1: Shadow mode
|
|
143
|
-
- Continue legacy orchestration as source of truth.
|
|
144
|
-
- Start Temporal workflows in parallel (no writes that change task outcome).
|
|
145
|
-
- Compare state transitions and decisions for drift.
|
|
146
|
-
|
|
147
|
-
### Phase 2: Controlled cutover
|
|
148
|
-
- Enable Temporal for a small cohort (internal users or selected projects).
|
|
149
|
-
- Keep legacy endpoints as compatibility facade.
|
|
150
|
-
|
|
151
|
-
### Phase 3: Full cutover
|
|
152
|
-
- Default new tasks to `orchestrator=temporal`.
|
|
153
|
-
- Keep fallback path for rollback.
|
|
154
|
-
|
|
155
|
-
### Phase 4: Decommission legacy
|
|
156
|
-
- Remove heartbeat hot path once stable.
|
|
157
|
-
- Keep read-only compatibility behavior for a transition period.
|
|
158
|
-
|
|
159
|
-
## Rollback Plan
|
|
160
|
-
- Flip `ORCHESTRATOR_MODE=legacy`.
|
|
161
|
-
- New tasks route to legacy queue immediately.
|
|
162
|
-
- In-flight Temporal workflows are paused/cancelled and task status reconciled by script.
|
|
163
|
-
|
|
164
|
-
## Testing Plan
|
|
165
|
-
1. Unit tests for workflow transition logic (all decisions and stage edge cases).
|
|
166
|
-
2. Activity tests with mocked DB and daemon APIs.
|
|
167
|
-
3. Integration tests with Temporal test server covering:
|
|
168
|
-
- worker restart mid-stage
|
|
169
|
-
- activity timeout and retry
|
|
170
|
-
- blocked/unblocked via signal
|
|
171
|
-
- cancellation
|
|
172
|
-
4. Soak test with concurrent workflows and forced failures.
|
|
173
|
-
|
|
174
|
-
## Observability
|
|
175
|
-
- Correlation IDs: `task_id`, `workflow_id`, `run_id` in all logs.
|
|
176
|
-
- Metrics:
|
|
177
|
-
- stage duration
|
|
178
|
-
- activity retry count
|
|
179
|
-
- workflow failure rate
|
|
180
|
-
- blocked-time duration
|
|
181
|
-
- Temporal UI on `http://localhost:8088` for local debugging.
|
|
182
|
-
|
|
183
|
-
## Open Decisions
|
|
184
|
-
1. Whether daemon remains pull-based (`/api/queue`) or moves to push/signal driven callbacks first.
|
|
185
|
-
2. Exact max retry policy per stage (uniform vs stage-specific).
|
|
186
|
-
3. Whether to model each stage as a child workflow (stronger isolation) or single workflow loop (simpler).
|
|
187
|
-
|
|
188
|
-
## Local Development Bootstrap
|
|
189
|
-
Use the main compose file:
|
|
190
|
-
|
|
191
|
-
```bash
|
|
192
|
-
cd /Users/mendrika/Projects/Agents/agx-cloud
|
|
193
|
-
docker compose up -d
|
|
194
|
-
```
|
|
195
|
-
|
|
196
|
-
Expected local endpoints:
|
|
197
|
-
- Temporal gRPC: `localhost:7233`
|
|
198
|
-
- Temporal UI: `http://localhost:8088`
|
|
199
|
-
- Temporal Postgres: `localhost:5433`
|