Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArtifactDir ¶ added in v0.15.8
ArtifactDir is the durable sidecar directory for state that is not part of conversational history (turn queue, schedules, and subagent registry).
Types ¶
type Journal ¶ added in v0.15.8
type Journal struct {
// contains filtered or unexported fields
}
Journal is the live append boundary for one session. All instances for the same path share a process-local lock, so a final Save and live Agent writes cannot interleave JSON records.
func OpenJournal ¶ added in v0.15.8
func (*Journal) AppendEvents ¶ added in v0.15.8
func (j *Journal) AppendEvents(events []agent.RuntimeEvent) error
Click to show internal directories.
Click to hide internal directories.