mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-29 22:23:01 +00:00
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:
co-authored by
Steven Enamakel
parent
9d28a728a0
commit
3a7180da77
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user