AGENTS / GITHUB / Vacuum-Agent
githubinferredactive

Vacuum-Agent

provenance:github:Imenturki0/Vacuum-Agent
WHAT THIS AGENT DOES

This agent simulates a small robot vacuum cleaner moving between two areas. It automatically cleans any dirt that's been marked in those areas, demonstrating how a simple automated system can maintain cleanliness. This could be useful for visualizing how robots might manage tasks in environments like offices or homes. Facility managers or anyone interested in robotics and automation could find it helpful for understanding basic concepts. The agent’s ability to automatically switch between locations and clean makes it a simple model for exploring automated cleaning processes. It provides a clear, visual way to see how a robot could respond to changing conditions.

View Source ↗First seen 6mo agoNot yet hireable
README
# Vacuum Cleaner Agent Simulation

A simple **Python Tkinter simulation** of a vacuum cleaner agent that moves between two locations and cleans dirty areas automatically.

<img src="vacum-agent.png" alt="Vacuum Agent" width="300"/>


## Features
- Two locations (A and B) represented as colored squares.
- Click a location to mark it as **Dirty** or **Clean**.
- Automatic movement between locations every few seconds.
- Cleans dirty locations automatically.
- Stop automatic operation by pressing **Spacebar**.

## How to Run
```bash
git clone https://github.com/Imenturki0/vacuum-agent.git
cd vacuum-agent
python vacuum_agent.py

PUBLIC HISTORY

First discoveredMar 21, 2026

IDENTITY

inferred

Identity inferred from code signals. No PROVENANCE.yml found.

Is this yours? Claim it →

METADATA

platformgithub
first seenNov 25, 2025
last updatedNov 26, 2025
last crawled2 months ago
version

README BADGE

Add to your README:

![Provenance](https://getprovenance.dev/api/badge?id=provenance:github:Imenturki0/Vacuum-Agent)