A quick question for folks building with this repo.
Before deploying agents to production, do you enforce anything like:
- cost limits (to prevent runaway usage)
- fallback behavior (when things fail)
- ownership / oncall responsibility
We ran into a situation where an agent loop triggered thousands of API calls unexpectedly.
Right now it feels like most examples focus on building agents, but not on what happens right before deployment.
Curious how you’re handling this in your setups?
A quick question for folks building with this repo.
Before deploying agents to production, do you enforce anything like:
We ran into a situation where an agent loop triggered thousands of API calls unexpectedly.
Right now it feels like most examples focus on building agents, but not on what happens right before deployment.
Curious how you’re handling this in your setups?