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
/
Select
Select
interface
Select
<
Path
>
:
FileSystemProvider.Serialization
<
Path
>
(
source
)
Inheritors
ReadOnly
Select
ReadOnly
Members
Functions
exists
Link copied to clipboard
abstract
suspend
fun
exists
(
path
:
Path
)
:
Boolean
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
list
Link copied to clipboard
abstract
suspend
fun
list
(
path
:
Path
)
:
List
<
Path
>
metadata
Link copied to clipboard
abstract
suspend
fun
metadata
(
path
:
Path
)
:
FileMetadata
?
name
Link copied to clipboard
abstract
suspend
fun
name
(
path
:
Path
)
:
String
parent
Link copied to clipboard
abstract
suspend
fun
parent
(
path
:
Path
)
:
Path
?
relative
Link copied to clipboard
open
suspend
fun
relative
(
root
:
Path
,
path
:
Path
)
:
String
?
relativize
Link copied to clipboard
abstract
suspend
fun
relativize
(
root
:
Path
,
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.