Demo background agent (#4409)

Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
This commit is contained in:
Tommaso Sciortino
2025-07-18 15:21:46 -07:00
committed by GitHub
parent 73745ecd03
commit 04bbc60b97
4 changed files with 308 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "@google/gemini-cli-examples",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start:demo-background-agent": "tsx background_agent/demo-background-agent.ts",
"build": "echo 'nothing to build'"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.15.1",
"zod": "^3.23.8"
},
"devDependencies": {
"tsx": "^4.16.2"
}
}