Engineering Updates/Discussion #44
Replies: 2 comments
-
Migration GuideRenaming MapGPT to QCX.renaming our main repository from MapGPT to QCX due to the expansion of services in automation and the growing amount of repositories with similar names. Migration from NextJs AI-SDK-UI Technical ReasonsPlatform complexity and Scale: Decoupling agentic workflows from user interfaces and application code is key to scaling platform utility hence enabling developers to build, test and debug the application code and agentic workflows separately for increasingly complicated multi-agent architectures. This feature is currently not supported with NextJs AI-SDK hence our migration to langchain agent Chat UI. Agent Chat UI: Migration Tasks:When porting UI features from Next.js AI SDK (which likely uses React with TypeScript) to a Vite + React environment, JSX and TypeScript are mostly interchangeable because both environments support them. However, there are a few considerations: FeaturesMapGPT features porting onto QCX Infrastructure and CI/CDVercel fully supports CI/CD (Continuous Integration and Continuous Deployment) for Vite + React projects. Automatic Build and Deployment:Vercel automatically detects Vite as the build tool and sets the correct build command (vite build) and output directory (dist). Vercel deploys your Vite + React app to its global edge network, ensuring fast performance and low latency for users worldwide. Vercel can work alongside other CI tools (like GitHub Actions) for additional testing or linting steps before deploying. |
Beta Was this translation helpful? Give feedback.
-
|
This will apply to the Pro and Enterprise Tiers. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Space to discuss ideas.
Beta Was this translation helpful? Give feedback.
All reactions