mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-23 02:07:52 +00: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
17
packages/examples/package.json
Normal file
17
packages/examples/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user