refactor ai_auto_response plugin architecture
This commit is contained in:
@@ -65,6 +65,20 @@ night_silent_hours = ["01:00-07:30"]
|
||||
[memory]
|
||||
enable_member_context = true
|
||||
enable_vector_memory = true
|
||||
enable_group_fact_snapshot = true
|
||||
enable_social_snapshot = true
|
||||
social_lookback_hours = 72
|
||||
max_relation_items = 4
|
||||
social_cache_ttl_seconds = 120
|
||||
group_fact_window_size = 80
|
||||
ranked_vector_items = 2
|
||||
ranked_social_items = 2
|
||||
ranked_group_fact_items = 3
|
||||
ranked_member_focus_items = 4
|
||||
memory_domain_weight = 2.5
|
||||
memory_relation_weight = 2.0
|
||||
memory_freshness_weight = 1.5
|
||||
memory_trigger_weight = 1.2
|
||||
vector_provider = "qdrant"
|
||||
embedding_provider = "ollama"
|
||||
qdrant_url = "http://192.168.2.240:6333"
|
||||
|
||||
Reference in New Issue
Block a user