Class: SkilletPaths
Defined in: src/libs/skillet_paths.ts:33
Constructors
Constructor
new SkilletPaths():
SkilletPaths
Returns
SkilletPaths
Properties
ENV_VAR_HOME
readonlystaticENV_VAR_HOME:"SKILLET_HOME"='SKILLET_HOME'
Defined in: src/libs/skillet_paths.ts:34
Methods
agentSessionLogsDir()
staticagentSessionLogsDir():string
Defined in: src/libs/skillet_paths.ts:80
Returns
string
agentSessionsDb()
staticagentSessionsDb():string
Defined in: src/libs/skillet_paths.ts:56
Returns
string
bundledConfigDir()
staticbundledConfigDir():string
Defined in: src/libs/skillet_paths.ts:52
Sample crews shipped inside the package; read-only, ships in the npm tarball.
Returns
string
cacheDir()
staticcacheDir():string
Defined in: src/libs/skillet_paths.ts:47
Disposable cache; safe to delete at any time.
Returns
string
configDir()
staticconfigDir():string
Defined in: src/libs/skillet_paths.ts:37
User-authored crews; overlays each package’s bundled samples at read time.
Returns
string
costTrackerDb()
staticcostTrackerDb():string
Defined in: src/libs/skillet_paths.ts:60
Returns
string
jobsDb()
staticjobsDb():string
Defined in: src/libs/skillet_paths.ts:68
Returns
string
openaiCacheDb()
staticopenaiCacheDb():string
Defined in: src/libs/skillet_paths.ts:88
Returns
string
readlineHistory()
staticreadlineHistory(name):string
Defined in: src/libs/skillet_paths.ts:84
Parameters
name
string
Returns
string
stateDir()
staticstateDir():string
Defined in: src/libs/skillet_paths.ts:42
Persistent runtime state: databases, session logs, REPL history.
Returns
string
unifiedBase()
staticunifiedBase():string|null
Defined in: src/libs/skillet_paths.ts:98
The single base when running unified (SKILLET_HOME, or a git checkout in
development), or null when installed (roles are XDG-scattered). The
dispatcher pins this onto worker subprocesses so a worker loaded from
node_modules resolves the dispatcher’s directories, not its own.
Returns
string | null
userStoreDb()
staticuserStoreDb():string
Defined in: src/libs/skillet_paths.ts:64
Returns
string
webChatHandlesDb()
staticwebChatHandlesDb():string
Defined in: src/libs/skillet_paths.ts:76
Returns
string
webSessionsDb()
staticwebSessionsDb():string
Defined in: src/libs/skillet_paths.ts:72
Returns
string