mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
Too trigger happy with cleanup
This commit is contained in:
0
docs/core-concepts/Flows.md
Normal file
0
docs/core-concepts/Flows.md
Normal file
@@ -124,6 +124,10 @@ class FlowMeta(type):
|
|||||||
elif hasattr(attr_value, "__is_router__"):
|
elif hasattr(attr_value, "__is_router__"):
|
||||||
routers[attr_value.__router_for__] = attr_name
|
routers[attr_value.__router_for__] = attr_name
|
||||||
|
|
||||||
|
setattr(cls, "_start_methods", start_methods)
|
||||||
|
setattr(cls, "_listeners", listeners)
|
||||||
|
setattr(cls, "_routers", routers)
|
||||||
|
|
||||||
return cls
|
return cls
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user