mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-23 03:24:42 -07:00
04bbc60b97
Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
382 B
382 B
Demo Background Agent
A pretend background agent that does not actually process tasks in the background. Configure in your settings.json with:
"backgroundAgents": {
"demo-background-agent": {
"command": "npm",
"args": [
"run",
"start:demo-background-agent",
"--workspace=@google/gemini-cli-examples"
]
}
},