Metadata-Version: 2.4
Name: meteor-ia
Version: 0.0.0
Summary: Reservado para el SDK oficial de Python de Meteor (infraestructura agéntica como servicio). Próximamente.
Project-URL: Homepage, https://developers.meteor.com.co
Author: Meteor
License: MIT
Keywords: agents,ai,api,meteor,meteor-ia,sdk
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# meteor-ia

Nombre reservado para el **SDK oficial de Python de Meteor** — infraestructura agéntica como servicio (API pública, Runs, agentes, integraciones).

Esta versión (`0.0.0`) es un placeholder que reserva el nombre. El SDK real llega más adelante.

- Documentación (próximamente): https://developers.meteor.com.co
- SDK de TypeScript: `@meteor.ia/sdk` (npm)

```python
# DX objetivo (aún no disponible):
# from meteor_ia import Met
# met = Met(api_key="met_live_...")
# run = met.runs.create(met="ventas", input="Resume los leads de hoy")
```
