Skip to content

Commit b14cea7

Browse files
Alex HolmbergAlex Holmberg
authored andcommitted
feat: updated agent layer, with better ui for interactivness
1 parent f82a589 commit b14cea7

9 files changed

Lines changed: 871 additions & 78 deletions

File tree

Cargo.lock

Lines changed: 255 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ rayon = "1.7"
3939
termcolor = "1"
4040
chrono = { version = "0.4", features = ["serde"] }
4141
colored = "3"
42+
crossterm = "0.28" # Terminal raw mode for interactive input
43+
inquire = "0.7" # Interactive terminal prompts with autocomplete
4244
prettytable = "0.10"
4345
term_size = "0.3"
4446

229 KB
Loading

0 commit comments

Comments
 (0)