List algorithm source files.
Functions
execute_list_algorithm_files(**kwargs) -> Dict[str, Any]
List algorithm source files, built-in and/or user-created.
Backs the
tuiml_list_files tool; delegates to tuiml.agent.user_algorithms.list_algorithm_files.Parameters
builtin
bool
= True
Include built-in TuiML algorithm files (arrives via
**kwargs, like all parameters below).
user
bool
= True
Include user-created algorithm files.
Returns
result
dict
Result dict from
user_algorithms.list_algorithm_files with status and the file listing.