- Build an AI terminal that takes in natural language instructions
- Time Spent: 15 hours spent in total
MacOS
- Download dependencies in requirements.txt
pip install -r requirements.txt
- Add write command
chmod +x ai-react.py
- Add alias to .bash_profile to run it anywhere
alias ai="source {pwd}/ai-terminal/bin/activate; {pwd}/ai-terminal-python/ai-react.py"
Invoke with ai 'query'
assistant-demo.mp4
- Open Intrepeter: https://github.com/KillianLucas/open-interpreter/
- AI Shell: https://github.com/BuilderIO/ai-shell
- Build basic script that takes in natural language command line instruction and executes using LLM
- Create symlink
- Basic prompt engineering
- Add reasoning and explanation
- Beautify product
- Add confirmation before execution
- Remove Langchain dependency
- Add complexity to LLM performance