Running perseus memory compact hangs indefinitely when llm_provider: ollama is configured and the model (e.g. phi3) takes longer than the terminal timeout. There is no progress indicator and no timeout enforcement from the CLI side.
Steps to reproduce:
- Configure
memory.llm_provider: ollama with a slow model like phi3
- Run
perseus memory compact
- Process hangs indefinitely
Expected
Progress indicator, or respect llm_timeout_s config value, or emit periodic 'still working...' messages.
Actual
Silent hang.
Workaround
Kill the process and disable llm_provider in config. Use deterministic mode.
Running
perseus memory compacthangs indefinitely whenllm_provider: ollamais configured and the model (e.g. phi3) takes longer than the terminal timeout. There is no progress indicator and no timeout enforcement from the CLI side.Steps to reproduce:
memory.llm_provider: ollamawith a slow model like phi3perseus memory compactExpected
Progress indicator, or respect
llm_timeout_sconfig value, or emit periodic 'still working...' messages.Actual
Silent hang.
Workaround
Kill the process and disable
llm_providerin config. Use deterministic mode.