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
9 changes: 0 additions & 9 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ E2E_STRIPE_WHSEC=
# web
RESEND_API_KEY=
GITHUB_SPONSORS_TOKEN=
MASTRA_CHAT_URL=http://localhost:4111/chat
MASTRA_CHAT_SECRET=

# docs agent
AI_GATEWAY_API_KEY=
AI_GATEWAY_MODEL=openai/gpt-5-mini
PAYKIT_DOCS_MCP_URL=http://localhost:3000/api/mcp
TURSO_DATABASE_URL=
TURSO_AUTH_TOKEN=

# demo
APP_URL=http://localhost:3000
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,10 @@ jobs:
- name: Build
run: pnpm build
env:
AI_GATEWAY_API_KEY: ci-build-placeholder
AI_GATEWAY_MODEL: openai/gpt-5.6-luna
APP_URL: https://example.invalid
AUTH_DATABASE_URL: postgresql://ci:ci@127.0.0.1:5432/ci
BETTER_AUTH_SECRET: ci-build-placeholder-not-for-runtime-0000000000000000
MASTRA_CHAT_SECRET: ci-build-placeholder-not-for-runtime-0000000000000000
MASTRA_CHAT_URL: https://example.invalid/chat
PAYKIT_DATABASE_URL: postgresql://ci:ci@127.0.0.1:5432/ci
PAYKIT_DOCS_MCP_URL: https://example.invalid/api/mcp
RESEND_API_KEY: ci-build-placeholder
STRIPE_SECRET_KEY: ci-build-placeholder
STRIPE_WEBHOOK_SECRET: ci-build-placeholder
Expand Down
7 changes: 0 additions & 7 deletions apps/docs-agent/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions apps/docs-agent/.mastra-project.json

This file was deleted.

33 changes: 0 additions & 33 deletions apps/docs-agent/package.json

This file was deleted.

34 changes: 0 additions & 34 deletions apps/docs-agent/src/env.ts

This file was deleted.

123 changes: 0 additions & 123 deletions apps/docs-agent/src/evals/cases.ts

This file was deleted.

85 changes: 0 additions & 85 deletions apps/docs-agent/src/evals/seed.ts

This file was deleted.

34 changes: 0 additions & 34 deletions apps/docs-agent/src/mastra/agents/__tests__/instructions.test.ts

This file was deleted.

29 changes: 0 additions & 29 deletions apps/docs-agent/src/mastra/agents/docs-agent.ts

This file was deleted.

Loading
Loading