Feature

@Serializable
data class Feature(val id: String) : MemoryScope(source)

Scope for memories specific to a particular feature Used when information should be shared across agent instances but only within a feature

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String