-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Description
Description
I’m currently working on evaluating my agent implementation.
The agent interacts with an external configuration service through a CRUD-based API.
As part of the evaluation workflow, I want to perform setup steps before executing specific test cases and run teardown routines afterward to revert any state changes introduced by the agent. At the moment, I don’t see a mechanism or hook available for executing custom code before task or after running tasks on individual cases.
References
No response