summaryrefslogtreecommitdiff
path: root/packages/examples/background_agent/README.md
diff options
context:
space:
mode:
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"
- ]
- }
- },
-```