• Crew
    • Step Callback - A function that is called after each step of every agent.
    • Task Callback - A function that is called after the completion of each task. Useful for monitoring or additional operations post-task execution.
  • Agent
    • Step Callback - Function called after each agent step, overrides crew callback.
  • Task Callback - Function/object to be executed after task completion.