Documentation
¶
Overview ¶
Package engine defines the model-facing execution interface used by runtimes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependencies ¶
type Dependencies struct {
Compiler PromptCompiler
Events EventLog
}
type Engine ¶
type Engine struct {
// contains filtered or unexported fields
}
func New ¶
func New(deps Dependencies) (*Engine, error)
func (*Engine) PrepareTurn ¶
func (e *Engine) PrepareTurn(ctx context.Context, req TurnRequest) (PreparedTurn, error)
type PreparedTurn ¶
type PromptCompiler ¶
Click to show internal directories.
Click to hide internal directories.