Initial commit: Natiris AI Agent Orchestration System

This commit is contained in:
Arch Agent
2026-03-01 14:28:26 +01:00
commit 3b5f6ba83d
3127 changed files with 86184 additions and 0 deletions

47
test/hardcoded_paths.json Normal file
View File

@@ -0,0 +1,47 @@
[
{
"file": "/config/update_config_with_pets.py",
"line": 6,
"content": "with open(\"/home/arch_agent_system/natiris/config/pets_config.json\") as f:"
},
{
"file": "/config/update_config_with_pets.py",
"line": 9,
"content": "with open(\"/home/arch_agent_system/natiris/config/character_genesis.json\") as f:"
},
{
"file": "/config/update_config_with_pets.py",
"line": 15,
"content": "with open(\"/home/arch_agent_system/natiris/config/character_genesis.json\", \"w\") as f:"
},
{
"file": "/runtime/Web chat API (FastAPI)/app.py",
"line": 9,
"content": "\"state\": \"/home/arch_agent_system/natiris/core/natiris_full_state.json\","
},
{
"file": "/runtime/Web chat API (FastAPI)/app.py",
"line": 10,
"content": "\"core\": \"/home/arch_agent_system/natiris/core/core_state.json\","
},
{
"file": "/runtime/Web chat API (FastAPI)/app.py",
"line": 11,
"content": "\"config\": \"/home/arch_agent_system/natiris/config/admin_config.json\","
},
{
"file": "/runtime/Web chat API (FastAPI)/app.py",
"line": 12,
"content": "\"output\": \"/home/arch_agent_system/natiris/core/api_response.json\","
},
{
"file": "/runtime/Web chat API (FastAPI)/app.py",
"line": 13,
"content": "\"webui\": \"/home/arch_agent_system/natiris/runtime/Web chat API (FastAPI)/webui.html\","
},
{
"file": "/admin/api_auth.py",
"line": 71,
"content": "result = subprocess.run([\"python3\", \"/home/arch_agent_system/natiris/admin/auth.py\", \"NatirisSicherheit2026!L\u00fcbeck\"], capture_output=True, text=True)"
}
]