feat(tools): add minio prefix sync into memory

This commit is contained in:
William Valentin
2026-02-16 14:21:18 -08:00
parent 0be93c20b5
commit 22f225998f
10 changed files with 434 additions and 4 deletions
+1
View File
@@ -611,6 +611,7 @@ 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
## Inbound Webhooks