← Agentic AI Foundations & Architectures
Agent Environment
The agent environment encompasses everything external to the model that the agent can observe and affect. It includes file systems, APIs, databases, web browsers, or any other interface through which the agent reads information and commits changes. The environment's state changes as the agent acts, and those changes may be irreversible, which makes careful action selection critical.