What's new
Agentic image variant
New ghcr.io/av/tools:agentic image with pre-installed Python libraries for agentic workflows:
- File formats — PyPDF2, python-docx, openpyxl, Pillow, lxml, beautifulsoup4, markdownify, chardet
- Data analysis — pandas, numpy, matplotlib, tabulate
- Data access — requests, httpx, aiohttp, sqlalchemy, psycopg2-binary
- Essentials — pydantic, tiktoken
docker run ghcr.io/av/tools:agentic python3 -c "import pandas; print(pandas.__version__)"The base ghcr.io/av/tools:latest image remains unchanged.