feat: add pluggable fact extraction pipeline

This commit is contained in:
2026-05-11 10:54:40 +09:00
parent 9f3133a403
commit 2c6624beea
5 changed files with 135 additions and 1 deletions

View File

@@ -1,6 +1,9 @@
export * from './adapters';
export * from './core/identity-db';
export * from './core/migrations';
export * from './ingestion/extractor';
export * from './ingestion/naive-extractor';
export * from './ingestion/types';
export * from './types/api';
export * from './types/database';
export * from './types/domain';