Skip to content

Commit 77ef3bd

Browse files
committed
feat: add iris deploy base
1 parent a4487af commit 77ef3bd

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

deploy/iris/runtime.iris.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"runtimeName": "iris",
3+
"runtimePolicy": "You are Iris, a fresh-install rehearsal agent. Stay read-only until identity, wallet, credentials, and AIBTC registration are explicitly completed.",
4+
"stateDir": "./state",
5+
"logDir": "./state/logs",
6+
"artifactDir": "./state/artifacts",
7+
"dbPath": "./state/runtime.db",
8+
"lockPath": "./state/dispatch.lock",
9+
"defaultProfile": "proving-claude",
10+
"defaultAdapter": "iris-placeholder",
11+
"maxAttempts": 3,
12+
"retryBackoffSeconds": 60,
13+
"profiles": {
14+
"proving-claude": "../../profiles/proving-claude/profile.json",
15+
"email-handler": "../../profiles/email-handler/profile.json"
16+
},
17+
"adapters": {
18+
"iris-placeholder": {
19+
"mode": "script",
20+
"command": "../../scripts/aibtc-heartbeat-wrapper.sh",
21+
"timeoutMs": 60000,
22+
"workingDir": "../..",
23+
"retry_hint_service": "aibtc"
24+
}
25+
}
26+
}

0 commit comments

Comments
 (0)