Skip to content

ridulfo/ai-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AI-Tools

ai-tools is a collection of AI-driven tools that follow the Unix philosophy. This sames them easily composable and incredibly powerful.

semgrep

Semantic search for local files - no database required

  • Local semantic search
  • Local "database"
  • Low code complexity
  • Sub 300 lines of code

Because of the sensitive nature of personal files, the number of lines of code will be kept low in order for the project to easily be audited and understood.

Install using: pip install -U git+https://github.com/ridulfo/ai-tools@main#subdirectory=semgrep

Read more here

ai

A local LLM-based command line program that takes a prompt as an argument and can operate on what it reads from stdin (piped).

Install using: pip install -U git+https://github.com/ridulfo/ai-tools@main#subdirectory=ai

Read more here

About

Collection of AI-driven unix-style tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published