Interactive Shell
On this page
When to use
Use interactive mode for iterative tasks where you want back-and-forth conversation.
Command
uv run make_agent -f Makefile
Tips
Type exit, quit, or press Ctrl-D to leave the shell.
Use interactive mode for iterative tasks where you want back-and-forth conversation.
uv run make_agent -f Makefile
Type exit, quit, or press Ctrl-D to leave the shell.