Metadata-Version: 2.4
Name: autoppia
Version: 0.1.0
Summary: SDK and tools for interacting with the Autoppia platform and Automata agents.
Home-page: https://autoppia.com
Author: Autoppia Team
Author-email: team@autoppia.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-dotenv
Requires-Dist: openai
Requires-Dist: tiktoken
Requires-Dist: bs4
Requires-Dist: google-api-python-client
Requires-Dist: google-auth-oauthlib
Requires-Dist: python-dateutil
Requires-Dist: selenium
Requires-Dist: injector
Requires-Dist: dependency-injector
Requires-Dist: pymongo
Requires-Dist: asyncio
Requires-Dist: pytest
Requires-Dist: psycopg2-binary
Requires-Dist: langchain
Requires-Dist: langchain-community
Requires-Dist: langchain-openai
Requires-Dist: websockets
Requires-Dist: flask
Requires-Dist: flask-socketio
Requires-Dist: eventlet
Requires-Dist: gevent
Requires-Dist: gevent-websocket
Requires-Dist: sseclient
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 🧠 Autoppia SDK

Autoppia es una plataforma descentralizada para crear, desplegar e interactuar con **autonomous AI workers**. Con este SDK, podrás:

- Interactuar con el cliente **Automata** (operador web): usa y controla instancias de navegador autónomas para completar tareas :contentReference[oaicite:1]{index=1}.
- Acceder a múltiples herramientas, código base e interfaces para:
  - **Interactuar con la plataforma Autoppia** (`autoppia.com`): lanzar agentes, consultar estado, recolectar resultados :contentReference[oaicite:2]{index=2}.
  - **Desarrollar workers personalizados**: crea tus propios agentes autónomos con lógica específica.
  - **Desplegar, detener y escalar workers**: funciones para gestión programática del ciclo de vida de agentes.
  - **Monitorización**: consulta logs, métricas de ejecutabilidad, uso de recursos y más.
- Y mucho más.

---

## 🚀 Instalación

```bash
pip install autoppia
