Pidge.Run (pidge v0.2.0)
A module to execute steps in a Pidge script.
Summary
Functions
Link to this function
ai_codeblock_extract(pidge_ast, step, index)
Link to this function
ai_object_extract(pidge_ast, step, index)
Link to this function
ai_pipethru(pidge_ast, step, index)
Link to this function
ai_prompt(pidge_ast, map, index)
Link to this function
bug(level, stuff_to_debug)
Link to this function
case(pidge_ast, case_step, ast_index)
Link to this function
check_for_required_input(step)
Link to this function
clone_object(_, map, _)
Link to this function
compile_template(prompt)
Link to this function
context_create_conversation(_, map, _)
Link to this function
enter_foreach_closure(foreach_loop_index, map)
Link to this function
escape_shell_arg_basic(arg)
Link to this function
execute(pidge_ast, step, index)
Link to this function
find_step(pidge_ast)
Link to this function
foreach(pidge_ast, foreach_step, ast_index)
Link to this function
get_from_step(from_id)
Link to this function
get_next_command_args_to_run(pidge_ast, index, from_id)
Link to this function
get_next_command_to_run(pidge_ast, index, from_id)
Link to this function
if(pidge_ast, if_step, ast_index)
Link to this function
local_function_call(pidge_ast, map, ast_index)
Link to this function
merge_into_object(_, map, _)
Link to this function
next_blocking_step(pidge_ast, index)
Link to this function
pipe_from_human_input(_, map, _)
Link to this function
pipe_from_input(_, _, _)
Link to this function
pipe_from_variable(_, map, _)
Link to this function
post_process(step)
Link to this function
private__run(app_name, script_name)
Link to this function
run_step(pidge_ast, step, index)
Link to this function
store_object(_, map, _)
Link to this function
store_simple_value(_, map, _)
Link to this function