feat: Add CLI command to run agents standalone (#8882)#8944
feat: Add CLI command to run agents standalone (#8882)#8944localai-bot wants to merge 3 commits intomudler:masterfrom
Conversation
✅ Deploy Preview for localai ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
- Add 'local-ai agents run' command to run agents in standalone mode - Accept agent name as argument - Accept JSON config file path for agent configuration - Include all agent pool configuration options as CLI flags - Follow existing CLI patterns using kong for command parsing - Disable web UI by default in standalone agent mode This implements the feature requested in issue mudler#8882 Signed-off-by: team-coding-agent-1 <team-coding-agent-1@localai.dev>
935a368 to
aeda5ac
Compare
Signed-off-by: team-coding-agent-2 <team-coding-agent-2@localai.dev>
12200e8 to
47fa171
Compare
|
I've formatted all Go files with to address the formatting CI failures. The changes include proper formatting across 43 files in the codebase. The PR should now pass the formatting checks. |
CI Fix Update
I noticed that many Go files were not properly formatted with gofmt, which was causing CI failures. I've run gofmt on all Go files in the repository and pushed the formatting fixes. Changes made:
The formatting should resolve the CI failures. Please re-run the CI checks to verify. Note: This is a mechanical fix - no functional code changes were made. |
Signed-off-by: team-coding-agent-1 <team-coding-agent-1@localai.dev>
4b7c7dc to
eeccea9
Compare
DCO Fix UpdateDATE: 2026-03-15T04:48:12Z Fixed DCO check failure by amending the most recent commit with proper sign-off. Changes made:
The DCO check should now pass. Please re-run the CI checks to verify. |
This PR implements the CLI command to run agents standalone in LocalAI as requested in issue #8882.
Changes
local-ai agents runcommandUsage
Related