Describe the current behavior
The execution flow of llm_call pathway is mired with modular abstractions, mappers, guardrails, config resolver which are difficult to read and debug. Reasoning about happy/sad flow becomes a task in itself as the developer has to juggle around different places to hold together the entire execution flow.
Describe the enhancement you'd like
Reduce the number of abstracted functions, helpers, to make the execution flow legible in one go.
Describe the current behavior
The execution flow of llm_call pathway is mired with modular abstractions, mappers, guardrails, config resolver which are difficult to read and debug. Reasoning about happy/sad flow becomes a task in itself as the developer has to juggle around different places to hold together the entire execution flow.
Describe the enhancement you'd like
Reduce the number of abstracted functions, helpers, to make the execution flow legible in one go.