trustgraph/trustgraph-flow
Cyber MacGeddon fbedbb3eab - Schema extended with UploadSession, UploadProgress, and new
request/response fields
- Librarian methods: begin_upload, upload_chunk, complete_upload,
  abort_upload, get_upload_status, list_uploads
- Service routing for all new operations
- Python SDK with transparent chunked upload:
  - add_document() auto-switches to chunked for files > 10MB
  - Progress callback support (on_progress)
  - get_pending_uploads(), get_upload_status(), abort_upload(),
    resume_upload()
2026-03-04 15:16:39 +00:00
..
trustgraph - Schema extended with UploadSession, UploadProgress, and new 2026-03-04 15:16:39 +00:00
pyproject.toml Tool services - dynamically pluggable tool implementations for agent frameworks (#658) 2026-03-04 14:51:32 +00:00
README.md Maint/fix build env (#84) 2024-09-30 19:47:09 +01:00