Integration with agy (antigravity) #2236
Replies: 5 comments 3 replies
|
There is an ACP wrapper around agy which works in paseo |
|
Here's a working setup for using an ACP bridge to run mkdir -p ~/.local/share/agy-acp && cd ~/.local/share/agy-acp && npm install agy-acpAdd the provider under "antigravity-acp": {
"extends": "acp",
"label": "Google Antigravity 2.0",
"command": ["/opt/homebrew/bin/node", "~/.local/share/agy-acp/node_modules/agy-acp/dist/main.js"],
"env": { "AGY_BIN": "/opt/homebrew/bin/agy" },
"enabled": true
}Then run: paseo daemon restart |
|
AGY itself can only handle around 3–4 concurrent threads reliably. Someone
in the community has already run concurrency tests and documented the
results here:
google-antigravity/antigravity-cli#573
I’m now working on v2.0.0.0, which will introduce concurrency control and
queue management. Once that’s in place, automated development tasks should
run much more reliably without failing when too many jobs are started at
the same time.
daniel souza ***@***.***> 于2026年8月14日周五 02:02写道:
… works for me, thank u my friend.
—
Reply to this email directly, view it on GitHub
<#2236?email_source=notifications&email_token=BW7DEEWP4AXVAM5E52CJ3SD5JX7BXA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCOBQGA2TOMJWUZZGKYLTN5XKOY3PNVWWK3TUUVSXMZLOOSWGM33PORSXEX3DNRUWG2Y#discussioncomment-18005716>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BW7DEERADO7TGKQX2RCCODL5JX7BXAVCNFSNUABJKJSXA33TNF2G64TZHMYTANZVGM4DCMZXGU5UI2LTMN2XG43JN5XDWMJQGQ2TQNZUGSQXMAQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
|
antigravity is now listed in the ACP Registry |
|
Follow-up on the queue work I posted here earlier: paseo-agy-acp 2.1.0.0 shipped. The ACP execution path is now Google's official Antigravity ACP kernel (
Install + env: https://github.com/tiezbro/paseo-agy-acp Still a community Generic ACP adapter — not official Paseo or Google support. Native |
Uh oh!
There was an error while loading. Please reload this page.
can please add integration with antigravity is the new gemini cli.
All reactions