AgentStatus

表示 Agent 当前状态。

Entries

Link copied to clipboard

Agent 主循环空闲,但上下文压缩可能正在进行。

Link copied to clipboard

Agent 的一切活动已经停止,请在此状态后主动释放 AgentAPI 引用,如果仍然需要进行交互请重新从 io.github.autotweaker.api.adapter.Session.restore 获取实例。

Link copied to clipboard

Agent 主循环发生不可恢复错误,已经无法工作。此时调用 Agent 的任何 api 都会抛出导致主循环失败的那个原始异常。

Link copied to clipboard

Agent 正在调用 LLM,在此期间不会有上下文更新。

Link copied to clipboard

Agent 正在执行工具,在此期间不会有上下文更新。

Link copied to clipboard

短暂的瞬时状态,Agent 正在执行内部运算,如更新上下文或校验工具调用。

Link copied to clipboard

Agent 正在等待工具审批。

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.