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
/
Read
Read
interface
Read
<
Path
>
:
FileSystemProvider.Serialization
<
Path
>
(
source
)
Inheritors
ReadOnly
Read
ReadOnly
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
read
Link copied to clipboard
abstract
suspend
fun
read
(
path
:
Path
)
:
ByteArray
size
Link copied to clipboard
abstract
suspend
fun
size
(
path
:
Path
)
:
Long
source
Link copied to clipboard
abstract
suspend
fun
source
(
path
:
Path
)
:
Source
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.