fabro/crates/agent/src
Bryan Helmkamp e4fc345912 Switch agent session from complete() to stream() to avoid request timeouts
Long Opus responses hit the 120s request timeout with complete(). With
stream(), the request timeout only covers initial connection + first
chunk, then the 30s stream_read timeout guards against stalls between
chunks. Also emits AssistantTextDelta events during streaming.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 13:10:54 -05:00
..
profiles Remove deprecated anthropic-beta header values 2026-02-23 10:05:43 -05:00
cli.rs Extract terminal crate and prettify attractor CLI output 2026-02-23 12:06:24 -05:00
config.rs Add agent CLI with tool approval callback 2026-02-23 10:50:40 -05:00
error.rs Rename unified-llm crate to llm 2026-02-23 09:22:14 -05:00
event.rs Rename coding-agent-loop crate to agent 2026-02-23 09:17:48 -05:00
execution_env.rs Rename coding-agent-loop crate to agent 2026-02-23 09:17:48 -05:00
history.rs Preserve provider-specific content parts across agent turns 2026-02-23 10:54:35 -05:00
lib.rs Merge agent-cli crate into agent as cli module 2026-02-23 11:14:25 -05:00
local_env.rs Rename coding-agent-loop crate to agent 2026-02-23 09:17:48 -05:00
loop_detection.rs Preserve provider-specific content parts across agent turns 2026-02-23 10:54:35 -05:00
main.rs Merge agent-cli crate into agent as cli module 2026-02-23 11:14:25 -05:00
project_docs.rs Rename coding-agent-loop crate to agent 2026-02-23 09:17:48 -05:00
provider_profile.rs Rename unified-llm crate to llm 2026-02-23 09:22:14 -05:00
session.rs Switch agent session from complete() to stream() to avoid request timeouts 2026-02-23 13:10:54 -05:00
subagent.rs Rename unified-llm crate to llm 2026-02-23 09:22:14 -05:00
test_support.rs Switch agent session from complete() to stream() to avoid request timeouts 2026-02-23 13:10:54 -05:00
tool_registry.rs Rename unified-llm crate to llm 2026-02-23 09:22:14 -05:00
tools.rs Rename unified-llm crate to llm 2026-02-23 09:22:14 -05:00
truncation.rs Rename coding-agent-loop crate to agent 2026-02-23 09:17:48 -05:00
types.rs Switch agent session from complete() to stream() to avoid request timeouts 2026-02-23 13:10:54 -05:00