summaryrefslogtreecommitdiff
path: root/packages/examples/background_agent/README.md
diff options
context:
space:
mode:
authorTommaso Sciortino <[email protected]>2025-07-18 17:28:40 -0700
committerGitHub <[email protected]>2025-07-19 00:28:40 +0000
commit4dbd9f30b6df879661e968e493f817667954bfce (patch)
tree3dcdfb8b550baf559ea86f27d898d33988cdaf31 /packages/examples/background_agent/README.md
parent5b7b6fe608257381f522df5432d76e9fdf2bc144 (diff)
Revert background agent commits (#4479)
Diffstat (limited to 'packages/examples/background_agent/README.md')
-rw-r--r--packages/examples/background_agent/README.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/examples/background_agent/README.md b/packages/examples/background_agent/README.md
deleted file mode 100644
index 0e5fd6dc..00000000
--- a/packages/examples/background_agent/README.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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"
- ]
- }
- },
-```