agent-ai / README.md
Mauricio-100's picture
Update README.md
de6e404 verified
metadata
license: mit
title: gopu
sdk: docker
emoji: 📊

🤖 Gopu Agent (Docker)

Agent IA autonome développé par Mauricio.

Ce conteneur :

  • Démarre un petit serveur HTTP (Flask) pour interagir avec l’IA via /ask.

Exemples API

POST /ask

{ "prompt": "Écris un script Python qui installe Flask" }

Réponse :

{ "response": "Voici un script Python..." }