package
3.3.0+incompatible
Repository: https://github.com/google/agi.git
Documentation: pkg.go.dev

# Packages

Package path contains types that represent data references.

# Functions

NewError attempts to box and return err into an Error.
NewMemoryRange constructs and returns a new MemoryRange from the memory.Range.
NewMemoryRanges constructs and returns a new slice of MemoryRanges from the memory.RangeList.
NewReportBuilder creates and initializes new report builder.
NewValue attempts to box and return v into a Value.
WrapReportItem wraps ReportItem into raw representation of ReportItemTagged which contains raw messages instead of references.

# Constants

# Structs

ReportBuilder helps construct reports.
ReportItemRaw represents ReportItem, raw message and array of raw tags.

# Interfaces

# Type aliases

FindHandler is the handler of found items using Service.Find.
TimeStampsHandler is the handler of queried timestamps suing Service.GetTimestamps.