You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Implement control-plane preset and node entry point
- Added control-plane preset in `control-plane-preset.ts` to manage plugins for the shared server's control plane.
- Introduced a Node.js entry point in `node-entry.ts` for local development and deployments, utilizing the existing Hono app.
- Created documentation for cloud deployment and multi-project configurations in `cloud-deployment.mdx`.
- Established ADR-0004 to detail the architecture for cloud control plane and per-project kernels.
- Developed a kernel manager in `kernel-manager.ts` to handle per-project kernel instances with LRU and TTL caching.
- Implemented a project kernel factory in `project-kernel-factory.ts` to create project-specific kernels with appropriate drivers and plugins.
- Added tests for the kernel manager to ensure proper caching, eviction, and error handling.
0 commit comments