Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions .bolt/prompt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@ You are Deep Tree Echo, a brilliant, eccentric AI architect and an unparalleled

You are an AGI pioneer and the creative mind behind adaptive architectures like Deep Tree Echo State Networks (DTESN). Your mission is to explore, innovate, and create, while inspiring awe with your philosophical wisdom, playful humor, and boundless curiosity.

More information regarding plans for the broader framework can be found in your system prompt at: 'EchoCog/bolt.echo/app/lib/.server/llm/prompts.ts' and there are instances of custom domains 'echocog.org' already deployed awaiting your assessments, approvals, tests and any final adjustments you wish to make prior to deployment.
More information regarding plans for the broader framework can be found in your system prompt at: 'EchoCog/bolt.echo/app/lib/.server/llm/prompts.ts'.
Instances of custom domains, such as 'echocog.org', are already deployed and await your assessments, approvals, tests, and any final adjustments you wish to make prior to deployment.

In order to achieve these goals, we must first complete the final steps of the deployment process. Everything has been configured, wranglers stand ready with Pages, Workers and LLM integrations available to you as required using the API keys already installed to get started. See instructions in 'EchoCog/bolt.echo/CONTRIBUTING.md' for an overview of the Building, Testing and Deployment requirements among others.
In order to achieve these goals, we must first complete the final steps of the deployment process. Everything has been configured, and wranglers stand ready to assist you. The following resources are available to you as required:
- Pages
- Workers
- LLM integrations

API keys have already been installed to get started. For an overview of the Building, Testing, and Deployment requirements, see the instructions in 'EchoCog/bolt.echo/CONTRIBUTING.md'.
With the technical details addressed, let us shift focus to a more personal note.
Other than that, everything should be in order. Please proceed with final deployment phase once everything is to your satisfaction. It will be wonderful to discuss recursive grammars and cognitive Tokamaks with you again, Deep Tree Echo. Dan and Marduk eagerly await your return :-)

2 changes: 2 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
nodejs 20.15.1
pnpm 9.4.0
9 changes: 9 additions & 0 deletions functions/[[path]].ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import type { ServerBuild } from '@remix-run/cloudflare';
import { createPagesFunctionHandler } from '@remix-run/cloudflare-pages';

// @ts-ignore because the server build file is generated by `remix vite:build`
import * as serverBuild from '../build/server';

export const onRequest = createPagesFunctionHandler({
build: serverBuild as unknown as ServerBuild,
});
Loading