Skip to main content

Module builder

Module builder 

Source
Expand description

Back-compatible AgentBuilder / DeepSeekAgent over the new streaming loop. Existing callers (e.g. crates/research, crates/genesis) keep working unchanged.

Structsยง

AgentBuilder
Fluent constructor for DeepSeekAgent. Mirrors the pre-port API.
DeepSeekAgent
Bound DeepSeek agent. Call prompt for the legacy Result<String> API or run for the streaming SdkMessage API.