ai-cli
ai-cli copied to clipboard
Project Roadmap
This document describes project roadmap. We plan to release v1.0 at some stage, when some of the features below are implemented. Since this is CLI tool the exact project version should not be as important as in the case of library projects.
Inference providers
- [x] OpenAI
- [x] Antropic
- [x] Perplexity
- [x] Mistral AI
- [ ] Gemini
- [ ] HuggingFace (?)
Core features
- [x]
--modeloption to select different models - [x]
--provideroption to select different providers - [x] Model parameter: system prompt
- [x] Creativity/precise/default response style option
- [x]
ai initcommand - [x]
/savecommand for saving current conversation - [x] Upload text file for context (txt, markdown)
Next steps
- [x] Migration to Ink
- [x] Streaming responses
- [x] Antropic
- [x] Update notifier
- [ ] Upload HTML files/URL for querying/summarization
Other backlog
- [ ] Personas: create AI assistants for different use cases (e.g. JS, Python, etc)
- [ ] Model parameters: temperature, top_p, top_k
- [ ] Model parameters: context size
- [ ] Upload encoded text files for context (HTML, PDF, doc, etc)
- [ ] Upload image file for context
- [ ] Read context from URL (this might help)
- [ ] Document summarization
- [ ] Query available models
- [ ] Local indexing database: adding and querying documents
- [ ] Save query history (optional)
- [ ] Generating images (DALL-E, etc)
@mdjastrzebski @Q1w1N did you consider streaming response from the external providers? 🤔