diff --git a/.env.agent b/.env.agent index e3bfb8a..4c0028a 100644 --- a/.env.agent +++ b/.env.agent @@ -1,7 +1,7 @@ BRAIN_MODE=agent BRAIN_AGENT_BRAIN_URL=http://127.0.0.1:8091 -BRAIN_AGENT_ID=agent-2b4febffd8a821c161ab75f3 -BRAIN_AGENT_TOKEN=brain_agent_2d06d422caf2e16fd0fc0041ce0aa84777eae408c083f3e454084ef43d9de1b4 +BRAIN_AGENT_ID=agent-54818724445d1ba09d55dda0 +BRAIN_AGENT_TOKEN=brain_agent_9e3accf00b8fab6d63d66efb80c792f1d377166a0dbb93d29436212eb3940641 # ============================================================================= # SOURCE AGENT diff --git a/data/runtime-settings.json b/data/runtime-settings.json index 679f015..e50a43a 100644 --- a/data/runtime-settings.json +++ b/data/runtime-settings.json @@ -1,9 +1,17 @@ { + "source_filter_version": 1, "learning_enabled": false, - "thinking_enabled": true, - "learning_categories": [], - "display_categories": [], - "thinking_categories": [], + "thinking_enabled": false, + "learning_sources": [], + "display_sources": [], + "thinking_sources": [], "view_mode": "neural", - "max_display_nodes": 1000 + "max_display_nodes": 1000, + "low_power_mode": false, + "processing_mode": "clustered", + "autonomous_research_enabled": false, + "autonomous_research_idle_only": true, + "autonomous_research_min_priority": 0.65, + "autonomous_research_max_tasks_per_day": 12, + "autonomous_research_tasks_per_cycle": 1 }