Tools and Environments for Agents
摘要
Agents get real when they can use tools – browse, read/write files, run small programs, and call business APIs – inside guarded environments. This chapter turns that into Python: a declarative action catalog, hardened browser/file/OS tools, code execution sandboxes, and safety rails (auth, quotas, approvals, policy checks) that keep your system dependable.