Metadata-Version: 2.3
Name: agentiacap
Version: 0.1.4
Summary: 
Author: Adrián Martínez
Author-email: amartinez@entaconsulting.com
Requires-Python: >=3.11.5,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: azure-ai-documentintelligence (>=1.0.0,<2.0.0)
Requires-Dist: azure-functions (>=1.21.3,<2.0.0)
Requires-Dist: azure-identity (>=1.19.0,<2.0.0)
Requires-Dist: langchain (>=0.3.18,<0.4.0)
Requires-Dist: langchain-core (>=0.3.34,<0.4.0)
Requires-Dist: langchain-openai (>=0.3.0,<0.4.0)
Requires-Dist: langgraph (>=0.2.63,<0.3.0)
Requires-Dist: langgraph-api (>=0.0.22,<0.0.23)
Requires-Dist: langgraph-cli[inmen] (>=0.1.67,<0.2.0)
Requires-Dist: numpy (>=1.26.4,<2.0.0)
Requires-Dist: openpyxl (>=3.1.5,<4.0.0)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: pdf2image (>=1.17.0,<2.0.0)
Requires-Dist: pymupdf (>=1.25.2,<2.0.0)
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Requires-Dist: python-multipart (>=0.0.20,<0.0.21)
Description-Content-Type: text/markdown

```bash
conda create -n agents python=3.11
conda activate agents
conda install -c conda-forge poetry
conda env export --from-history > environment.yml
```

### Create environment from file
```bash
conda env create -f environment.yml
```


### Temas pendientes
```Text
• Implementar Agente que redistribuya casos
• Implementar manejo de Excepciones: 
    • Contemplar el error "ValueError: Azure has not provided the response due to a content filter being triggered" para ignorar el caso
    por ser contenido que no pasa el filtro de openai.
```
