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
Refactor the Jan business/backend logic to Cortex, a headless backend platform equivalent to OpenAI. The UI components (Desktop/Mobile/Web) should seamlessly integrate with Cortex endpoints, ensuring that server logics such as file system (FS) and process are decoupled from UI components.
Key results
Cortex serves as a headless backend platform, supporting multiple users and offering full equivalence to OpenAI.
Cortex can be deployed via npm repository or Kubernetes (k8s) / Docker.
There should be no strict external service dependencies; every integration should be injectable.
The Cortex Backend serves high-level business services and should be adaptable to new structure
Jan UI applications seamlessly interact with Cortex endpoints and can be readily scaled to multiple platforms.
Description
Refactor the Jan business/backend logic to Cortex, a headless backend platform equivalent to OpenAI. The UI components (Desktop/Mobile/Web) should seamlessly integrate with Cortex endpoints, ensuring that server logics such as file system (FS) and process are decoupled from UI components.
Key results
Subtasks
Out of scope:
The text was updated successfully, but these errors were encountered: