feat(security): explicit agent turn origin + fail-closed approval gate + memory provenance (#3227)

Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
This commit is contained in:
oxoxDev
2026-06-02 19:25:30 -07:00
committed by GitHub
co-authored by Steven Enamakel
parent 9d28a728a0
commit 3a7180da77
74 changed files with 1761 additions and 187 deletions
+1
View File
@@ -132,6 +132,7 @@ fn run_ingest(args: &[String]) -> Result<()> {
category: "core".to_string(),
session_id: None,
document_id: None,
taint: crate::openhuman::memory::MemoryTaint::Internal,
};
let ingestion_config = MemoryIngestionConfig::default();