Files
MemoryBear/api/app/schemas
lanceyq a98011fc8a feat(memory): implement step-based extraction pipeline architecture
Introduce ExtractionStep abstraction with modular pipeline stages:
- Add base ExtractionStep class with render/call/parse lifecycle
- Implement StatementExtractionStep, TripletExtractionStep,
  EmbeddingStep, EmotionStep, GraphBuildStep, and DedupStep
- Add SidecarStepFactory for hot-pluggable non-critical steps
- Define Pydantic I/O schemas for all pipeline stages
- Refactor WritePipeline to orchestrate new step-based flow
- Add NEW_PIPELINE_ENABLED env switch for old/new pipeline routing
- Add emotion_enabled config flag to MemoryConfig
- Fix workspace_id reference in get_end_user_connected_config
2026-05-08 11:26:04 +08:00
..
2026-01-26 11:53:34 +08:00
2026-03-11 10:45:07 +08:00
2026-02-10 10:40:38 +08:00
2026-03-11 10:45:07 +08:00
2026-02-26 14:47:57 +08:00
2026-03-16 18:00:09 +08:00