Skip to content

markusmak/ai-terminal-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Powered Terminal Copilot

  • Build an AI terminal that takes in natural language instructions
  • Time Spent: 15 hours spent in total

Install Instructions

MacOS

  1. Download dependencies in requirements.txt
pip install -r requirements.txt
  1. Add write command
chmod +x ai-react.py
  1. Add alias to .bash_profile to run it anywhere
alias ai="source {pwd}/ai-terminal/bin/activate; {pwd}/ai-terminal-python/ai-react.py"

How to Use

Invoke with ai 'query'

assistant-demo.mp4

Inspirations

To Do

  • Build basic script that takes in natural language command line instruction and executes using LLM
  • Create symlink
  • Basic prompt engineering
  • Add reasoning and explanation

Further Explorations

  • Beautify product
  • Add confirmation before execution
  • Remove Langchain dependency
  • Add complexity to LLM performance

About

Build an AI terminal using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages