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.providers
/
FileSystemProvider
/
Serialization
Serialization
interface
Serialization
<
Path
>
(
source
)
Inheritors
Select
Read
ReadOnly
Write
Serialization
Select
Read
Write
Members
Functions
extension
Link copied to clipboard
abstract
suspend
fun
extension
(
path
:
Path
)
:
String
from
Absolute
String
Link copied to clipboard
abstract
fun
fromAbsoluteString
(
path
:
String
)
:
Path
from
Relative
String
Link copied to clipboard
abstract
fun
fromRelativeString
(
base
:
Path
,
path
:
String
)
:
Path
name
Link copied to clipboard
abstract
suspend
fun
name
(
path
:
Path
)
:
String
to
Absolute
Path
String
Link copied to clipboard
abstract
fun
toAbsolutePathString
(
path
:
Path
)
:
String
to
Path
String
Link copied to clipboard
abstract
fun
toPathString
(
path
:
Path
)
:
String
Performs path to string conversion.