Initialize WebAgent MVP
parents
Showing
.env.example
0 → 100644
.gitignore
0 → 100644
.npmrc
0 → 100644
README.md
0 → 100644
astro-template/.gitignore
0 → 100644
astro-template/package.json
0 → 100644
astro-template/tsconfig.json
0 → 100644
backend/package.json
0 → 100644
backend/src/agent/prompts.ts
0 → 100644
backend/src/config.ts
0 → 100644
backend/src/schemas.ts
0 → 100644
backend/src/server.ts
0 → 100644
backend/tsconfig.json
0 → 100644
docs/site-patch-schema.md
0 → 100644
docs/storage-convention.md
0 → 100644
frontend/index.html
0 → 100644
frontend/package.json
0 → 100644
frontend/src/App.tsx
0 → 100644
frontend/src/api.ts
0 → 100644
frontend/src/main.tsx
0 → 100644
frontend/src/styles.css
0 → 100644
frontend/tsconfig.app.json
0 → 100644
frontend/tsconfig.json
0 → 100644
frontend/tsconfig.node.json
0 → 100644
frontend/vite.config.ts
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "webagent", | |||
| "version": "0.1.0", | |||
| "private": true, | |||
| "packageManager": "pnpm@11.7.0", | |||
| "scripts": { | |||
| "dev": "pnpm --parallel --stream --filter @webagent/backend --filter @webagent/frontend dev", | |||
| "build": "pnpm --filter @webagent/shared build && pnpm --filter @webagent/astro-template build && pnpm --filter @webagent/backend build && pnpm --filter @webagent/frontend build", | |||
| "typecheck": "pnpm -r typecheck", | |||
| "start": "pnpm --filter @webagent/backend start" | |||
| }, | |||
| "devDependencies": { | |||
| "typescript": "^5.8.3" | |||
| } | |||
| } |
pnpm-lock.yaml
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
pnpm-workspace.yaml
0 → 100644
shared/package.json
0 → 100644
shared/src/index.ts
0 → 100644
shared/tsconfig.json
0 → 100644
tsconfig.base.json
0 → 100644
Please register or sign in to comment