codex

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 11, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package codex invokes the external `codex` CLI (`codex exec`) to generate text. It is commit-spark's only path to an LLM.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct{}

Client runs `codex exec`.

func (Client) Generate

func (Client) Generate(ctx context.Context, req Request) (string, error)

Generate runs `codex exec` with the prompt on stdin, waits for it to finish (bounded by Timeout), and returns the trimmed, code-fence-stripped content of the file passed to --output-last-message.

type Request

type Request struct {
	Prompt  string
	Model   string // required; the caller resolves the default
	Timeout time.Duration
}

Request configures a single generation.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL