Skip to content

RFC-024: D-DNA for Governed Autonomy — 17. D-DNA for Agentic AI

AIGP SpecificationRFC-024: D-DNA for Governed Autonomy › 17. D-DNA for Agentic AI

← 16. D-DNA and ENFORCE Broadcast · Section index · 18. D-DNA for Embodied Autonomy →

17. D-DNA for Agentic AI

Agentic AI D-DNA records tool use, delegation, memory access, data exposure, and response constraints.

Required fields:

agentic_ddna_required:
- agent_id
- task_id
- delegated_authority
- governance_intent_hash
- sgl_statement_hash
- canonical_ast_hash
- tool_requested
- tool_scope
- delegation_token_hash
- prompt_context_hash
- memory_context_hash
- retrieved_context_hashes
- decision_result
- input_hash
- output_hash
- tool_result_hash
- cost_and_token_record

Example:

ddna_event:
event_type: action.denied
subject:
subject_id: agent.support.3
subject_type: agentic_ai
action:
proposed_action: external_send
decision:
decision_result: deny
reason: pii_exposure_detected
symbolic_constraint:
glyph_statement: "◎agent.support → send ◇external ✕ if data.pii.raw == true"
canonical_ast_hash: sha256:...
evidence:
input_hash: sha256:...
output_hash: sha256:...
tool_call_hash: sha256:...


← 16. D-DNA and ENFORCE Broadcast · Section index · 18. D-DNA for Embodied Autonomy →