nodal-agents 0.1.6 → 0.2.0
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 +219 -211
- package/cli.js +6 -0
- package/migrations/0019_agents_position.sql +16 -0
- package/migrations/meta/0009_snapshot.json +4454 -4712
- package/migrations/meta/0010_snapshot.json +4460 -4718
- package/migrations/meta/_journal.json +146 -139
- package/package.json +1 -1
- package/runner.js +900 -74
- package/web/.next/BUILD_ID +1 -1
- package/web/.next/app-path-routes-manifest.json +6 -5
- package/web/.next/build-manifest.json +6 -6
- package/web/.next/prerender-manifest.json +3 -27
- package/web/.next/react-loadable-manifest.json +4 -4
- package/web/.next/routes-manifest.json +9 -3
- package/web/.next/server/app/(dashboard)/agents/[id]/edit/page.js +2 -2
- package/web/.next/server/app/(dashboard)/agents/[id]/edit/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/agents/[id]/edit/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/agents/[id]/telegram/page.js +2 -2
- package/web/.next/server/app/(dashboard)/agents/[id]/telegram/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/agents/[id]/telegram/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/agents/page.js +2 -2
- package/web/.next/server/app/(dashboard)/agents/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/agents/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/approvals/page.js +2 -2
- package/web/.next/server/app/(dashboard)/approvals/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/approvals/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/automations/page.js +2 -2
- package/web/.next/server/app/(dashboard)/automations/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/automations/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/billing/page.js +2 -2
- package/web/.next/server/app/(dashboard)/billing/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/billing/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/connectors/page.js +2 -2
- package/web/.next/server/app/(dashboard)/connectors/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/connectors/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/credentials/page.js +2 -2
- package/web/.next/server/app/(dashboard)/credentials/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/credentials/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/jobs/[id]/page.js +2 -2
- package/web/.next/server/app/(dashboard)/jobs/[id]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/jobs/[id]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/jobs/page.js +2 -2
- package/web/.next/server/app/(dashboard)/jobs/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/jobs/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/llm-providers/page.js +2 -0
- package/web/.next/server/app/(dashboard)/{stats → llm-providers}/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/llm-providers/page_client-reference-manifest.js +1 -0
- package/web/.next/server/app/(dashboard)/logs/page.js +2 -2
- package/web/.next/server/app/(dashboard)/logs/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/logs/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/mcp/page.js +2 -2
- package/web/.next/server/app/(dashboard)/mcp/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/mcp/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/memories/page.js +2 -2
- package/web/.next/server/app/(dashboard)/memories/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/memories/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/page.js +4 -0
- package/web/.next/server/app/(dashboard)/page.js.nft.json +1 -0
- package/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -0
- package/web/.next/server/app/(dashboard)/settings/page.js +2 -2
- package/web/.next/server/app/(dashboard)/settings/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/settings/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/skills/[id]/edit/page.js +2 -2
- package/web/.next/server/app/(dashboard)/skills/[id]/edit/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/skills/[id]/edit/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/skills/new/page.js +547 -0
- package/web/.next/server/app/(dashboard)/skills/new/page.js.nft.json +1 -0
- package/web/.next/server/app/(dashboard)/skills/new/page_client-reference-manifest.js +1 -0
- package/web/.next/server/app/(dashboard)/skills/page.js +2 -2
- package/web/.next/server/app/(dashboard)/skills/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/skills/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/_global-error/page.js +3 -3
- package/web/.next/server/app/_global-error/page.js.nft.json +1 -1
- package/web/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/_global-error.html +1 -1
- package/web/.next/server/app/_global-error.rsc +9 -9
- package/web/.next/server/app/_global-error.segments/_full.segment.rsc +9 -9
- package/web/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +2 -2
- package/web/.next/server/app/_global-error.segments/_global-error.segment.rsc +3 -3
- package/web/.next/server/app/_global-error.segments/_head.segment.rsc +3 -3
- package/web/.next/server/app/_global-error.segments/_index.segment.rsc +5 -5
- package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/web/.next/server/app/_not-found/page.js +2 -2
- package/web/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/_not-found.html +1 -1
- package/web/.next/server/app/_not-found.rsc +10 -10
- package/web/.next/server/app/_not-found.segments/_full.segment.rsc +10 -10
- package/web/.next/server/app/_not-found.segments/_head.segment.rsc +3 -3
- package/web/.next/server/app/_not-found.segments/_index.segment.rsc +6 -6
- package/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +3 -3
- package/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
- package/web/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/web/.next/server/app/api/auth/[...all]/route.js +1 -1
- package/web/.next/server/app/api/auth/[...all]/route.js.nft.json +1 -1
- package/web/.next/server/app/api/health/route.js +1 -1
- package/web/.next/server/app/api/health/route.js.nft.json +1 -1
- package/web/.next/server/app/api/oauth/[provider]/callback/route.js +1 -1
- package/web/.next/server/app/api/oauth/[provider]/callback/route.js.nft.json +1 -1
- package/web/.next/server/app/api/oauth/[provider]/start/route.js +1 -1
- package/web/.next/server/app/api/oauth/[provider]/start/route.js.nft.json +1 -1
- package/web/.next/server/app/auth/callback/route.js +1 -1
- package/web/.next/server/app/auth/callback/route.js.nft.json +1 -1
- package/web/.next/server/app/login/page.js +2 -2
- package/web/.next/server/app/login/page.js.nft.json +1 -1
- package/web/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/onboarding/page.js +2 -2
- package/web/.next/server/app/onboarding/page.js.nft.json +1 -1
- package/web/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/onboarding.html +1 -1
- package/web/.next/server/app/onboarding.rsc +10 -10
- package/web/.next/server/app/onboarding.segments/_full.segment.rsc +10 -10
- package/web/.next/server/app/onboarding.segments/_head.segment.rsc +3 -3
- package/web/.next/server/app/onboarding.segments/_index.segment.rsc +6 -6
- package/web/.next/server/app/onboarding.segments/_tree.segment.rsc +2 -2
- package/web/.next/server/app/onboarding.segments/onboarding/__PAGE__.segment.rsc +2 -2
- package/web/.next/server/app/onboarding.segments/onboarding.segment.rsc +3 -3
- package/web/.next/server/app-paths-manifest.json +6 -5
- package/web/.next/server/chunks/1006.js +1 -0
- package/web/.next/server/chunks/1985.js +1 -0
- package/web/.next/server/chunks/234.js +1 -0
- package/web/.next/server/chunks/2385.js +1 -0
- package/web/.next/server/chunks/2422.js +1 -0
- package/web/.next/server/chunks/2734.js +1 -0
- package/web/.next/server/chunks/{159.js → 3159.js} +1 -1
- package/web/.next/server/chunks/3455.js +1 -0
- package/web/.next/server/chunks/3771.js +1 -0
- package/web/.next/server/chunks/3938.js +1 -0
- package/web/.next/server/chunks/414.js +16 -0
- package/web/.next/server/chunks/4242.js +3 -0
- package/web/.next/server/chunks/4574.js +1 -0
- package/web/.next/server/chunks/{674.js → 4674.js} +1 -1
- package/web/.next/server/chunks/5449.js +1 -0
- package/web/.next/server/chunks/5616.js +25 -0
- package/web/.next/server/chunks/6128.js +1 -0
- package/web/.next/server/chunks/6402.js +1 -0
- package/web/.next/server/chunks/6595.js +1 -0
- package/web/.next/server/chunks/6697.js +1 -0
- package/web/.next/server/chunks/6764.js +1 -0
- package/web/.next/server/chunks/7741.js +1 -0
- package/web/.next/server/chunks/{826.js → 7826.js} +3 -3
- package/web/.next/server/chunks/{437.js → 8437.js} +1 -1
- package/web/.next/server/chunks/8464.js +2 -0
- package/web/.next/server/chunks/9323.js +1 -0
- package/web/.next/server/chunks/9327.js +1 -0
- package/web/.next/server/chunks/9427.js +1 -0
- package/web/.next/server/middleware-build-manifest.js +1 -1
- package/web/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/web/.next/server/middleware.js +1 -1
- package/web/.next/server/pages/404.html +1 -1
- package/web/.next/server/pages/500.html +1 -1
- package/web/.next/server/server-reference-manifest.js +1 -1
- package/web/.next/server/server-reference-manifest.json +1 -1
- package/web/.next/server/webpack-runtime.js +1 -1
- package/web/.next/static/be4PVOMd_EIWn1rY3m-Q2/_buildManifest.js +1 -0
- package/web/.next/static/chunks/1165-ec573be2aa63710b.js +1 -0
- package/web/.next/static/chunks/269-dc034ed29e6c72ee.js +1 -0
- package/web/.next/static/chunks/3363-1c6e608bcc76c1b2.js +1 -0
- package/web/.next/static/chunks/3422-9078c04bb8df8ce5.js +1 -0
- package/web/.next/static/chunks/5365-f17cb5257d2e5cd5.js +1 -0
- package/web/.next/static/chunks/6118-c6a8b66d0a3e446c.js +1 -0
- package/web/.next/static/chunks/6522-3f865de55adb618d.js +1 -0
- package/web/.next/static/chunks/6679-7c76034b83edeb06.js +1 -0
- package/web/.next/static/chunks/7203.ac8819bafd435ace.js +1 -0
- package/web/.next/static/chunks/8724-fb5a98d16bfbb929.js +32 -0
- package/web/.next/static/chunks/9060-df7c0c4c6fa27737.js +3 -0
- package/web/.next/static/chunks/9167-12a4a42d1a7d7db5.js +1 -0
- package/web/.next/static/chunks/9174.9c4f1a29aafd1fa5.js +1 -0
- package/web/.next/static/chunks/921-f437093debcddbb3.js +1 -0
- package/web/.next/static/chunks/9457-a94614afa0c2954c.js +1 -0
- package/web/.next/static/chunks/9504-1585634fb05dc985.js +1 -0
- package/web/.next/static/chunks/a7a8b010-58892db2f7d6ed53.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/agents/[id]/edit/page-faaf5d7084db1fbc.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/agents/[id]/telegram/page-8f2ca5f7fb70eab4.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/agents/page-9f2c2130d2f4de95.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/approvals/page-78f89fc75e0098e3.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/automations/page-7f71b6201decf4e5.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/billing/page-76a720d27d6fdb88.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/connectors/page-cd7ee7dd1458ae47.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/credentials/page-73d252ca88f194f1.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/jobs/[id]/page-1740cbacc93cb4ac.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/jobs/page-d340869dc040dc5d.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/layout-c63442ae0b085dcc.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/llm-providers/page-2f472dc5ade5697f.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/logs/page-34e669d9863bdd6e.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/mcp/page-1b2bf2315b3b213e.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/memories/page-1e537215e80cb0c3.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/page-fe750fe3304e8025.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/settings/page-499e32816fa8881b.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/skills/[id]/edit/page-6a4102dd95d3a6e1.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/skills/new/page-ca70dd7b9f24b76b.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/skills/page-a6736503d29a2f1c.js +1 -0
- package/web/.next/static/chunks/app/_global-error/page-b16f4d41d1aefd57.js +1 -0
- package/web/.next/static/chunks/app/_not-found/page-b16f4d41d1aefd57.js +1 -0
- package/web/.next/static/chunks/app/api/auth/[...all]/route-b16f4d41d1aefd57.js +1 -0
- package/web/.next/static/chunks/app/api/health/route-b16f4d41d1aefd57.js +1 -0
- package/web/.next/static/chunks/app/api/oauth/[provider]/callback/route-b16f4d41d1aefd57.js +1 -0
- package/web/.next/static/chunks/app/api/oauth/[provider]/start/route-b16f4d41d1aefd57.js +1 -0
- package/web/.next/static/chunks/app/auth/callback/route-b16f4d41d1aefd57.js +1 -0
- package/web/.next/static/chunks/app/error-61e58aa304e1b34e.js +1 -0
- package/web/.next/static/chunks/app/layout-34fff1f3e126d020.js +1 -0
- package/web/.next/static/chunks/app/login/page-a6993d175f94d322.js +1 -0
- package/web/.next/static/chunks/app/not-found-76a720d27d6fdb88.js +1 -0
- package/web/.next/static/chunks/app/onboarding/page-b16f4d41d1aefd57.js +1 -0
- package/web/.next/static/chunks/framework-bd27525cfbef7e2f.js +1 -0
- package/web/.next/static/chunks/main-app-7c3f773b984d0067.js +1 -0
- package/web/.next/static/chunks/main-c2542346b2c9d502.js +5 -0
- package/web/.next/static/chunks/next/dist/client/components/builtin/app-error-b16f4d41d1aefd57.js +1 -0
- package/web/.next/static/chunks/next/dist/client/components/builtin/forbidden-b16f4d41d1aefd57.js +1 -0
- package/web/.next/static/chunks/next/dist/client/components/builtin/global-error-af395c2c47310b14.js +1 -0
- package/web/.next/static/chunks/next/dist/client/components/builtin/unauthorized-b16f4d41d1aefd57.js +1 -0
- package/web/.next/static/chunks/{webpack-821bd0359b891822.js → webpack-3741bf0a7636d65e.js} +1 -1
- package/web/.next/static/css/a161c147ca3606b3.css +3 -0
- package/web/.next/static/media/19cfc7226ec3afaa-s.woff2 +0 -0
- package/web/.next/static/media/21350d82a1f187e9-s.woff2 +0 -0
- package/web/.next/static/media/558ca1a6aa3cb55e-s.p.woff2 +0 -0
- package/web/.next/static/media/64d784ea54a4acde-s.woff2 +0 -0
- package/web/.next/static/media/6d831b18ae5b01dc-s.woff2 +0 -0
- package/web/.next/static/media/8e9860b6e62d6359-s.woff2 +0 -0
- package/web/.next/static/media/ac0e76ddaeeb7981-s.woff2 +0 -0
- package/web/.next/static/media/ba9851c3c22cd980-s.woff2 +0 -0
- package/web/.next/static/media/c5fe6dc8356a8c31-s.woff2 +0 -0
- package/web/.next/static/media/df0a9ae256c0569c-s.woff2 +0 -0
- package/web/.next/static/media/e4af272ccee01ff0-s.p.woff2 +0 -0
- package/web/.next/static/media/edc640959b0c7826-s.woff2 +0 -0
- package/web/.next/static/media/ff71da380fbe67dd-s.woff2 +0 -0
- package/web/public/avatars/avatar-01.png +0 -0
- package/web/public/avatars/avatar-02.png +0 -0
- package/web/public/avatars/avatar-03.png +0 -0
- package/web/public/avatars/avatar-04.png +0 -0
- package/web/public/avatars/avatar-05.png +0 -0
- package/web/public/avatars/avatar-06.png +0 -0
- package/web/public/avatars/avatar-07.png +0 -0
- package/web/public/avatars/avatar-08.png +0 -0
- package/web/public/avatars/avatar-09.png +0 -0
- package/web/public/avatars/avatar-10.png +0 -0
- package/web/public/avatars/avatar-11.png +0 -0
- package/web/public/avatars/avatar-12.png +0 -0
- package/web/public/avatars/avatar-13.png +0 -0
- package/web/public/avatars/avatar-14.png +0 -0
- package/web/public/avatars/avatar-15.png +0 -0
- package/web/public/avatars/avatar-16.png +0 -0
- package/web/public/avatars/avatar-17.png +0 -0
- package/web/public/avatars/avatar-18.png +0 -0
- package/web/public/avatars/avatar-19.png +0 -0
- package/web/public/avatars/avatar-20.png +0 -0
- package/web/public/avatars/avatar-21.png +0 -0
- package/web/public/avatars/avatar-22.png +0 -0
- package/web/public/avatars/avatar-23.png +0 -0
- package/web/public/avatars/avatar-24.png +0 -0
- package/web/public/avatars/avatar-25.png +0 -0
- package/web/public/avatars/avatar-26.png +0 -0
- package/web/public/avatars/avatar-27.png +0 -0
- package/web/public/avatars/avatar-28.png +0 -0
- package/web/public/avatars/avatar-29.png +0 -0
- package/web/public/avatars/avatar-30.png +0 -0
- package/web/public/avatars/avatar-31.png +0 -0
- package/web/public/avatars/avatar-32.png +0 -0
- package/web/public/avatars/avatar-33.png +0 -0
- package/web/public/avatars/avatar-34.png +0 -0
- package/web/public/avatars/avatar-35.png +0 -0
- package/web/public/avatars/avatar-36.png +0 -0
- package/web/public/avatars/avatar-37.png +0 -0
- package/web/public/avatars/avatar-38.png +0 -0
- package/web/public/avatars/avatar-39.png +0 -0
- package/web/public/avatars/avatar-40.png +0 -0
- package/web/public/avatars/avatar-41.png +0 -0
- package/web/public/avatars/avatar-42.png +0 -0
- package/web/.next/server/app/(dashboard)/stats/page.js +0 -2
- package/web/.next/server/app/(dashboard)/stats/page_client-reference-manifest.js +0 -1
- package/web/.next/server/app/index.html +0 -1
- package/web/.next/server/app/index.meta +0 -16
- package/web/.next/server/app/index.rsc +0 -16
- package/web/.next/server/app/index.segments/__PAGE__.segment.rsc +0 -6
- package/web/.next/server/app/index.segments/_full.segment.rsc +0 -16
- package/web/.next/server/app/index.segments/_head.segment.rsc +0 -5
- package/web/.next/server/app/index.segments/_index.segment.rsc +0 -7
- package/web/.next/server/app/index.segments/_tree.segment.rsc +0 -2
- package/web/.next/server/app/page.js +0 -2
- package/web/.next/server/app/page.js.nft.json +0 -1
- package/web/.next/server/app/page_client-reference-manifest.js +0 -1
- package/web/.next/server/chunks/128.js +0 -1
- package/web/.next/server/chunks/134.js +0 -1
- package/web/.next/server/chunks/145.js +0 -1
- package/web/.next/server/chunks/184.js +0 -2
- package/web/.next/server/chunks/352.js +0 -16
- package/web/.next/server/chunks/402.js +0 -1
- package/web/.next/server/chunks/422.js +0 -1
- package/web/.next/server/chunks/449.js +0 -1
- package/web/.next/server/chunks/464.js +0 -2
- package/web/.next/server/chunks/574.js +0 -1
- package/web/.next/server/chunks/6.js +0 -1
- package/web/.next/server/chunks/631.js +0 -12
- package/web/.next/server/chunks/676.js +0 -1
- package/web/.next/server/chunks/697.js +0 -1
- package/web/.next/server/chunks/764.js +0 -1
- package/web/.next/server/chunks/807.js +0 -1
- package/web/.next/server/chunks/938.js +0 -1
- package/web/.next/static/1HpaEqSrARPvyPllAmQtF/_buildManifest.js +0 -1
- package/web/.next/static/chunks/1045-82c87c31d5a8f54b.js +0 -1
- package/web/.next/static/chunks/2186-88c3d89f10bc57c3.js +0 -1
- package/web/.next/static/chunks/3363-613d9ccc7fe8a233.js +0 -1
- package/web/.next/static/chunks/3426-ddba5bb6b1e3f0ee.js +0 -1
- package/web/.next/static/chunks/4678-5cbc08f56a4fb74d.js +0 -1
- package/web/.next/static/chunks/7203.f516c74ab9532e2b.js +0 -1
- package/web/.next/static/chunks/8724-68ad0e948ea9a1cd.js +0 -32
- package/web/.next/static/chunks/9174.9225c199db752381.js +0 -1
- package/web/.next/static/chunks/9504-9ba984747b116953.js +0 -1
- package/web/.next/static/chunks/a7a8b010-8a97df7bbea35b50.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/agents/[id]/edit/page-2c38c08bef6182ce.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/agents/[id]/telegram/page-9ddc8c77a1ec33df.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/agents/page-567400cb256c565d.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/approvals/page-38f4fe347d505bff.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/automations/page-d8c09fb42eeeca4d.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/billing/page-736acdd0781484e6.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/connectors/page-63889db4bf76fe10.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/credentials/page-4867266b3111cdf6.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/jobs/[id]/page-285ef9a609cc1190.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/jobs/page-8b0b38b7651507ba.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/layout-5bf62b7b4daa56d5.js +0 -2
- package/web/.next/static/chunks/app/(dashboard)/logs/page-8e809e843e8a6f76.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/mcp/page-69f5cfd2e4f57677.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/memories/page-f4541a2f37851596.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/settings/page-95e9ff0349e579ef.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/skills/[id]/edit/page-a1a65f3cc8a9df31.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/skills/page-747e409f9f34cc3c.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/stats/page-9162acbb9015dd27.js +0 -1
- package/web/.next/static/chunks/app/_global-error/page-9162acbb9015dd27.js +0 -1
- package/web/.next/static/chunks/app/_not-found/page-9162acbb9015dd27.js +0 -1
- package/web/.next/static/chunks/app/api/auth/[...all]/route-9162acbb9015dd27.js +0 -1
- package/web/.next/static/chunks/app/api/health/route-9162acbb9015dd27.js +0 -1
- package/web/.next/static/chunks/app/api/oauth/[provider]/callback/route-9162acbb9015dd27.js +0 -1
- package/web/.next/static/chunks/app/api/oauth/[provider]/start/route-9162acbb9015dd27.js +0 -1
- package/web/.next/static/chunks/app/auth/callback/route-9162acbb9015dd27.js +0 -1
- package/web/.next/static/chunks/app/error-055d3c6a12b2b05a.js +0 -1
- package/web/.next/static/chunks/app/layout-c01e1c13a9f4e701.js +0 -1
- package/web/.next/static/chunks/app/login/page-a47d35197589a25b.js +0 -1
- package/web/.next/static/chunks/app/not-found-736acdd0781484e6.js +0 -1
- package/web/.next/static/chunks/app/onboarding/page-9162acbb9015dd27.js +0 -1
- package/web/.next/static/chunks/app/page-9162acbb9015dd27.js +0 -1
- package/web/.next/static/chunks/framework-dfbc3562811a52e8.js +0 -1
- package/web/.next/static/chunks/main-200183420347a1ea.js +0 -5
- package/web/.next/static/chunks/main-app-d81ba9a45427346e.js +0 -1
- package/web/.next/static/chunks/next/dist/client/components/builtin/app-error-9162acbb9015dd27.js +0 -1
- package/web/.next/static/chunks/next/dist/client/components/builtin/forbidden-9162acbb9015dd27.js +0 -1
- package/web/.next/static/chunks/next/dist/client/components/builtin/global-error-146c676c80b91e46.js +0 -1
- package/web/.next/static/chunks/next/dist/client/components/builtin/unauthorized-9162acbb9015dd27.js +0 -1
- package/web/.next/static/css/221ca0dcaf2fa31f.css +0 -1
- /package/web/.next/static/{1HpaEqSrARPvyPllAmQtF → be4PVOMd_EIWn1rY3m-Q2}/_ssgManifest.js +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.