mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
- Lower default max_agent_step from 30 to 3 across all agent runners (coze, dashscope, deerflow, dify) for faster responses - Refactor ExecuteShellTool to use plumbum with session-based isolation, maintaining shell state per session (cwd, env vars, etc.) - Remove unused API-specific environment variables from cmd_run - Fix data access bug in shipyard_neo._maybe_model_dump - Add plumbum>=1.10.0 dependency