feat(tools): add pdf extraction for minio ingestion

This commit is contained in:
William Valentin
2026-02-16 14:33:58 -08:00
parent 63df791b26
commit e8a785b61f
7 changed files with 105 additions and 20 deletions
+2 -2
View File
@@ -627,8 +627,8 @@ backup:
When `backup.minio.enabled` is configured, Flynn also exposes MinIO tools:
- `minio.share`: upload a local file to the configured MinIO bucket and return a temporary download URL (`mc share download`)
- `minio.ingest`: read a text-like object from MinIO and append/replace a memory namespace (useful for syncing notes/runbooks into long-term memory)
- `minio.sync`: recursively ingest a MinIO prefix into nested memory namespaces with object and size limits
- `minio.ingest`: read a text-like object (and PDF via `pdftotext` when available) from MinIO and append/replace a memory namespace
- `minio.sync`: recursively ingest a MinIO prefix into nested memory namespaces with object and size limits (including PDF extraction when available)
## Kubernetes Tools