PrefectHQ / ControlFlow

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

Add context tests; fix issue loading upstream task events #229

Closed jlowin closed 2 months ago

jlowin commented 2 months ago

The check for agent + task matches was overly generous - requiring both the agent match and the task match to fail to ignore an event, when in practice it's usually one or the other. Replaced the AND with an OR to fix.