Packages
This is the packages i've installed
"dependencies": {
"@rivet-dev/agent-os-common": "^0.0.260331072558",
"@rivet-dev/agent-os-pi": "^0.1.1",
"@types/typescript": "^2.0.0",
"rivetkit": "^2.3.0",
"typescript": "^6.0.3"
},
"devDependencies": {
"@types/node": "^25.9.3"
},
Context
I'm figuring out how to setup a remote pi coding agent with agentos. it's enticing to me how you guys wrapped pi coding agent and created an interface / api layer which we can use interchangbly without much code changes (adapter pattern!)
Problem
I've doubts on the quickstart guide: https://rivet.dev/docs/agent-os/quickstart/, it's either not up to date or working. I had no issues with step 1 (install) and step 2 (create the server), but with step 2 (create the client) this is where it got fuzzy.
For reference this is to code on the website
and this are the errors I have when i paste it into my IDE (zed)
and here's a detailed look at it
A few more things
Also, i'm quite confused on how the docs ended off. Supposedly it works, and i'm able to run the sdk locally. But i've no idea how this ties back to the rivet managed platform or the actors mentioned in the docs.
How do i even deploy it? this is also not mentioned in the quick start guide as well
I understand if this section is overreaching, but I guess at least for now, some help on the quickstart guide is much appreciated thank you!
Packages
This is the packages i've installed
Context
I'm figuring out how to setup a remote pi coding agent with agentos. it's enticing to me how you guys wrapped pi coding agent and created an interface / api layer which we can use interchangbly without much code changes (adapter pattern!)
Problem
I've doubts on the quickstart guide: https://rivet.dev/docs/agent-os/quickstart/, it's either not up to date or working. I had no issues with step 1 (install) and step 2 (create the server), but with step 2 (create the client) this is where it got fuzzy.
For reference this is to code on the website
and this are the errors I have when i paste it into my IDE (zed)
and here's a detailed look at it
A few more things
Also, i'm quite confused on how the docs ended off. Supposedly it works, and i'm able to run the sdk locally. But i've no idea how this ties back to the rivet managed platform or the actors mentioned in the docs.
How do i even deploy it? this is also not mentioned in the quick start guide as well
I understand if this section is overreaching, but I guess at least for now, some help on the quickstart guide is much appreciated thank you!