mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-20 10:10:56 -07:00
Demo background agent (#4409)
Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
This commit is contained in:
committed by
GitHub
parent
73745ecd03
commit
04bbc60b97
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user