package
Version:
v1.1.2
Opens a new window with list of versions in this module.
Published: Jan 1, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Append 追加一条记录到 session 的 JSONL 文件。
Clear 删除指定会话的本地记录文件。
用于交互式模式下的 reset(清理上下文)。
DefaultBaseDir 返回会话目录:~/.kubectl-qyai/sessions
FormatContext 把最近的 turn 变成中文上下文,供模型解析时参考。
type Turn struct {
Time time.Time `json:"time"`
Prompt string `json:"prompt"`
Command string `json:"command,omitempty"`
OK bool `json:"ok"`
Error string `json:"error,omitempty"`
}
Turn 表示一次最小会话记录。
目的:给下一次解析提供“最近上下文”,并便于排障与回放。
LoadRecent 读取最近 n 条记录(按时间顺序返回)。
Source Files
¶
Click to show internal directories.
Click to hide internal directories.