ZIm/crates/agent2
Nathan Sobo f81993574e Connect Native Agent responses to UI display
User-visible improvements:
- Native Agent now shows AI responses in the chat interface
- Uses configured default model from settings instead of random selection
- Streams responses in real-time as the model generates them

Technical changes:
- Implemented response stream forwarding from Thread to AcpThread
- Created Session struct to manage Thread and AcpThread together
- Added proper SessionUpdate handling for text chunks and tool calls
- Fixed model selection to use LanguageModelRegistry's default
- Added comprehensive logging for debugging model interactions
- Removed unused cwd parameter - native agent captures context differently than external agents
2025-08-02 09:58:33 -06:00
..
src Connect Native Agent responses to UI display 2025-08-02 09:58:33 -06:00
Cargo.toml Add Native Agent to UI and implement NativeAgentServer 2025-08-02 09:17:26 -06:00
LICENSE-GPL WIP: Add agent2 crate from test-driven-agent branch 2025-08-01 22:32:36 -06:00