summaryrefslogtreecommitdiff
path: root/packages/examples/background_agent/README.md
blob: 0e5fd6dc804450ebc92607b24fc006a7badad14c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
      ]
    }
  },
```