Versions in this module Expand all Collapse all v0 v0.0.8 Jun 20, 2025 Changes in this version + func ConfigPanel(data PageData) templ.Component + func ContextViewer(ctx_ middleware.Context) templ.Component + func Layout(data PageData) templ.Component + func MiddlewareItem(mw MiddlewareData) templ.Component + func MiddlewareList(middlewares []MiddlewareData) templ.Component + func ResultsPanel(data PageData) templ.Component + func ResultsPanelOOB(data PageData) templ.Component + type MiddlewareData struct + Description string + Enabled bool + ID string + Name string + type PageData struct + FinalContext middleware.Context + FinalPrompt string + InitialContext middleware.Context + LLMResponse string + Middlewares []MiddlewareData + ProcessedResponse string + UserQuery string