@vectorize-io/hindsight-control-plane 0.1.9
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/bin/cli.js +86 -0
- package/package.json +69 -0
- package/public/favicon.png +0 -0
- package/public/logo.png +0 -0
- package/standalone/.next/BUILD_ID +1 -0
- package/standalone/.next/app-path-routes-manifest.json +24 -0
- package/standalone/.next/build-manifest.json +21 -0
- package/standalone/.next/package.json +1 -0
- package/standalone/.next/prerender-manifest.json +113 -0
- package/standalone/.next/required-server-files.json +317 -0
- package/standalone/.next/routes-manifest.json +193 -0
- package/standalone/.next/server/app/_global-error/page/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/_global-error/page/build-manifest.json +18 -0
- package/standalone/.next/server/app/_global-error/page/next-font-manifest.json +6 -0
- package/standalone/.next/server/app/_global-error/page/react-loadable-manifest.json +1 -0
- package/standalone/.next/server/app/_global-error/page/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/_global-error/page.js +10 -0
- package/standalone/.next/server/app/_global-error/page.js.map +5 -0
- package/standalone/.next/server/app/_global-error/page.js.nft.json +1 -0
- package/standalone/.next/server/app/_global-error/page_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/_global-error.html +2 -0
- package/standalone/.next/server/app/_global-error.meta +15 -0
- package/standalone/.next/server/app/_global-error.rsc +12 -0
- package/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +5 -0
- package/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +12 -0
- package/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +7 -0
- package/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +4 -0
- package/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
- package/standalone/.next/server/app/_not-found/page/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/_not-found/page/build-manifest.json +18 -0
- package/standalone/.next/server/app/_not-found/page/next-font-manifest.json +6 -0
- package/standalone/.next/server/app/_not-found/page/react-loadable-manifest.json +1 -0
- package/standalone/.next/server/app/_not-found/page/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/_not-found/page.js +13 -0
- package/standalone/.next/server/app/_not-found/page.js.map +5 -0
- package/standalone/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/_not-found.html +1 -0
- package/standalone/.next/server/app/_not-found.meta +16 -0
- package/standalone/.next/server/app/_not-found.rsc +16 -0
- package/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +16 -0
- package/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +8 -0
- package/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +7 -0
- package/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
- package/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +4 -0
- package/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/api/banks/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/banks/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/banks/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/banks/route.js +6 -0
- package/standalone/.next/server/app/api/banks/route.js.map +5 -0
- package/standalone/.next/server/app/api/banks/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/banks/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/chunks/[chunkId]/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/chunks/[chunkId]/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/chunks/[chunkId]/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/chunks/[chunkId]/route.js +6 -0
- package/standalone/.next/server/app/api/chunks/[chunkId]/route.js.map +5 -0
- package/standalone/.next/server/app/api/chunks/[chunkId]/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/chunks/[chunkId]/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/documents/[documentId]/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/documents/[documentId]/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/documents/[documentId]/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/documents/[documentId]/route.js +6 -0
- package/standalone/.next/server/app/api/documents/[documentId]/route.js.map +5 -0
- package/standalone/.next/server/app/api/documents/[documentId]/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/documents/[documentId]/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/documents/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/documents/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/documents/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/documents/route.js +6 -0
- package/standalone/.next/server/app/api/documents/route.js.map +5 -0
- package/standalone/.next/server/app/api/documents/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/documents/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/entities/[entityId]/regenerate/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/entities/[entityId]/regenerate/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/entities/[entityId]/regenerate/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/entities/[entityId]/regenerate/route.js +6 -0
- package/standalone/.next/server/app/api/entities/[entityId]/regenerate/route.js.map +5 -0
- package/standalone/.next/server/app/api/entities/[entityId]/regenerate/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/entities/[entityId]/regenerate/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/entities/[entityId]/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/entities/[entityId]/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/entities/[entityId]/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/entities/[entityId]/route.js +6 -0
- package/standalone/.next/server/app/api/entities/[entityId]/route.js.map +5 -0
- package/standalone/.next/server/app/api/entities/[entityId]/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/entities/[entityId]/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/entities/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/entities/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/entities/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/entities/route.js +6 -0
- package/standalone/.next/server/app/api/entities/route.js.map +5 -0
- package/standalone/.next/server/app/api/entities/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/entities/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/graph/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/graph/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/graph/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/graph/route.js +6 -0
- package/standalone/.next/server/app/api/graph/route.js.map +5 -0
- package/standalone/.next/server/app/api/graph/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/graph/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/health/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/health/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/health/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/health/route.js +6 -0
- package/standalone/.next/server/app/api/health/route.js.map +5 -0
- package/standalone/.next/server/app/api/health/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/health/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/list/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/list/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/list/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/list/route.js +6 -0
- package/standalone/.next/server/app/api/list/route.js.map +5 -0
- package/standalone/.next/server/app/api/list/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/list/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/memories/retain/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/memories/retain/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/memories/retain/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/memories/retain/route.js +6 -0
- package/standalone/.next/server/app/api/memories/retain/route.js.map +5 -0
- package/standalone/.next/server/app/api/memories/retain/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/memories/retain/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/memories/retain_async/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/memories/retain_async/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/memories/retain_async/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/memories/retain_async/route.js +6 -0
- package/standalone/.next/server/app/api/memories/retain_async/route.js.map +5 -0
- package/standalone/.next/server/app/api/memories/retain_async/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/memories/retain_async/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/operations/[agentId]/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/operations/[agentId]/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/operations/[agentId]/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/operations/[agentId]/route.js +6 -0
- package/standalone/.next/server/app/api/operations/[agentId]/route.js.map +5 -0
- package/standalone/.next/server/app/api/operations/[agentId]/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/operations/[agentId]/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/profile/[bankId]/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/profile/[bankId]/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/profile/[bankId]/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/profile/[bankId]/route.js +6 -0
- package/standalone/.next/server/app/api/profile/[bankId]/route.js.map +5 -0
- package/standalone/.next/server/app/api/profile/[bankId]/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/profile/[bankId]/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/recall/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/recall/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/recall/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/recall/route.js +6 -0
- package/standalone/.next/server/app/api/recall/route.js.map +5 -0
- package/standalone/.next/server/app/api/recall/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/recall/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/reflect/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/reflect/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/reflect/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/reflect/route.js +6 -0
- package/standalone/.next/server/app/api/reflect/route.js.map +5 -0
- package/standalone/.next/server/app/api/reflect/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/reflect/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/stats/[agentId]/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/stats/[agentId]/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/stats/[agentId]/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/stats/[agentId]/route.js +6 -0
- package/standalone/.next/server/app/api/stats/[agentId]/route.js.map +5 -0
- package/standalone/.next/server/app/api/stats/[agentId]/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/stats/[agentId]/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/banks/[bankId]/page/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/banks/[bankId]/page/build-manifest.json +18 -0
- package/standalone/.next/server/app/banks/[bankId]/page/next-font-manifest.json +6 -0
- package/standalone/.next/server/app/banks/[bankId]/page/react-loadable-manifest.json +1 -0
- package/standalone/.next/server/app/banks/[bankId]/page/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/banks/[bankId]/page.js +15 -0
- package/standalone/.next/server/app/banks/[bankId]/page.js.map +5 -0
- package/standalone/.next/server/app/banks/[bankId]/page.js.nft.json +1 -0
- package/standalone/.next/server/app/banks/[bankId]/page_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/dashboard/page/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/dashboard/page/build-manifest.json +18 -0
- package/standalone/.next/server/app/dashboard/page/next-font-manifest.json +6 -0
- package/standalone/.next/server/app/dashboard/page/react-loadable-manifest.json +1 -0
- package/standalone/.next/server/app/dashboard/page/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/dashboard/page.js +15 -0
- package/standalone/.next/server/app/dashboard/page.js.map +5 -0
- package/standalone/.next/server/app/dashboard/page.js.nft.json +1 -0
- package/standalone/.next/server/app/dashboard/page_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/dashboard.html +1 -0
- package/standalone/.next/server/app/dashboard.meta +15 -0
- package/standalone/.next/server/app/dashboard.rsc +20 -0
- package/standalone/.next/server/app/dashboard.segments/_full.segment.rsc +20 -0
- package/standalone/.next/server/app/dashboard.segments/_head.segment.rsc +8 -0
- package/standalone/.next/server/app/dashboard.segments/_index.segment.rsc +7 -0
- package/standalone/.next/server/app/dashboard.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/dashboard.segments/dashboard/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/dashboard.segments/dashboard.segment.rsc +4 -0
- package/standalone/.next/server/app/index.html +1 -0
- package/standalone/.next/server/app/index.meta +16 -0
- package/standalone/.next/server/app/index.rsc +17 -0
- package/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +6 -0
- package/standalone/.next/server/app/index.segments/_full.segment.rsc +17 -0
- package/standalone/.next/server/app/index.segments/_head.segment.rsc +8 -0
- package/standalone/.next/server/app/index.segments/_index.segment.rsc +7 -0
- package/standalone/.next/server/app/index.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/page/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/page/build-manifest.json +18 -0
- package/standalone/.next/server/app/page/next-font-manifest.json +6 -0
- package/standalone/.next/server/app/page/react-loadable-manifest.json +1 -0
- package/standalone/.next/server/app/page/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/page.js +16 -0
- package/standalone/.next/server/app/page.js.map +5 -0
- package/standalone/.next/server/app/page.js.nft.json +1 -0
- package/standalone/.next/server/app/page_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app-paths-manifest.json +24 -0
- package/standalone/.next/server/chunks/4ca55_ndsight-control-plane__next-internal_server_app_api_banks_route_actions_99be6b43.js +3 -0
- package/standalone/.next/server/chunks/4ca55_ndsight-control-plane__next-internal_server_app_api_graph_route_actions_01c8a147.js +3 -0
- package/standalone/.next/server/chunks/5512b_dsight-control-plane__next-internal_server_app_api_health_route_actions_9dd1d809.js +3 -0
- package/standalone/.next/server/chunks/5512b_dsight-control-plane__next-internal_server_app_api_recall_route_actions_154c90a0.js +3 -0
- package/standalone/.next/server/chunks/79729_indsight-control-plane__next-internal_server_app_api_list_route_actions_928a8078.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__02a1e7f7._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0f1b189c._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__228c769f._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__317b54d0._.js +21 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__464d3847._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__5e1d146d._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__6ee44ea3._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__73093267._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__81c0d784._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__9a7529ab._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__9c3dd746._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__bae0f53c._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__be9afc00._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__d2485edb._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__d4b39930._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__d4f9d631._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__e5a6b81d._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__f318615b._.js +3 -0
- package/standalone/.next/server/chunks/[turbopack]_runtime.js +770 -0
- package/standalone/.next/server/chunks/a6ea4_server_app_api_entities_[entityId]_regenerate_route_actions_3253250f.js +3 -0
- package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_chunks_[chunkId]_route_actions_03be08f6.js +3 -0
- package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_documents_[documentId]_route_actions_025f2dd6.js +3 -0
- package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_documents_route_actions_fca16a88.js +3 -0
- package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_entities_[entityId]_route_actions_c338d0cd.js +3 -0
- package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_entities_route_actions_f5ea1ca0.js +3 -0
- package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_memories_retain_async_route_actions_c08bfcdb.js +3 -0
- package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_memories_retain_route_actions_d10f6a07.js +3 -0
- package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_operations_[agentId]_route_actions_1f7c4bc6.js +3 -0
- package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_profile_[bankId]_route_actions_22dd8677.js +3 -0
- package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_reflect_route_actions_0b8dd978.js +3 -0
- package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_stats_[agentId]_route_actions_17816f15.js +3 -0
- package/standalone/.next/server/chunks/ssr/4ca55_ndsight-control-plane__next-internal_server_app__not-found_page_actions_a6d92cb7.js +3 -0
- package/standalone/.next/server/chunks/ssr/79729_indsight-control-plane__next-internal_server_app_dashboard_page_actions_aff4b92b.js +3 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__2454dfbf._.js +3 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__3f6f18bb._.js +3 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__6199c710._.js +3 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__655f8d11._.js +6 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__8dd83d7a._.js +3 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__915ad491._.js +3 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__b9356576._.js +4 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__bce2f57e._.js +3 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__d88eb440._.js +3 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__e93b5ed6._.js +3 -0
- package/standalone/.next/server/chunks/ssr/[turbopack]_runtime.js +770 -0
- package/standalone/.next/server/chunks/ssr/_26df66d0._.js +4 -0
- package/standalone/.next/server/chunks/ssr/_3476210c._.js +6 -0
- package/standalone/.next/server/chunks/ssr/_453ded79._.js +3 -0
- package/standalone/.next/server/chunks/ssr/_53a4aa41._.js +4 -0
- package/standalone/.next/server/chunks/ssr/_5e906836._.js +9 -0
- package/standalone/.next/server/chunks/ssr/_8362f37b._.js +6 -0
- package/standalone/.next/server/chunks/ssr/_944e56a6._.js +4 -0
- package/standalone/.next/server/chunks/ssr/_ad0e821a._.js +3 -0
- package/standalone/.next/server/chunks/ssr/e51bf__next-internal_server_app__global-error_page_actions_1e722cdc.js +3 -0
- package/standalone/.next/server/chunks/ssr/e51bf__next-internal_server_app_banks_[bankId]_page_actions_7613b8e1.js +3 -0
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane__next-internal_server_app_page_actions_5b200f30.js +3 -0
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_fe96d618._.js +3 -0
- package/standalone/.next/server/chunks/ssr/node_modules_5363a9de._.js +3 -0
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_08570d7f._.js +4 -0
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_cc88faaa._.js +3 -0
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_client_components_9774470f._.js +3 -0
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_45780354.js +3 -0
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_ece394eb.js +3 -0
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_15817684.js +3 -0
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js +6 -0
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_89742413.js +4 -0
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_server_route-modules_app-page_vendored_ssr_8ca85a16._.js +3 -0
- package/standalone/.next/server/functions-config-manifest.json +4 -0
- package/standalone/.next/server/middleware-build-manifest.js +22 -0
- package/standalone/.next/server/middleware-manifest.json +6 -0
- package/standalone/.next/server/next-font-manifest.js +1 -0
- package/standalone/.next/server/next-font-manifest.json +6 -0
- package/standalone/.next/server/pages/404.html +1 -0
- package/standalone/.next/server/pages/500.html +2 -0
- package/standalone/.next/server/pages-manifest.json +4 -0
- package/standalone/.next/server/server-reference-manifest.js +1 -0
- package/standalone/.next/server/server-reference-manifest.json +5 -0
- package/standalone/.next/static/chunks/023d923a37d494fc.js +1 -0
- package/standalone/.next/static/chunks/066a685143de5f7e.js +7 -0
- package/standalone/.next/static/chunks/0e1b9f3295e06ab1.js +1 -0
- package/standalone/.next/static/chunks/247eb132b7f7b574.js +1 -0
- package/standalone/.next/static/chunks/497f7b5edc7d3fce.js +1 -0
- package/standalone/.next/static/chunks/4a2e6ca9bc162ffe.js +4 -0
- package/standalone/.next/static/chunks/5d98431bbd7c934d.js +1 -0
- package/standalone/.next/static/chunks/8edb6029308e90e6.css +1 -0
- package/standalone/.next/static/chunks/9ab4ce518df78558.css +2 -0
- package/standalone/.next/static/chunks/a6dad97d9634a72d.js +1 -0
- package/standalone/.next/static/chunks/b6f4e02e299e89ec.js +1 -0
- package/standalone/.next/static/chunks/b93cf0798d24e38a.js +1 -0
- package/standalone/.next/static/chunks/bc4b7a284f8824f8.js +1 -0
- package/standalone/.next/static/chunks/d0cdc56d06040c69.js +2 -0
- package/standalone/.next/static/chunks/ff1a16fafef87110.js +1 -0
- package/standalone/.next/static/chunks/turbopack-030018f439265ea0.js +3 -0
- package/standalone/.next/static/sW64pgiMutF_hND5cO6Oe/_buildManifest.js +11 -0
- package/standalone/.next/static/sW64pgiMutF_hND5cO6Oe/_clientMiddlewareManifest.json +1 -0
- package/standalone/.next/static/sW64pgiMutF_hND5cO6Oe/_ssgManifest.js +1 -0
- package/standalone/package.json +69 -0
- package/standalone/public/favicon.png +0 -0
- package/standalone/public/logo.png +0 -0
- package/standalone/server.js +38 -0
package/bin/cli.js
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
3
|
+
const { spawn } = require('child_process');
|
|
4
|
+
const path = require('path');
|
|
5
|
+
const fs = require('fs');
|
|
6
|
+
|
|
7
|
+
const args = process.argv.slice(2);
|
|
8
|
+
|
|
9
|
+
// Parse command line arguments
|
|
10
|
+
let port = process.env.PORT || 9999;
|
|
11
|
+
let hostname = process.env.HOSTNAME || '0.0.0.0';
|
|
12
|
+
let apiUrl = process.env.HINDSIGHT_CP_DATAPLANE_API_URL;
|
|
13
|
+
|
|
14
|
+
for (let i = 0; i < args.length; i++) {
|
|
15
|
+
if (args[i] === '--port' || args[i] === '-p') {
|
|
16
|
+
port = args[++i];
|
|
17
|
+
} else if (args[i] === '--hostname' || args[i] === '-H') {
|
|
18
|
+
hostname = args[++i];
|
|
19
|
+
} else if (args[i] === '--api-url' || args[i] === '-a') {
|
|
20
|
+
apiUrl = args[++i];
|
|
21
|
+
} else if (args[i] === '--help' || args[i] === '-h') {
|
|
22
|
+
console.log(`
|
|
23
|
+
Hindsight Control Plane
|
|
24
|
+
|
|
25
|
+
Usage: hindsight-control-plane [options]
|
|
26
|
+
|
|
27
|
+
Options:
|
|
28
|
+
-p, --port <port> Port to listen on (default: 9999, env: PORT)
|
|
29
|
+
-H, --hostname <host> Hostname to bind to (default: 0.0.0.0, env: HOSTNAME)
|
|
30
|
+
-a, --api-url <url> Hindsight API URL (env: HINDSIGHT_CP_DATAPLANE_API_URL)
|
|
31
|
+
-h, --help Show this help message
|
|
32
|
+
|
|
33
|
+
Environment Variables:
|
|
34
|
+
PORT Port to listen on
|
|
35
|
+
HOSTNAME Hostname to bind to
|
|
36
|
+
HINDSIGHT_CP_DATAPLANE_API_URL URL of the Hindsight API server
|
|
37
|
+
`);
|
|
38
|
+
process.exit(0);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
// Find the standalone server
|
|
43
|
+
const standaloneDir = path.join(__dirname, '..', 'standalone');
|
|
44
|
+
const serverPath = path.join(standaloneDir, 'server.js');
|
|
45
|
+
|
|
46
|
+
if (!fs.existsSync(serverPath)) {
|
|
47
|
+
console.error('Error: Standalone server not found at', serverPath);
|
|
48
|
+
console.error('This package may not have been built correctly.');
|
|
49
|
+
process.exit(1);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
// Set up environment
|
|
53
|
+
const env = {
|
|
54
|
+
...process.env,
|
|
55
|
+
PORT: String(port),
|
|
56
|
+
HOSTNAME: hostname,
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
if (apiUrl) {
|
|
60
|
+
env.HINDSIGHT_CP_DATAPLANE_API_URL = apiUrl;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
console.log(`Starting Hindsight Control Plane on http://${hostname}:${port}`);
|
|
64
|
+
if (apiUrl) {
|
|
65
|
+
console.log(`API URL: ${apiUrl}`);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
// Run the standalone server
|
|
69
|
+
const server = spawn('node', [serverPath], {
|
|
70
|
+
cwd: standaloneDir,
|
|
71
|
+
env,
|
|
72
|
+
stdio: 'inherit',
|
|
73
|
+
});
|
|
74
|
+
|
|
75
|
+
server.on('error', (err) => {
|
|
76
|
+
console.error('Failed to start server:', err.message);
|
|
77
|
+
process.exit(1);
|
|
78
|
+
});
|
|
79
|
+
|
|
80
|
+
server.on('close', (code) => {
|
|
81
|
+
process.exit(code || 0);
|
|
82
|
+
});
|
|
83
|
+
|
|
84
|
+
// Handle signals
|
|
85
|
+
process.on('SIGTERM', () => server.kill('SIGTERM'));
|
|
86
|
+
process.on('SIGINT', () => server.kill('SIGINT'));
|
package/package.json
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@vectorize-io/hindsight-control-plane",
|
|
3
|
+
"version": "0.1.9",
|
|
4
|
+
"description": "Control plane for Hindsight - Semantic memory system",
|
|
5
|
+
"bin": {
|
|
6
|
+
"hindsight-control-plane": "./bin/cli.js"
|
|
7
|
+
},
|
|
8
|
+
"files": [
|
|
9
|
+
"bin",
|
|
10
|
+
"standalone",
|
|
11
|
+
"public"
|
|
12
|
+
],
|
|
13
|
+
"scripts": {
|
|
14
|
+
"dev": "next dev",
|
|
15
|
+
"build": "next build && npm run build:standalone",
|
|
16
|
+
"build:standalone": "rm -rf standalone && STANDALONE_ROOT=$(dirname $(find .next/standalone -name 'server.js' | head -1)) && cp -r \"$STANDALONE_ROOT\" standalone && mkdir -p standalone/.next && cp -r .next/static standalone/.next/static && mkdir -p standalone/public && cp -r public/* standalone/public/ 2>/dev/null || true",
|
|
17
|
+
"start": "next start",
|
|
18
|
+
"lint": "next lint",
|
|
19
|
+
"prepublishOnly": "npm run build"
|
|
20
|
+
},
|
|
21
|
+
"keywords": ["hindsight", "memory", "semantic", "ai"],
|
|
22
|
+
"author": "Hindsight Team",
|
|
23
|
+
"license": "ISC",
|
|
24
|
+
"dependencies": {
|
|
25
|
+
"@radix-ui/react-checkbox": "^1.3.3",
|
|
26
|
+
"@radix-ui/react-dialog": "^1.1.15",
|
|
27
|
+
"@radix-ui/react-label": "^2.1.8",
|
|
28
|
+
"@radix-ui/react-popover": "^1.1.15",
|
|
29
|
+
"@radix-ui/react-radio-group": "^1.3.8",
|
|
30
|
+
"@radix-ui/react-select": "^2.2.6",
|
|
31
|
+
"@radix-ui/react-slider": "^1.3.6",
|
|
32
|
+
"@radix-ui/react-slot": "^1.2.4",
|
|
33
|
+
"@radix-ui/react-switch": "^1.2.6",
|
|
34
|
+
"@tailwindcss/postcss": "^4.1.17",
|
|
35
|
+
"@types/cytoscape": "^3.21.9",
|
|
36
|
+
"@types/node": "^24.10.0",
|
|
37
|
+
"@types/react": "^19.2.2",
|
|
38
|
+
"@types/react-dom": "^19.2.2",
|
|
39
|
+
"autoprefixer": "^10.4.21",
|
|
40
|
+
"class-variance-authority": "^0.7.1",
|
|
41
|
+
"clsx": "^2.1.1",
|
|
42
|
+
"cmdk": "^1.1.1",
|
|
43
|
+
"cytoscape": "^3.33.1",
|
|
44
|
+
"eslint": "^9.39.1",
|
|
45
|
+
"eslint-config-next": "^16.0.1",
|
|
46
|
+
"lucide-react": "^0.553.0",
|
|
47
|
+
"next": "^16.0.10",
|
|
48
|
+
"postcss": "^8.5.6",
|
|
49
|
+
"react": "^19.2.0",
|
|
50
|
+
"react-chrono": "^2.9.1",
|
|
51
|
+
"react-dom": "^19.2.0",
|
|
52
|
+
"react18-json-view": "^0.2.9",
|
|
53
|
+
"recharts": "^3.5.1",
|
|
54
|
+
"tailwind-merge": "^3.4.0",
|
|
55
|
+
"tailwindcss": "^4.1.17",
|
|
56
|
+
"tailwindcss-animate": "^1.0.7",
|
|
57
|
+
"three": "^0.182.0",
|
|
58
|
+
"typescript": "^5.9.3"
|
|
59
|
+
},
|
|
60
|
+
"devDependencies": {
|
|
61
|
+
"@vectorize-io/hindsight-client": "file:../hindsight-clients/typescript",
|
|
62
|
+
"@eslint/eslintrc": "^3.3.3",
|
|
63
|
+
"@eslint/js": "^9.39.2",
|
|
64
|
+
"eslint-plugin-react": "^7.37.5",
|
|
65
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
66
|
+
"prettier": "^3.7.4",
|
|
67
|
+
"typescript-eslint": "^8.50.0"
|
|
68
|
+
}
|
|
69
|
+
}
|
|
Binary file
|
package/public/logo.png
ADDED
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
sW64pgiMutF_hND5cO6Oe
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"/_global-error/page": "/_global-error",
|
|
3
|
+
"/_not-found/page": "/_not-found",
|
|
4
|
+
"/api/banks/route": "/api/banks",
|
|
5
|
+
"/api/chunks/[chunkId]/route": "/api/chunks/[chunkId]",
|
|
6
|
+
"/api/documents/[documentId]/route": "/api/documents/[documentId]",
|
|
7
|
+
"/api/documents/route": "/api/documents",
|
|
8
|
+
"/api/entities/[entityId]/regenerate/route": "/api/entities/[entityId]/regenerate",
|
|
9
|
+
"/api/entities/[entityId]/route": "/api/entities/[entityId]",
|
|
10
|
+
"/api/entities/route": "/api/entities",
|
|
11
|
+
"/api/graph/route": "/api/graph",
|
|
12
|
+
"/api/health/route": "/api/health",
|
|
13
|
+
"/api/list/route": "/api/list",
|
|
14
|
+
"/api/memories/retain/route": "/api/memories/retain",
|
|
15
|
+
"/api/memories/retain_async/route": "/api/memories/retain_async",
|
|
16
|
+
"/api/operations/[agentId]/route": "/api/operations/[agentId]",
|
|
17
|
+
"/api/profile/[bankId]/route": "/api/profile/[bankId]",
|
|
18
|
+
"/api/recall/route": "/api/recall",
|
|
19
|
+
"/api/reflect/route": "/api/reflect",
|
|
20
|
+
"/api/stats/[agentId]/route": "/api/stats/[agentId]",
|
|
21
|
+
"/banks/[bankId]/page": "/banks/[bankId]",
|
|
22
|
+
"/dashboard/page": "/dashboard",
|
|
23
|
+
"/page": "/"
|
|
24
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pages": {
|
|
3
|
+
"/_app": []
|
|
4
|
+
},
|
|
5
|
+
"devFiles": [],
|
|
6
|
+
"polyfillFiles": [
|
|
7
|
+
"static/chunks/a6dad97d9634a72d.js"
|
|
8
|
+
],
|
|
9
|
+
"lowPriorityFiles": [
|
|
10
|
+
"static/sW64pgiMutF_hND5cO6Oe/_ssgManifest.js",
|
|
11
|
+
"static/sW64pgiMutF_hND5cO6Oe/_buildManifest.js"
|
|
12
|
+
],
|
|
13
|
+
"rootMainFiles": [
|
|
14
|
+
"static/chunks/0e1b9f3295e06ab1.js",
|
|
15
|
+
"static/chunks/4a2e6ca9bc162ffe.js",
|
|
16
|
+
"static/chunks/023d923a37d494fc.js",
|
|
17
|
+
"static/chunks/d0cdc56d06040c69.js",
|
|
18
|
+
"static/chunks/497f7b5edc7d3fce.js",
|
|
19
|
+
"static/chunks/turbopack-030018f439265ea0.js"
|
|
20
|
+
]
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"type": "commonjs"}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 4,
|
|
3
|
+
"routes": {
|
|
4
|
+
"/_global-error": {
|
|
5
|
+
"experimentalBypassFor": [
|
|
6
|
+
{
|
|
7
|
+
"type": "header",
|
|
8
|
+
"key": "next-action"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"type": "header",
|
|
12
|
+
"key": "content-type",
|
|
13
|
+
"value": "multipart/form-data;.*"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"initialRevalidateSeconds": false,
|
|
17
|
+
"srcRoute": "/_global-error",
|
|
18
|
+
"dataRoute": "/_global-error.rsc",
|
|
19
|
+
"prefetchDataRoute": null,
|
|
20
|
+
"allowHeader": [
|
|
21
|
+
"host",
|
|
22
|
+
"x-matched-path",
|
|
23
|
+
"x-prerender-revalidate",
|
|
24
|
+
"x-prerender-revalidate-if-generated",
|
|
25
|
+
"x-next-revalidated-tags",
|
|
26
|
+
"x-next-revalidate-tag-token"
|
|
27
|
+
]
|
|
28
|
+
},
|
|
29
|
+
"/_not-found": {
|
|
30
|
+
"initialStatus": 404,
|
|
31
|
+
"experimentalBypassFor": [
|
|
32
|
+
{
|
|
33
|
+
"type": "header",
|
|
34
|
+
"key": "next-action"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"type": "header",
|
|
38
|
+
"key": "content-type",
|
|
39
|
+
"value": "multipart/form-data;.*"
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"initialRevalidateSeconds": false,
|
|
43
|
+
"srcRoute": "/_not-found",
|
|
44
|
+
"dataRoute": "/_not-found.rsc",
|
|
45
|
+
"prefetchDataRoute": null,
|
|
46
|
+
"allowHeader": [
|
|
47
|
+
"host",
|
|
48
|
+
"x-matched-path",
|
|
49
|
+
"x-prerender-revalidate",
|
|
50
|
+
"x-prerender-revalidate-if-generated",
|
|
51
|
+
"x-next-revalidated-tags",
|
|
52
|
+
"x-next-revalidate-tag-token"
|
|
53
|
+
]
|
|
54
|
+
},
|
|
55
|
+
"/dashboard": {
|
|
56
|
+
"experimentalBypassFor": [
|
|
57
|
+
{
|
|
58
|
+
"type": "header",
|
|
59
|
+
"key": "next-action"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"type": "header",
|
|
63
|
+
"key": "content-type",
|
|
64
|
+
"value": "multipart/form-data;.*"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"initialRevalidateSeconds": false,
|
|
68
|
+
"srcRoute": "/dashboard",
|
|
69
|
+
"dataRoute": "/dashboard.rsc",
|
|
70
|
+
"prefetchDataRoute": null,
|
|
71
|
+
"allowHeader": [
|
|
72
|
+
"host",
|
|
73
|
+
"x-matched-path",
|
|
74
|
+
"x-prerender-revalidate",
|
|
75
|
+
"x-prerender-revalidate-if-generated",
|
|
76
|
+
"x-next-revalidated-tags",
|
|
77
|
+
"x-next-revalidate-tag-token"
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
"/": {
|
|
81
|
+
"experimentalBypassFor": [
|
|
82
|
+
{
|
|
83
|
+
"type": "header",
|
|
84
|
+
"key": "next-action"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"type": "header",
|
|
88
|
+
"key": "content-type",
|
|
89
|
+
"value": "multipart/form-data;.*"
|
|
90
|
+
}
|
|
91
|
+
],
|
|
92
|
+
"initialRevalidateSeconds": false,
|
|
93
|
+
"srcRoute": "/",
|
|
94
|
+
"dataRoute": "/index.rsc",
|
|
95
|
+
"prefetchDataRoute": null,
|
|
96
|
+
"allowHeader": [
|
|
97
|
+
"host",
|
|
98
|
+
"x-matched-path",
|
|
99
|
+
"x-prerender-revalidate",
|
|
100
|
+
"x-prerender-revalidate-if-generated",
|
|
101
|
+
"x-next-revalidated-tags",
|
|
102
|
+
"x-next-revalidate-tag-token"
|
|
103
|
+
]
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"dynamicRoutes": {},
|
|
107
|
+
"notFoundRoutes": [],
|
|
108
|
+
"preview": {
|
|
109
|
+
"previewModeId": "948d076430b01ab92f9b7f991f4459c2",
|
|
110
|
+
"previewModeSigningKey": "d8a4409354d35a1407a86845e18369234fe8d79f9d951e087b4a85d339084193",
|
|
111
|
+
"previewModeEncryptionKey": "c654cbabbae97fc8dd3459aca06daa5b425c5d80e7c315921fd9d63b5312c0d8"
|
|
112
|
+
}
|
|
113
|
+
}
|
|
@@ -0,0 +1,317 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"config": {
|
|
4
|
+
"env": {},
|
|
5
|
+
"webpack": null,
|
|
6
|
+
"typescript": {
|
|
7
|
+
"ignoreBuildErrors": false
|
|
8
|
+
},
|
|
9
|
+
"typedRoutes": false,
|
|
10
|
+
"distDir": ".next",
|
|
11
|
+
"cleanDistDir": true,
|
|
12
|
+
"assetPrefix": "",
|
|
13
|
+
"cacheMaxMemorySize": 52428800,
|
|
14
|
+
"configOrigin": "next.config.ts",
|
|
15
|
+
"useFileSystemPublicRoutes": true,
|
|
16
|
+
"generateEtags": true,
|
|
17
|
+
"pageExtensions": [
|
|
18
|
+
"tsx",
|
|
19
|
+
"ts",
|
|
20
|
+
"jsx",
|
|
21
|
+
"js"
|
|
22
|
+
],
|
|
23
|
+
"poweredByHeader": true,
|
|
24
|
+
"compress": true,
|
|
25
|
+
"images": {
|
|
26
|
+
"deviceSizes": [
|
|
27
|
+
640,
|
|
28
|
+
750,
|
|
29
|
+
828,
|
|
30
|
+
1080,
|
|
31
|
+
1200,
|
|
32
|
+
1920,
|
|
33
|
+
2048,
|
|
34
|
+
3840
|
|
35
|
+
],
|
|
36
|
+
"imageSizes": [
|
|
37
|
+
32,
|
|
38
|
+
48,
|
|
39
|
+
64,
|
|
40
|
+
96,
|
|
41
|
+
128,
|
|
42
|
+
256,
|
|
43
|
+
384
|
|
44
|
+
],
|
|
45
|
+
"path": "/_next/image",
|
|
46
|
+
"loader": "default",
|
|
47
|
+
"loaderFile": "",
|
|
48
|
+
"domains": [],
|
|
49
|
+
"disableStaticImages": false,
|
|
50
|
+
"minimumCacheTTL": 14400,
|
|
51
|
+
"formats": [
|
|
52
|
+
"image/webp"
|
|
53
|
+
],
|
|
54
|
+
"maximumRedirects": 3,
|
|
55
|
+
"dangerouslyAllowLocalIP": false,
|
|
56
|
+
"dangerouslyAllowSVG": false,
|
|
57
|
+
"contentSecurityPolicy": "script-src 'none'; frame-src 'none'; sandbox;",
|
|
58
|
+
"contentDispositionType": "attachment",
|
|
59
|
+
"localPatterns": [
|
|
60
|
+
{
|
|
61
|
+
"pathname": "**",
|
|
62
|
+
"search": ""
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"remotePatterns": [],
|
|
66
|
+
"qualities": [
|
|
67
|
+
75
|
|
68
|
+
],
|
|
69
|
+
"unoptimized": false
|
|
70
|
+
},
|
|
71
|
+
"devIndicators": {
|
|
72
|
+
"position": "bottom-left"
|
|
73
|
+
},
|
|
74
|
+
"onDemandEntries": {
|
|
75
|
+
"maxInactiveAge": 60000,
|
|
76
|
+
"pagesBufferLength": 5
|
|
77
|
+
},
|
|
78
|
+
"basePath": "",
|
|
79
|
+
"sassOptions": {},
|
|
80
|
+
"trailingSlash": false,
|
|
81
|
+
"i18n": null,
|
|
82
|
+
"productionBrowserSourceMaps": false,
|
|
83
|
+
"excludeDefaultMomentLocales": true,
|
|
84
|
+
"reactProductionProfiling": false,
|
|
85
|
+
"reactStrictMode": null,
|
|
86
|
+
"reactMaxHeadersLength": 6000,
|
|
87
|
+
"httpAgentOptions": {
|
|
88
|
+
"keepAlive": true
|
|
89
|
+
},
|
|
90
|
+
"logging": false,
|
|
91
|
+
"compiler": {},
|
|
92
|
+
"expireTime": 31536000,
|
|
93
|
+
"staticPageGenerationTimeout": 60,
|
|
94
|
+
"output": "standalone",
|
|
95
|
+
"modularizeImports": {
|
|
96
|
+
"@mui/icons-material": {
|
|
97
|
+
"transform": "@mui/icons-material/{{member}}"
|
|
98
|
+
},
|
|
99
|
+
"lodash": {
|
|
100
|
+
"transform": "lodash/{{member}}"
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"outputFileTracingRoot": "/home/runner/work/hindsight/hindsight",
|
|
104
|
+
"cacheComponents": false,
|
|
105
|
+
"cacheLife": {
|
|
106
|
+
"default": {
|
|
107
|
+
"stale": 300,
|
|
108
|
+
"revalidate": 900,
|
|
109
|
+
"expire": 4294967294
|
|
110
|
+
},
|
|
111
|
+
"seconds": {
|
|
112
|
+
"stale": 30,
|
|
113
|
+
"revalidate": 1,
|
|
114
|
+
"expire": 60
|
|
115
|
+
},
|
|
116
|
+
"minutes": {
|
|
117
|
+
"stale": 300,
|
|
118
|
+
"revalidate": 60,
|
|
119
|
+
"expire": 3600
|
|
120
|
+
},
|
|
121
|
+
"hours": {
|
|
122
|
+
"stale": 300,
|
|
123
|
+
"revalidate": 3600,
|
|
124
|
+
"expire": 86400
|
|
125
|
+
},
|
|
126
|
+
"days": {
|
|
127
|
+
"stale": 300,
|
|
128
|
+
"revalidate": 86400,
|
|
129
|
+
"expire": 604800
|
|
130
|
+
},
|
|
131
|
+
"weeks": {
|
|
132
|
+
"stale": 300,
|
|
133
|
+
"revalidate": 604800,
|
|
134
|
+
"expire": 2592000
|
|
135
|
+
},
|
|
136
|
+
"max": {
|
|
137
|
+
"stale": 300,
|
|
138
|
+
"revalidate": 2592000,
|
|
139
|
+
"expire": 31536000
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
"cacheHandlers": {},
|
|
143
|
+
"experimental": {
|
|
144
|
+
"useSkewCookie": false,
|
|
145
|
+
"cssChunking": true,
|
|
146
|
+
"multiZoneDraftMode": false,
|
|
147
|
+
"appNavFailHandling": false,
|
|
148
|
+
"prerenderEarlyExit": true,
|
|
149
|
+
"serverMinification": true,
|
|
150
|
+
"serverSourceMaps": false,
|
|
151
|
+
"linkNoTouchStart": false,
|
|
152
|
+
"caseSensitiveRoutes": false,
|
|
153
|
+
"dynamicOnHover": false,
|
|
154
|
+
"preloadEntriesOnStart": true,
|
|
155
|
+
"clientRouterFilter": true,
|
|
156
|
+
"clientRouterFilterRedirects": false,
|
|
157
|
+
"fetchCacheKeyPrefix": "",
|
|
158
|
+
"proxyPrefetch": "flexible",
|
|
159
|
+
"optimisticClientCache": true,
|
|
160
|
+
"manualClientBasePath": false,
|
|
161
|
+
"cpus": 3,
|
|
162
|
+
"memoryBasedWorkersCount": false,
|
|
163
|
+
"imgOptConcurrency": null,
|
|
164
|
+
"imgOptTimeoutInSeconds": 7,
|
|
165
|
+
"imgOptMaxInputPixels": 268402689,
|
|
166
|
+
"imgOptSequentialRead": null,
|
|
167
|
+
"imgOptSkipMetadata": null,
|
|
168
|
+
"isrFlushToDisk": true,
|
|
169
|
+
"workerThreads": false,
|
|
170
|
+
"optimizeCss": false,
|
|
171
|
+
"nextScriptWorkers": false,
|
|
172
|
+
"scrollRestoration": false,
|
|
173
|
+
"externalDir": false,
|
|
174
|
+
"disableOptimizedLoading": false,
|
|
175
|
+
"gzipSize": true,
|
|
176
|
+
"craCompat": false,
|
|
177
|
+
"esmExternals": true,
|
|
178
|
+
"fullySpecified": false,
|
|
179
|
+
"swcTraceProfiling": false,
|
|
180
|
+
"forceSwcTransforms": false,
|
|
181
|
+
"largePageDataBytes": 128000,
|
|
182
|
+
"typedEnv": false,
|
|
183
|
+
"parallelServerCompiles": false,
|
|
184
|
+
"parallelServerBuildTraces": false,
|
|
185
|
+
"ppr": false,
|
|
186
|
+
"authInterrupts": false,
|
|
187
|
+
"webpackMemoryOptimizations": false,
|
|
188
|
+
"optimizeServerReact": true,
|
|
189
|
+
"viewTransition": false,
|
|
190
|
+
"removeUncaughtErrorAndRejectionListeners": false,
|
|
191
|
+
"validateRSCRequestHeaders": false,
|
|
192
|
+
"staleTimes": {
|
|
193
|
+
"dynamic": 0,
|
|
194
|
+
"static": 300
|
|
195
|
+
},
|
|
196
|
+
"reactDebugChannel": false,
|
|
197
|
+
"serverComponentsHmrCache": true,
|
|
198
|
+
"staticGenerationMaxConcurrency": 8,
|
|
199
|
+
"staticGenerationMinPagesPerWorker": 25,
|
|
200
|
+
"inlineCss": false,
|
|
201
|
+
"useCache": false,
|
|
202
|
+
"globalNotFound": false,
|
|
203
|
+
"browserDebugInfoInTerminal": false,
|
|
204
|
+
"lockDistDir": true,
|
|
205
|
+
"isolatedDevBuild": true,
|
|
206
|
+
"proxyClientMaxBodySize": 10485760,
|
|
207
|
+
"hideLogsAfterAbort": false,
|
|
208
|
+
"mcpServer": true,
|
|
209
|
+
"optimizePackageImports": [
|
|
210
|
+
"lucide-react",
|
|
211
|
+
"date-fns",
|
|
212
|
+
"lodash-es",
|
|
213
|
+
"ramda",
|
|
214
|
+
"antd",
|
|
215
|
+
"react-bootstrap",
|
|
216
|
+
"ahooks",
|
|
217
|
+
"@ant-design/icons",
|
|
218
|
+
"@headlessui/react",
|
|
219
|
+
"@headlessui-float/react",
|
|
220
|
+
"@heroicons/react/20/solid",
|
|
221
|
+
"@heroicons/react/24/solid",
|
|
222
|
+
"@heroicons/react/24/outline",
|
|
223
|
+
"@visx/visx",
|
|
224
|
+
"@tremor/react",
|
|
225
|
+
"rxjs",
|
|
226
|
+
"@mui/material",
|
|
227
|
+
"@mui/icons-material",
|
|
228
|
+
"recharts",
|
|
229
|
+
"react-use",
|
|
230
|
+
"effect",
|
|
231
|
+
"@effect/schema",
|
|
232
|
+
"@effect/platform",
|
|
233
|
+
"@effect/platform-node",
|
|
234
|
+
"@effect/platform-browser",
|
|
235
|
+
"@effect/platform-bun",
|
|
236
|
+
"@effect/sql",
|
|
237
|
+
"@effect/sql-mssql",
|
|
238
|
+
"@effect/sql-mysql2",
|
|
239
|
+
"@effect/sql-pg",
|
|
240
|
+
"@effect/sql-sqlite-node",
|
|
241
|
+
"@effect/sql-sqlite-bun",
|
|
242
|
+
"@effect/sql-sqlite-wasm",
|
|
243
|
+
"@effect/sql-sqlite-react-native",
|
|
244
|
+
"@effect/rpc",
|
|
245
|
+
"@effect/rpc-http",
|
|
246
|
+
"@effect/typeclass",
|
|
247
|
+
"@effect/experimental",
|
|
248
|
+
"@effect/opentelemetry",
|
|
249
|
+
"@material-ui/core",
|
|
250
|
+
"@material-ui/icons",
|
|
251
|
+
"@tabler/icons-react",
|
|
252
|
+
"mui-core",
|
|
253
|
+
"react-icons/ai",
|
|
254
|
+
"react-icons/bi",
|
|
255
|
+
"react-icons/bs",
|
|
256
|
+
"react-icons/cg",
|
|
257
|
+
"react-icons/ci",
|
|
258
|
+
"react-icons/di",
|
|
259
|
+
"react-icons/fa",
|
|
260
|
+
"react-icons/fa6",
|
|
261
|
+
"react-icons/fc",
|
|
262
|
+
"react-icons/fi",
|
|
263
|
+
"react-icons/gi",
|
|
264
|
+
"react-icons/go",
|
|
265
|
+
"react-icons/gr",
|
|
266
|
+
"react-icons/hi",
|
|
267
|
+
"react-icons/hi2",
|
|
268
|
+
"react-icons/im",
|
|
269
|
+
"react-icons/io",
|
|
270
|
+
"react-icons/io5",
|
|
271
|
+
"react-icons/lia",
|
|
272
|
+
"react-icons/lib",
|
|
273
|
+
"react-icons/lu",
|
|
274
|
+
"react-icons/md",
|
|
275
|
+
"react-icons/pi",
|
|
276
|
+
"react-icons/ri",
|
|
277
|
+
"react-icons/rx",
|
|
278
|
+
"react-icons/si",
|
|
279
|
+
"react-icons/sl",
|
|
280
|
+
"react-icons/tb",
|
|
281
|
+
"react-icons/tfi",
|
|
282
|
+
"react-icons/ti",
|
|
283
|
+
"react-icons/vsc",
|
|
284
|
+
"react-icons/wi"
|
|
285
|
+
],
|
|
286
|
+
"trustHostHeader": false,
|
|
287
|
+
"isExperimentalCompile": false
|
|
288
|
+
},
|
|
289
|
+
"htmlLimitedBots": "[\\w-]+-Google|Google-[\\w-]+|Chrome-Lighthouse|Slurp|DuckDuckBot|baiduspider|yandex|sogou|bitlybot|tumblr|vkShare|quora link preview|redditbot|ia_archiver|Bingbot|BingPreview|applebot|facebookexternalhit|facebookcatalog|Twitterbot|LinkedInBot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|Yeti|googleweblight",
|
|
290
|
+
"bundlePagesRouterDependencies": false,
|
|
291
|
+
"configFileName": "next.config.ts",
|
|
292
|
+
"turbopack": {
|
|
293
|
+
"root": "/home/runner/work/hindsight/hindsight"
|
|
294
|
+
},
|
|
295
|
+
"distDirRoot": ".next"
|
|
296
|
+
},
|
|
297
|
+
"appDir": "/home/runner/work/hindsight/hindsight/hindsight-control-plane",
|
|
298
|
+
"relativeAppDir": "hindsight-control-plane",
|
|
299
|
+
"files": [
|
|
300
|
+
".next/routes-manifest.json",
|
|
301
|
+
".next/server/pages-manifest.json",
|
|
302
|
+
".next/build-manifest.json",
|
|
303
|
+
".next/prerender-manifest.json",
|
|
304
|
+
".next/server/functions-config-manifest.json",
|
|
305
|
+
".next/server/middleware-manifest.json",
|
|
306
|
+
".next/server/middleware-build-manifest.js",
|
|
307
|
+
".next/server/app-paths-manifest.json",
|
|
308
|
+
".next/app-path-routes-manifest.json",
|
|
309
|
+
".next/server/server-reference-manifest.js",
|
|
310
|
+
".next/server/server-reference-manifest.json",
|
|
311
|
+
".next/BUILD_ID",
|
|
312
|
+
".next/server/next-font-manifest.js",
|
|
313
|
+
".next/server/next-font-manifest.json",
|
|
314
|
+
".next/required-server-files.json"
|
|
315
|
+
],
|
|
316
|
+
"ignore": []
|
|
317
|
+
}
|