[AgentIdentity] Adding support for the AgentIdentity protocol

This commit is contained in:
adrian
2026-03-17 09:44:37 -07:00
parent d0a693e541
commit d7f6f4173a
20 changed files with 1402 additions and 12 deletions

View File

@@ -497,6 +497,9 @@
"unified_exec": {
"type": "boolean"
},
"use_agent_identity": {
"type": "boolean"
},
"use_legacy_landlock": {
"type": "boolean"
},
@@ -2049,6 +2052,9 @@
"unified_exec": {
"type": "boolean"
},
"use_agent_identity": {
"type": "boolean"
},
"use_legacy_landlock": {
"type": "boolean"
},