state

package
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 26, 2026 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Overview

Package state 管理 UI 状态与数据绑定

该包维护界面的状态树并提供状态查询与更新方法

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type State

type State int32

State 会话状态

const (
	StateIdle             State = iota // 空闲
	StateWaiting                       // 等待中
	StateGeneratingPrompt              // 正在生成 prompt
	StateRequesting                    // 正在请求 LLM
	StateReciving                      // 正在接收响应
	StateWaitApprove                   // 等待用户审批
	StateToolCalling                   // 正在调用工具
)

状态 Enum

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL