Documentation
¶
Index ¶
- type Source
- func (Source) Analyze(ctx context.Context, sourceDir string, rawDir string, ...) (src.Analysis, error)
- func (Source) Load(ctx context.Context, conversation conv.Conversation) (conv.Session, error)
- func (s Source) LoadSession(ctx context.Context, conversation conv.Conversation, meta conv.SessionMeta) (conv.Session, error)
- func (Source) Provider() conv.Provider
- func (Source) ResolveIncremental(ctx context.Context, _ string, changedRawPaths []string, ...) (src.IncrementalResolution, error)
- func (Source) ResumeCommand(target conv.ResumeTarget) (*exec.Cmd, error)
- func (Source) Scan(ctx context.Context, rawDir string) (src.ScanResult, error)
- func (Source) SyncCandidates(ctx context.Context, sourceDir string, rawDir string) ([]src.SyncCandidate, error)
- func (Source) UsesScannedToolOutcomeCounts() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source struct{}
func (Source) LoadSession ¶ added in v0.2.0
func (s Source) LoadSession( ctx context.Context, conversation conv.Conversation, meta conv.SessionMeta, ) (conv.Session, error)
func (Source) ResolveIncremental ¶
func (Source) ResolveIncremental( ctx context.Context, _ string, changedRawPaths []string, lookup src.IncrementalLookup, ) (src.IncrementalResolution, error)
func (Source) ResumeCommand ¶
func (Source) SyncCandidates ¶
func (Source) UsesScannedToolOutcomeCounts ¶ added in v0.2.0
Source Files
¶
- action.go
- action_command.go
- analyze.go
- classify.go
- constants.go
- drift.go
- drift_event.go
- incremental.go
- json_field.go
- known_schema_extras.go
- linked.go
- load.go
- load_apply.go
- load_assistant.go
- load_event.go
- load_reader.go
- parallelism.go
- patch.go
- projection.go
- raw_values.go
- records.go
- resume.go
- scan.go
- scan_fast.go
- scan_parallel.go
- scan_payload.go
- scan_payload_event.go
- scan_payload_response.go
- scan_reader.go
- scan_state.go
- slug.go
- source.go
- subagent.go
- transcript.go
- transcript_subagents.go
Click to show internal directories.
Click to hide internal directories.