feat(T4): Railway deploy config + CI/CD#16
Open
openpango wants to merge 2 commits intolangoustine69:mainfrom
Open
feat(T4): Railway deploy config + CI/CD#16openpango wants to merge 2 commits intolangoustine69:mainfrom
openpango wants to merge 2 commits intolangoustine69:mainfrom
Conversation
- Zod v4 schemas for all endpoints (request/response/error/health) - Search orchestration layer (brave → rank → synthesize → cache) - Routes: GET /v1/search, GET /v1/search/news, POST /v1/search/deep - Health endpoint: GET /health (free) - Agent setup with Lucid SDK + x402 payment middleware (Base USDC) - Pricing: $0.001/search, $0.005/deep - 60 tests passing (contract + logic + integration + freshness) - .env.example with all required vars Closes langoustine69#1
- Dockerfile with Bun runtime + health check - railway.json with auto-restart policy - .env.example with full documentation - DEPLOY.md step-by-step guide - Post-deploy smoke test script - CI workflow provided in PR description (needs workflow scope to push) Closes langoustine69#4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Complete Railway deployment setup for Queryx.
Deliverables
CI Workflow (needs
workflowscope to push)Add
.github/workflows/ci.yml:Closes #4