d20819b03b6d819f851ecd6a63e269cdea02c466
Implements: - create_identity(): Create PG identity (source='manual') - create_manual_seed(): Full flow from trace → seed → confirm - Get trace centroid embedding from Qdrant _faces - Create identity in PG - Push to Qdrant _seeds - Confirm trace binding (TKG + Qdrant + PG) - Auto-trigger Round 2 propagation - list_pending_traces(): List traces for user selection - run_propagation(): Auto propagation trigger Usage: # List pending traces python manual_seed.py --file-uuid <uuid> --list # Create seed from trace python manual_seed.py --file-uuid <uuid> --trace-id 1 --name 'John Doe' # Custom UUID python manual_seed.py --file-uuid <uuid> --trace-id 1 --name 'John Doe' --identity-uuid xxx # No propagation python manual_seed.py --file-uuid <uuid> --trace-id 1 --name 'John Doe' --no-propagate Flow: select trace → label → create identity → push seed → auto-bind → propagate
momentry_core
Digital asset management system with video analysis and RAG - Production version with API Key authentication
Description
Languages
PLpgSQL
50.8%
Python
25.5%
Rust
10.6%
HTML
7.3%
Shell
3.6%
Other
2.1%