mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 01:07:46 +00: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
16
packages/examples/background_agent/README.md
Normal file
16
packages/examples/background_agent/README.md
Normal file
@@ -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