AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
common
Target filter
common
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.debug
Package-level
declarations
Types
Types
Agent
Data
Entry
Link copied to clipboard
data
class
AgentDataEntry
(
val
key
:
String
,
val
name
:
String
,
val
model
:
String
,
val
context
:
String
,
val
activeTools
:
String
)
:
DbEntry
Db
Entry
Link copied to clipboard
sealed
class
DbEntry
Json
Store
Entry
Link copied to clipboard
data
class
JsonStoreEntry
(
val
key
:
String
,
val
content
:
String
)
:
DbEntry
Secret
Entry
Link copied to clipboard
data
class
SecretEntry
(
val
key
:
String
,
val
content
:
String
)
:
DbEntry
Session
Data
Entry
Link copied to clipboard
data
class
SessionDataEntry
(
val
key
:
String
,
val
title
:
String
?
,
val
overview
:
String
?
,
val
workspaceId
:
String
,
val
agentIndex
:
String
)
:
DbEntry
Session
Message
Entry
Link copied to clipboard
data
class
SessionMessageEntry
(
val
key
:
String
,
val
type
:
String
,
val
timestamp
:
Long
,
val
content
:
String
)
:
DbEntry
Setting
Entry
Link copied to clipboard
data
class
SettingEntry
(
val
key
:
String
,
val
value
:
String
)
:
DbEntry