gemini-cli/packages/examples/background_agent
Tommaso Sciortino 04bbc60b97
Demo background agent (#4409)
Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
2025-07-18 22:21:46 +00:00
..
README.md Demo background agent (#4409) 2025-07-18 22:21:46 +00:00
demo-background-agent.ts Demo background agent (#4409) 2025-07-18 22:21:46 +00:00

README.md

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"
      ]
    }
  },