uv run cli_stream.py task "Analyze the project structure and list
all Python files"
Task: Analyze the project structure and list all Python files
Workspace: D:\llm_frontends\sgr-vampi-code
═══ Agent Response ═══
Agent: sgr_vampi_code
Session ID: ...e279921e5841
╭─── RUNCOMMANDTOOL ───╮
{"command":"find . -type f -name \"*.py\" -not -path \"./.venv/*\" -not -path \"./.git/*\" -print","working_dir":".","timeout":30
╰─────────────────────╯
}❌ Agent execution error: 'RunCommandTool' object has no attribute 'remaining_steps'
Traceback (most recent call last):
File "D:\llm_frontends\sgr-vampi-code\sgr_deep_research\core\agents\base_agent.py", line 183, in execute
reasoning = await self._reasoning_phase()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\llm_frontends\sgr-vampi-code\sgr_deep_research\core\agents\sgr_vampi_code_agent.py", line 207, in _reasoning_phase
self._log_reasoning(reasoning)
File "D:\llm_frontends\sgr-vampi-code\sgr_deep_research\core\agents\base_agent.py", line 77, in _log_reasoning
next_step = result.remaining_steps[0] if result.remaining_steps else "Completing"
^^^^^^^^^^^^^^^^^^^^^^
File "D:\llm_frontends\sgr-vampi-code\.venv\Lib\site-packages\pydantic\main.py", line 1026, in __getattr__
raise AttributeError(f'{type(self).__name__!r} object has no attribute {item!r}')
AttributeError: 'RunCommandTool' object has no attribute 'remaining_steps'