Eai.Chat (eai v0.1.5)

Copy Markdown

Summary

Functions

Returns a specification to start this module under a supervisor.

强制中断:仅设置中断标记,不直接操作 PTY。 模型在轮询任务结果时会自行发现中断,并触发 Ctrl+C 注入。

发送消息,自动累积上下文。

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

get_history()

interrupt!()

强制中断:仅设置中断标记,不直接操作 PTY。 模型在轮询任务结果时会自行发现中断,并触发 Ctrl+C 注入。

send(message, opts \\ [])

start_link(opts \\ [])

talk(text, opts \\ [])

发送消息,自动累积上下文。

  • timeout:超时提醒(毫秒),超时后通过 ResultCollector 的深度窗口提醒模型,不中断任务。 talk 一直等待最终回复(调用方阻塞,但 GenServer 内部异步,仍可处理其他请求)。