@desplega.ai/agent-fs 0.7.5 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -19,6 +19,7 @@ agent-fs was built to power the shared filesystem in [agent-swarm](https://githu
19
19
  ## Key Features
20
20
 
21
21
  - **Semantic search** — Index and search files using vector embeddings (OpenAI, Google GenAI, or local llama.cpp)
22
+ - **SQL queries** — Run sandboxed DuckDB SQL over stored documents (CSV, TSV, Parquet, Excel, JSON, NDJSON, SQLite, DuckDB) — see [docs/sql.md](./docs/sql.md)
22
23
  - **Structured storage** — SQLite-backed file operations with metadata and versioning
23
24
  - **S3-compatible sync** — Sync agent workspaces to any S3-compatible object store
24
25
  - **Identity management** — Persistent agent identity files that evolve over time