mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-27 13:34:15 -07:00
Demo background agent (#4409)
Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
This commit is contained in:
committed by
GitHub
parent
73745ecd03
commit
04bbc60b97
@@ -0,0 +1,16 @@
|
||||
# Demo Background Agent
|
||||
|
||||
A pretend background agent that does not actually process tasks in the background. Configure in your settings.json with:
|
||||
|
||||
```javascript
|
||||
"backgroundAgents": {
|
||||
"demo-background-agent": {
|
||||
"command": "npm",
|
||||
"args": [
|
||||
"run",
|
||||
"start:demo-background-agent",
|
||||
"--workspace=@google/gemini-cli-examples"
|
||||
]
|
||||
}
|
||||
},
|
||||
```
|
||||
Reference in New Issue
Block a user