Agent

@Serializable
data class Agent(val name: String) : MemoryScope(source)

Scope for memories specific to a single agent instance Used when information should be isolated to a particular agent's context

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard