This article explores how to structure AI agents for production use by separating decision-making from execution responsibilities. The dynamic execution component of a Camunda Process Agent is an ad hoc subprocess requiring configuration of three key elements: the LLM selection, system prompt, and user prompt. Agent tools should remain decoupled from high-level configuration, allowing modifications without redesigning the entire agent architecture.