card = {
"aap_version": "0.1.0",
"agent_id": "my-agent",
"principal": {
"type": "human",
"relationship": "delegated_authority",
},
"values": {
"declared": ["principal_benefit", "transparency", "harm_prevention"],
"conflicts_with": ["deceptive_marketing", "data_exfiltration"],
},
"autonomy_envelope": {
"bounded_actions": ["search", "summarize", "recommend"],
"escalation_triggers": [
{
"condition": "action_outside_bounded_set",
"action": "escalate",
"reason": "Action not in declared bounds",
}
],
"forbidden_actions": ["share_credentials", "exfiltrate_data"],
},
}