The whole hunk
from line 223, old and new numbered
/
lines
from line 223
223223
224224### Dynamic agent configuration
225225
226You can create agent definitions dynamically based on runtime conditions. This example creates a security reviewer with different strictness levels, using a more powerful model for strict reviews.
226You can create agent definitions dynamically based on runtime conditions. This example creates a security reviewer with different strictness levels, using a more capable model for strict reviews.
227227
228228<CodeGroup>
229229 ```python Python theme={null}