-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove engine #1755
Remove engine #1755
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
✅ No documentation updates required.
After reviewing these pages, I can see that:
Let me check if there are any other pages that might need updates by searching for "engine" in the doc tree. Looking at the results, I see that we need to:
No other documentation changes appear to be necessary, as the engine abstraction seems to have been an implementation detail that wasn't heavily documented outside of its own page. The main functionality (storage and vector operations) is still available through direct implementations. I'll respond to the user with this analysis. The PR removes the "engine" feature from Mastra, which was an abstraction layer over PostgreSQL-based storage for agent memory and vector operations. This change appears to be a simplification of the architecture, where these features are now handled directly through storage and vector store implementations rather than through the engine abstraction. The only documentation change needed is the removal of the engine.mdx page and its entry in _meta.ts, which is already being handled in the PR. No other documentation updates are necessary since:
The core functionality (storage and vector operations) remains available through direct implementations, so this appears to be primarily an internal architectural change that simplifies the codebase. |
Braintrust eval reportNo experiments to report |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@vercel/analytics@1.4.1, npm/framer-motion@11.18.2, npm/jsdom@25.0.1, npm/vite@6.0.11, npm/vitest@2.1.8 |
Braintrust eval reportNo experiments to report |
No description provided.