 jpmschweitzerandClaude Opus 4.5
|
14d152bd64
|
test(library-desk): add test coverage for new features
- test_consolidation: taxonomy fetching, ingestion_service injection
- test_graph_service: Document node tags, entity-stub skipping
- test_ingestion: list_all_pages usage, batch ingestion
- test_integration: list_all_pages, get_taxonomy_structure
- test_wiki_change_listener: PostgreSQL notification handling
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-10 21:35:39 +01:00 |
|
jpmschweitzer
|
8f29bfe064
|
feat(library-desk): add knowledge consolidation system
Consolidation Service:
- Automated wiki page creation from research results
- Entity extraction and disambiguation
- Multi-source fact integration
- Confidence scoring and source citation
- Template-based page generation
- Schema.org taxonomy integration
Wiki Page Writer:
- Structured markdown generation
- Standard templates (person, organization, technology)
- Metadata formatting (tags, categories, timestamps)
- Citation and source linking
Router:
- POST /consolidate/research endpoint
- Batch consolidation support
- Manual and automated triggers
Models:
- ConsolidationRequest with source data
- ConsolidationResult with page details
- Entity resolution metadata
Tests:
- Page generation validation
- Entity extraction accuracy
- Multi-source merging logic
|
2025-12-10 01:28:29 +01:00 |
|