-
Notifications
You must be signed in to change notification settings - Fork 363
Conversation
You'll probably want to wait until the other PRs land |
Which ones in particular are you thinking of? |
Getting closer to being able to unblock you on this. In the meantime, you may be interested in looking into revising the CLI parameters to accommodate the different operational modes we have here; I suggest using Clap subcommands. As an example of how you can share those parameters, here's how I do it in one of my other projects: https://github.com/AmbientRun/Ambient/blob/main/app/src/cli/mod.rs#L7-L100 (This should also help with offering a mode for #40) |
When I started repl-mode was about merged in and I thought about creating an interactive-mode for the "chat-like" app but I can see there are more on the way. |
#83's refactored the CLI a fair bit - do you think there should be more work in that area? |
Hm, should I close this PR and we'll revisit once #85's in? |
Refactor and clean up of the Command-line interface.
This PR aims to decouple prompt generation from model generation and make it easier to expand upon in the future.
TODO: