AgentGenerator¶
-
class
kafkaaggregator.generator.AgentGenerator¶ Bases:
objectGenerate Faust agents from a list of source topics.
Creates the context and renders the agents code template.
Parameters: source_topic_names ( list) – List of source topic names.Attributes Summary
loggertemplateGet the agent template. Methods Summary
run()Run agents code generation. Attributes Documentation
-
logger= <Logger kafkaaggregator (WARNING)>¶
-
template¶ Get the agent template.
Methods Documentation
-
run() → None¶ Run agents code generation.
-