hm_ai_qc_report_tool/core
nickviljoen 6205b1cb18 Rewrite Box folder methods to avoid .get() entirely
Box SDK .get() on folder objects fails with "Item.get() takes 1
positional argument" in the deployed environment. Replaced all
folder.get() calls with a new _get_folder_items() helper that uses
get_items() with pagination, falling back to folder.get() only as
last resort. This fixes list_subfolders, list_video_files, and
search_subfolder.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 22:00:16 +02:00
..
auth v1.2.0: Add Docker deployment, simplify auth to local login, production config 2026-03-21 14:37:53 +02:00
models Update default Google model to gemini-2.5-flash 2026-03-21 18:59:00 +02:00
services Rewrite Box folder methods to avoid .get() entirely 2026-03-21 22:00:16 +02:00
utils v1.1.0: Add progress tracking, CSV export, multi-job support, batch processing, and security fixes 2026-03-13 09:43:20 +02:00
__init__.py Add modular architecture, core framework, and web UI 2026-02-25 11:39:04 +02:00