PrefectHQ / ControlFlow

🦾 Take control of your AI agents
https://controlflow.ai
Apache License 2.0
746 stars 53 forks source link

Allow configurable completion agents #275

Closed jlowin closed 2 months ago

jlowin commented 2 months ago
# only a2 will be automatically given tools for completing the task
cf.Task(
    agents=[a1, a2],
    completion_agents=[a2],
)