A work-in-progress collection of small automation tools and intelligent agents built for various micro-tasks.
automation-and-agents is a modular, evolving lab of lightweight automation tools and AI-powered agents — each one built to handle a specific micro-task or workflow shortcut.
Whether it's simplifying repetitive actions, generating content, extracting insights, or running smart utility operations, this repo brings together multiple small but powerful projects under one roof — all using Python, Flask, and free/open AI tools.
This is a space where automation meets creativity. Each sub-folder in the repo represents a standalone tool or intelligent flow — easy to plug in, remix, or extend.
- ✅ Modular — each tool lives in its own directory, built to work independently
- 🧠 Agentic-first — built around the concept of autonomous micro-agents that handle tasks for you
- 🧰 Automation-driven — repetitive tasks get handled with logic, speed, and no manual work
- 🧪 WIP-friendly — imperfect, experimental, but functional (or fun)
- 💸 Zero-budget mindset — uses only free APIs, open-source tools, and local models whenever possible
automation-and-agents/
│
├── agent_name_1/
│ ├── main.py
│ ├── utils/
│ ├── templates/
│ └── README.md
│
├── agent_name_2/
│ ├── main.py
│ ├── ...
│
├── shared/
│ └── utils.py
│
├── .env.example
├── requirements.txt
└── README.md ← (you are here)
Each folder = one self-contained automation tool or agent flow.
-
Clone the repo
git clone https://github.com/Divyansh723/automation-and-agents.git cd automation-and-agents -
Install dependencies
pip install -r requirements.txt
-
Set your environment variables
cp .env.example .env # Then edit .env with your keys (e.g., OpenAI, Hugging Face, Notion, etc.) -
Navigate into any tool folder
cd tool_folder_name/ python main.py
Because sometimes you don’t need a full product — you just need a quick agent to:
- Summarize something
- Transcribe audio
- Analyze data
- Generate an image
- Auto-fill a form
- Or do that one annoying thing you always repeat
This repo is where those agents are born.
Python 3.12Flask(lightweight API/UI layer)LangChain,LangGraph(for orchestration and agent logic)Hugging Face,Gemini,Whisper,Stable Diffusiondotenv,requests,notion-client,diffusers, and more...
- Indie hackers who want quick tools
- Creatives who need AI-powered shortcuts
- Builders exploring agents without huge stacks
- Anyone automating workflows with no budget and full ambition
MIT — free to use, remix, and build on top of. No gatekeeping here.
Divyansh
Creative Generalist | Agent Builder | Indie Vibe Dev
Always building, always dreaming. Follow the lab's journey 👇
GitHub • Twitter • LinkedIn