PrefectHQ / ControlFlow

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

Allow ad-hoc agent assignments #165

Closed jlowin closed 1 week ago

jlowin commented 1 week ago

Permits agents to be assigned to tasks on the fly e.g.

task = cf.Task()

task.run(agents=[your_agent])

or

agent.run(task)

... even if the agent was assigned originally.