SummarizerApp / tests

Commit History

Apply ruff formatting to Loguru migration files
75fe59b

ming Claude commited on

Migrate logging from stdlib to Loguru for structured logging
7ab470d

ming Claude commited on

Remove outlines library and all related code
d25a17f

ming commited on

Migrate to Ruff for linting/formatting and add comprehensive import tests
29ed661

ming commited on

Add comprehensive unit tests for V4 stream-json endpoint
fdb8925

ming Claude commited on

feat: Add V4 NDJSON patch-based structured summarization
93c9664

ming commited on

Revert adaptive token logic, restore client-controlled max_tokens
6a1e8a3

ming Claude commited on

fix: Backend ignores client max_tokens to verify Android app hypothesis
80ea70f

ming Claude commited on

fix: V3 API mid-sentence cutoff with adaptive token calculation
5e83010

ming Claude commited on

feat: Implement V3 Web Scraping + Summarization API
2ed2bd7

ming commited on

Improve V2 summarization: adaptive tokens, recursive summarization, better defaults
9884884

ming commited on

Fix HF streaming crash: enforce batch size = 1 for TextIteratorStreamer
3570bfd

ming commited on

Add V2 API with HuggingFace streaming support
0b6e76d

ming commited on

Fix all remaining test failures - 100% test success
8ca285d

ming commited on

feat: Add text streaming support with SSE
6e01ea3

ming commited on

Fix 504 Gateway Timeout: Increase timeout values
d3f36f7

ming commited on

Add timeout optimization learning and comprehensive unit tests
f888d2f

ming commited on

Optimize timeout configuration for better performance
2c658eb

ming commited on

Add comprehensive unit tests for all production-ready features
0497d92

ming commited on

test: complete comprehensive test suite with 95% coverage
2aa2b79

ming commited on

fix: correct TestClient imports to use starlette.testclient
7e21075

ming commited on

feat(middleware): add request ID logging and error handling
fa85955

ming commited on

feat(api): add /api/v1/summarize endpoint and integration tests
0d683e2

ming commited on

chore: initialize FastAPI backend project structure and testing setup
9024ad9

ming commited on