Commit 9993997
committed
Refactor project structure and implement core features for Agentic Terminal UI
- Removed the UI module from src/ui/mod.rs.
- Deleted test_api.rs as it is no longer needed.
- Created agentic-core crate with settings and theme modules.
- Implemented settings management with validation and default values.
- Developed a comprehensive theme system using Everforest variants.
- Established agentic-tui crate with main application logic and UI components.
- Integrated terminal initialization and restoration functions.
- Created modular UI components: app, chat, footer, header, and settings modal.
- Implemented event handling and rendering logic for the application.
- Added starlit-gui crate as a placeholder for future GUI development.1 parent 332c643 commit 9993997
File tree
41 files changed
+1084
-5303
lines changed- .idea
- crates
- agentic-core
- src
- agentic-tui
- src
- ui
- starlit-gui
- src
- examples
- scripts
- src
- ui
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+1084
-5303
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
2 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments