--interactive mode for conversations
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 12.5k
- Forks
- 998
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 10
Description
https://dragonscave.space/@miki/110736915687120999
Have you considered adding a conversational mode to llm, where you’d get a readline prompt and be able to use it like Chat GPT? After a while, typing llm -m4 -c ‘message’ gets tiresome, especially because you have to think about escaping all the apostrophes or using “do not” instead of “don’t” etc. This is how my (personal and much more primitive) tool has always worked, and I keep using it for that functionality alone, despite the fact that it has much more limited features.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the existing Python CLI entry point and trace how the -m and -c options create a conversation. Run the current llm command to understand its input flow, then verify that an interactive mode provides a readline-style prompt and supports ongoing conversation without requiring shell-escaped messages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ai, cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100