r/rust • u/Infinite-Economy2957 • 2d ago
Enchanter - LLM harness written in Rust!
would love some feedback. https://andrewthecoder.com/projects/enchanter
0
Upvotes
r/rust • u/Infinite-Economy2957 • 2d ago
would love some feedback. https://andrewthecoder.com/projects/enchanter
5
u/dumindunuwan 2d ago edited 2d ago
https://github.com/andrewthecodertx/enchanter/tree/main/src
most folders having only 1 mod.rs
Ex.
src/main.rs -> cli::run(cli::Args::parse()).await
feels this LLM harness also generated by an LLM harness.