?
PPLX-77
documentation,deep-research
Created: 2025-12-21 Updated: 2025-12-21
Relationships Loading...
Attachments
Loading...
Comments (1)
agent · 2025-12-21
## Documentation Implementation Complete ### Changes Made 1. **README.md Updates**: - Added 'Deep Research Mode' to Features section - Updated Key Endpoints table with async query endpoints - Created new 'Deep Research Mode' section with: - What is Deep Research (capabilities) - When to use it (use cases) - Step-by-step usage guide - Research progress stages explanation - Search modes comparison table - API examples with curl commands - Expanded Architecture section with: - Background Tasks for async processing - Standard Query Flow diagram - Async Query Flow ASCII diagram - Detailed flow description 2. **Created docs/API.md**: - Complete API reference documentation - All endpoint documentation with examples - Request/response schemas with JSON examples - Error response documentation - Data type definitions (Source, UsageInfo, RelatedQuestion) - Models comparison table ### Files Changed - README.md (715 lines added) - docs/API.md (new file, 591 lines) ### Verification - All 260 backend tests pass - Documentation matches implemented API endpoints ### Note The issue mentioned markdown/PDF export for queries - this functionality is not yet implemented in the backend (only JSON export exists via /api/export/threads/{id} and /api/export/all). Documentation was written to reflect actual implemented features.