Releases: av/tools
Releases · av/tools
v0.2.0
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.
v0.1.7
v0.1.6
- Switch to
ubuntu:24.04base - Scan image with
trivy - Basic tests for bundled functionality
Full Changelog: v0.1.5...v0.1.6
v0.1.5
- Added
ffmpeg
Full Changelog: v0.1.4...v0.1.5
v0.1.4
- Adding
denoruntime andrusttoolchain out of the box
Full Changelog: v0.1.3...v0.1.4
v0.1.3
- Adding
jqto the base image
Full Changelog: v0.1.2...v0.1.3
v0.1.2
- fixing mcp inspector install
- skip npm update checks
Full Changelog: v0.1.1...v0.1.2