Implement Recipe
to convert current config to GraphSchema
#9277
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
effort:atom-squad/4
Label which is used by the Rasa Atom squad to do internal estimation of task sizes.
feature:rasa-3.0/architecture
type:enhancement ✨
Additions of new features or changes to existing ones, should be doable in a single PR
Milestone
Overview of the Solution:
Implement the
Recipe
class which converts the current config to a train and predictGraphSchema
using the given CLI params. This component loads all the classes and uses the@DefaultV1.register(...)
decorator to create the graph structure from it.See the implementation proposal for further details.
Blockers (if relevant):
Existing components needs to be adapted to new graph interface.
Definition of Done:
Recipe
interface is implemented@DefaultV1.register(...)
The text was updated successfully, but these errors were encountered: