File-Agent banner

File-Agent

3 devlogs
4h 35m 40s

A AI agent that cleans up loose files using Hack Club AI

Lukas

Icon / Logo!


I made this cute little logo / icon in Aseprite its in a 48x48px canvas it has a .pdf, .mp3, and .zip files and then a arrow with the qwen ai logo which is the model that I’m using !

0
Lukas

Hack Club AI + new file scanner


Hack Club AI

I tired to fix and make things faster for the agent but it was not working so i decided to use hackclub ai which has acces to way more smarter models and it worked so well that i even was able to change intructions.txt so the agent actually makes deccisons instead of everything being predefined so its actually like a smart file sorter and I’m learning so much about python and ai agents which is pretty interesting


Watchdog

I also updated instead of scanning the folder every 5 sec update to Watchdog so every time there is a file change it fires up the AI which uses less ai creddits and works better


all the files and folders in the image below were sorted by the AI!

Attachment
0
Lukas

I learned how to interact with python scripts and a ollama agent and how to write instructions.txt for the ai agent!

In this first version i made a agent that can interact with a sandbox folder where the agents purpose is to check the files and organize them add folders, move and stuff like that its still pretty slow because its a local agent right now I’m using the “phi4-mini” on ollama it does the job pretty well and faster than the others that i tried but its been pretty complicated to learn stuff its mainly python working with OS level stuff

0