koog-agents
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
koog-agents
agents-features-memory
/
ai.koog.agents.local.memory.config
/
MemoryScopesProfile
Memory
Scopes
Profile
@
Serializable
data
class
MemoryScopesProfile
(
val
names
:
MutableMap
<
MemoryScopeType
,
String
>
=
mutableMapOf()
)
(
source
)
Profile containing scopes for memory operations
Members
Constructors
Memory
Scopes
Profile
Link copied to clipboard
constructor
(
vararg
scopeNames
:
Pair
<
MemoryScopeType
,
String
>
)
constructor
(
names
:
MutableMap
<
MemoryScopeType
,
String
>
=
mutableMapOf()
)
Properties
names
Link copied to clipboard
val
names
:
MutableMap
<
MemoryScopeType
,
String
>
Functions
get
Scope
Link copied to clipboard
fun
getScope
(
type
:
MemoryScopeType
)
:
MemoryScope
?
name
Of
Link copied to clipboard
fun
nameOf
(
type
:
MemoryScopeType
)
:
String
?