Skip to content

hitunc/llm-llama-directory-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FolderGPT

FolderGPT is a lightweight CLI tool that leverages an LLM (like LLaMA 3 via Ollama) to interpret natural language commands for managing folders.

💡 Features

  • ✅ Create folders using natural language
  • 🗑️ Delete folders easily
  • 📂 List existing directories
  • ✏️ Rename folders by describing the action

🛠️ Tech Stack

  • Python
  • Ollama (LLaMA 3.1)
  • Local LLM interaction via subprocess
  • JSON parsing and custom folder utilities

🚀 Example

You: create a folder named reports
LLaMA: {
  "response": "Creating folder 'reports'",
  "data": {
    "process": "create",
    "folder_name": "reports"
  }
}

Clone the repository

git clone https://github.com/devcusn/llm-llama-directory-agent.git cd llm-llama-directory-agent

Run the CLI

python init.py

About

A simple CLI tool that uses an LLM (via Ollama) to understand natural language commands and manage folders — create, delete, list, or rename — all through AI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages