Agentic AI - Agent Safety and Guardrails
Given this code snippet:
What will be the value of
guardrails = Guardrails()
guardrails.block('send_email')
agent = Agent(guardrails=guardrails)
result = agent.perform('send_email')What will be the value of
result?