Skip to content

v0.2.0

Latest

Choose a tag to compare

@av av released this 27 May 13:18
· 2 commits to main since this release

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.