adding support for full_ouput in crews

This commit is contained in:
João Moura
2024-02-08 23:23:34 -08:00
parent f63d4edbb4
commit 326ad08ba2
5 changed files with 479 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ agent = Agent(
max_iter=10,
max_rpm=10,
verbose=True,
allow_delegation=True
allow_delegation=True,
step_callback=my_intermediate_step_callback
)
```