Versions in this module Expand all Collapse all v0 v0.1.1 Aug 25, 2026 Changes in this version + const ProposalExperiment + const ProposalFactor + const ProposalHypothesis + const ProposalRecommendation + const ProposalReview + type ContextBundle = aiplane.ContextBundle + type ContextRequest = aiplane.ContextRequest + type Engine struct + func NewEmbedded(opts Options) (*Engine, error) + func Open(opts Options) (*Engine, error) + func Serve(opts Options) (*Engine, error) + func (e *Engine) Addr() string + func (e *Engine) BuildContext(req ContextRequest, contractsDir, redlinesPath string) (ContextBundle, error) + func (e *Engine) Close() error + func (e *Engine) GetAsOf(logical string, asOfNanos int64) (Version, bool, error) + func (e *Engine) ListVersions(logical string) ([]Version, error) + func (e *Engine) ListWrites(prefix string, tFromNanos, tToNanos int64, sourceFilter string) (ListWritesResult, error) + func (e *Engine) PutVersioned(logical string, payload []byte, writeNanos int64, source string, ...) (uint64, error) + func (e *Engine) ReplayFingerprint(prefix string, asOfNanos int64) (ReplayResult, error) + func (e *Engine) SubmitProposal(p Proposal) (fingerprint string, seq uint64, err error) + type ListWritesResult = service.ListWritesResult + type Options struct + DataDir string + Host string + Port int + WindowSafetyValveN uint32 + type Proposal = aiplane.Proposal + type ProposalKind = aiplane.ProposalKind + type ReplayResult = service.ReplayResult + type Version = temporal.Version + type WriteEnvelope = service.WriteEnvelope