mirror of
https://github.com/mudler/LocalAGI.git
synced 2026-07-23 10:45:41 -04:00
2d2da7df95
* feat: add --prompt flag for foreground agent mode - Add --prompt/-p flag to 'agent run' command - When --prompt is provided, runs agent in foreground mode - Creates agent, executes Ask() with the prompt, prints response, and exits - Supports both agent name and --config file input modes - Follows existing code patterns in the repository * fix: correct JobResult field access for error and response --------- Co-authored-by: localai-bot <localai-bot@noreply.github.com>