Documentation
¶
Index ¶
- func AnalyzeSource(ctx context.Context, llm LLMChat, systemPrompt string, source scannedSource) (*domain.SimulationSourceReport, error)
- func MergeSynthesis(ctx context.Context, llm LLMChat, systemPrompt string, ...) (*domain.SimulationSynthesis, error)
- func Run(ctx context.Context, deps Deps, opts Options) (<-chan Event, error)
- func RunImport(ctx context.Context, st *store.Store, path string) (<-chan Event, error)
- type Deps
- type Event
- type ImportResult
- type LLMChat
- type Options
- type Prompts
- type Stage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AnalyzeSource ¶
func MergeSynthesis ¶
func MergeSynthesis(ctx context.Context, llm LLMChat, systemPrompt string, existing *domain.SimulationProfile, reports []domain.SimulationSourceReport) (*domain.SimulationSynthesis, error)
Types ¶
type ImportResult ¶
func ImportProfile ¶
Click to show internal directories.
Click to hide internal directories.