PrefectHQ / ControlFlow

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

move defaults out of root #210

Closed jlowin closed 3 months ago

jlowin commented 3 months ago

This moves default locations from root-level variables to attributes of a defaults object which can perform validation. The PR updates docs to match. Note this is a breaking change.

controlflow.default_model → controlflow.defaults.model
controlflow.default_agent → controlflow.defaults.agent
controlflow.default_history → controlflow.defaults.history