PrefectHQ / ControlFlow

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

Add stable ID for task/agent/team #232

Closed jlowin closed 2 months ago

jlowin commented 2 months ago

Presently IDs are truncated UUIDs. This PR makes ID a stable hash of various identifying parameters, such that multiple tasks created in the same flow should share an ID. This is primarily useful for recovering historical events.