faust.cli.agents
¶
Program faust agents
used to list agents.
- class faust.cli.agents.agents(ctx: Context, *args: Any, key_serializer: Optional[Union[CodecT, str]] = None, value_serializer: Optional[Union[CodecT, str]] = None, **kwargs: Any)[source]¶
List agents.
- title = 'Agents'¶
- headers = ['name', 'topic', 'help']¶
- sortkey = operator.attrgetter('name')¶
- options: Optional[OptionList] = [option('--local/--no-local', help='Include agents using a local channel')]¶
- async run(local: bool) None [source]¶
Dump list of available agents in this application.
- Return type:
None