consciousness/poc-agent/src
Kent Overstreet f83325b44d Fix poc-agent for vllm/Qwen 3.5: reasoning display, tool parser
- Always display reasoning tokens regardless of reasoning_effort
  setting — Qwen 3.5 thinks natively and the reasoning parser
  separates it into its own field
- Remove chat_template_kwargs that disabled thinking when
  reasoning_effort was "none"
- Add chat_template_kwargs field to ChatRequest for vllm compat
- Update provision script: qwen3_xml tool parser, qwen3 reasoning
  parser, 262K context, 95% GPU memory utilization

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 00:06:26 -04:00
..
api Fix poc-agent for vllm/Qwen 3.5: reasoning display, tool parser 2026-03-19 00:06:26 -04:00
tools Move poc-agent into workspace, improve agent prompts 2026-03-18 22:45:01 -04:00
agent.rs Move poc-agent into workspace, improve agent prompts 2026-03-18 22:45:01 -04:00
cli.rs Move poc-agent into workspace, improve agent prompts 2026-03-18 22:45:01 -04:00
config.rs Move poc-agent into workspace, improve agent prompts 2026-03-18 22:45:01 -04:00
dmn.rs Move poc-agent into workspace, improve agent prompts 2026-03-18 22:45:01 -04:00
journal.rs Move poc-agent into workspace, improve agent prompts 2026-03-18 22:45:01 -04:00
lib.rs Add lib target to poc-agent, make poc-memory depend on it 2026-03-18 22:56:48 -04:00
log.rs Move poc-agent into workspace, improve agent prompts 2026-03-18 22:45:01 -04:00
main.rs Move poc-agent into workspace, improve agent prompts 2026-03-18 22:45:01 -04:00
observe.rs Move poc-agent into workspace, improve agent prompts 2026-03-18 22:45:01 -04:00
tui.rs Move poc-agent into workspace, improve agent prompts 2026-03-18 22:45:01 -04:00
types.rs Fix poc-agent for vllm/Qwen 3.5: reasoning display, tool parser 2026-03-19 00:06:26 -04:00
ui_channel.rs Move poc-agent into workspace, improve agent prompts 2026-03-18 22:45:01 -04:00