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

13
config/admin_config.json Normal file
View File

@@ -0,0 +1,13 @@
{
"admin_passphrase": "NatirisSicherheit2026!Lübeck",
"admin_user_id": "admin_user_primary",
"max_trust_level": 10,
"max_affection_level": 10,
"can_override": {
"emotion": true,
"bond": true,
"trust": true,
"mood": true
},
"auth_method": "passphrase"
}