-
Notifications
You must be signed in to change notification settings - Fork 1
Project structure
Vivek Raman edited this page Feb 12, 2026
·
2 revisions
-
./editor-cli/- Contains the FastAPI server that hosts all of the logic related to config, chat, and project management. -
./editor-gui/- Hosts the user interface powered by Tauri that invokes the server to perform actions. -
./Makefile- Contains command aliases for improved development experience. -
./build.py- Defines the build pipeline outlined in Architecture.