Metadata-Version: 2.4
Name: cuteagent
Version: 0.0.11
Summary: Computer Use Task Execution Agent
Author-email: Masoud Jb <eng@fintor.com>
License: MIT License
Project-URL: Homepage, https://github.com/MasoudJB/cuteagent
Keywords: cuteagent,openai
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: gradio_client
Requires-Dist: openai
Requires-Dist: python-dotenv
Provides-Extra: all
Requires-Dist: cuteagent[extra]; extra == "all"
Provides-Extra: extra
Requires-Dist: pandas; extra == "extra"
Dynamic: license-file

# 🐾 CuteAgent

**Computer Use Task Execution Agent**  
*A Python library for building, orchestrating, and integrating computer-use AI agents in agentic workflows.*

---
[![PyPI](https://img.shields.io/pypi/v/cuteagent?color=blue)](https://pypi.org/project/cuteagent/)
[![Python](https://img.shields.io/badge/python-3.8%2B-blue)](https://www.python.org/)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)

---

## 🚀 Overview

**CuteAgent** is a modular Python library designed to help developers create, manage, and orchestrate AI agents that perform computer-use tasks. It is built for seamless integration with agentic AI workflow frameworks like [LangGraph](https://github.com/langchain-ai/langgraph), making it simple to automate, extend, and build computer use workflows with human-in-the-loop.

**Key Features:**
- 🧩 **Modular Agent Design**: Compose agents with pluggable tools for web, application, and system automation.
- 🔗 **Agentic Workflow Integration**: Native compatibility with frameworks like LangGraph.
- 🔐 **Secure Configuration**: Manage API keys, URLs, and secrets using Pydantic settings.
- 👩‍💻 **Human-in-the-Loop Support**: (Coming soon) Easily add human validation or intervention steps.
- 📦 **Modern Python Packaging**: PEP8-compliant, type-hinted.
<!-- 
---

## 📦 Installation -->



