Ubuntu
999f6efa4f
test(db): enable SQLite PRAGMA foreign_keys=ON in fixture for strict FK assertions
2026-05-02 23:56:58 +00:00
Ubuntu
773cc250c9
feat(db): add SQLAlchemy Base, session factory, and all ORM models
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-02 23:54:05 +00:00
Ubuntu
9e33f823d9
feat(storage): add StorageService protocol, LocalFSStorage, AzureBlobStorage, factory
2026-05-02 23:53:19 +00:00
Ubuntu
ca2f9e2a8f
feat(config): add DATABASE_URL, STORAGE_TYPE, AZURE_STORAGE_*, JWT config vars
2026-05-02 23:53:16 +00:00
Ubuntu
866ed421e2
fix(ontology): handle string attributes from LLM response to prevent TypeError crash
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-26 14:59:10 +00:00
Ubuntu
117eabf607
feat(recovery): persist active_task_id to project.json for browser-refresh reconnection
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-26 14:54:44 +00:00
Ubuntu
7daf8566ed
fix(report): eliminate temp file leak in MD fallback; simplify invalid-format test
2026-04-26 00:11:40 +00:00
Ubuntu
8efedb55e5
feat(report): add PDF download endpoint via PyMuPDF
...
Adds ?format=md|pdf query param to GET /api/report/<id>/download.
PDF is generated from Markdown via fitz.Story (PyMuPDF). Also fixes
create_app() to support dict config and skip JWT auth in TESTING mode.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-26 00:07:09 +00:00
Ubuntu
039de4ad8b
feat(llm): auto-configure Google AI Studio URL when LLM_PROVIDER=gemini
...
When LLM_PROVIDER=gemini, LLMClient automatically uses the Google AI Studio
OpenAI-compatible endpoint instead of requiring manual base_url configuration.
An explicit base_url argument still takes precedence.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 13:13:11 +00:00
Ubuntu
788f9c29c9
feat(graph): add GraphitiBackend for Neo4j+graphiti-core local deployment
2026-04-25 13:10:56 +00:00
Ubuntu
e073ef8716
feat(graph): add GraphBackendFactory singleton
2026-04-25 12:59:56 +00:00
Ubuntu
247ecc86ae
feat(graph): add ZepBackend adapter implementing GraphBackend
2026-04-25 11:29:59 +00:00
Ubuntu
0544001fa0
feat(config): add GRAPH_BACKEND + NEO4J_* + LLM_PROVIDER config vars
2026-04-25 11:29:17 +00:00
Ubuntu
a75b7cf75a
feat(graph): add GraphBackend abstract interface
2026-04-25 11:11:06 +00:00