fleet-memory/hindsight-clients/python/hindsight_client_api/api
Nicolò Boschi 224b7b74c1
feat: accept pdf, images and office files (#390)
* feat: accept pdf, images and office files

* refactor: rename FileConverter to FileParser, simplify file retain API

- Rename engine/converters/ → engine/parsers/, FileConverter → FileParser,
  ConverterRegistry → FileParserRegistry, MarkitdownConverter → MarkitdownParser
- Rename env var HINDSIGHT_API_FILE_CONVERTER → HINDSIGHT_API_FILE_PARSER
- Remove async/document_tags params from FileRetainRequest (always async now)
- Add retain_files() to Python Hindsight client and retainFiles() to TypeScript client
- Add sample.pdf to doc examples for working file upload demonstrations
- Update test_file_retain.py to use new parser names and always-async behavior
- Fix Go client missing os import in api_files.go
- Simplify postgresql.py storage to minimal schema

* fix: update rust CLI tests to use is_supported_file instead of is_text_file

* fix: patch Go api_files.go to add missing 'os' import after generation

* fix: insert 'os' import after 'net/url' in api_files.go patch for correct position

* chore: regenerate OpenAPI spec and clients (converter→parser description update)
2026-02-17 18:15:03 +01:00
..
__init__.py feat: accept pdf, images and office files (#390) 2026-02-17 18:15:03 +01:00
banks_api.py Release v0.4.11 2026-02-13 10:52:14 +01:00
directives_api.py Release v0.4.11 2026-02-13 10:52:14 +01:00
documents_api.py Release v0.4.11 2026-02-13 10:52:14 +01:00
entities_api.py Release v0.4.11 2026-02-13 10:52:14 +01:00
files_api.py feat: accept pdf, images and office files (#390) 2026-02-17 18:15:03 +01:00
memory_api.py Release v0.4.11 2026-02-13 10:52:14 +01:00
mental_models_api.py Release v0.4.11 2026-02-13 10:52:14 +01:00
monitoring_api.py Release v0.4.11 2026-02-13 10:52:14 +01:00
operations_api.py Release v0.4.11 2026-02-13 10:52:14 +01:00