Agentic AI - Agent Safety and Guardrails
Consider this Python code snippet using a sandbox to run a risky operation:
What will be printed?
import sandbox
sandbox.start()
result = sandbox.run('2 + 2')
sandbox.stop()
print(result)What will be printed?
