-
Notifications
You must be signed in to change notification settings - Fork 22
How to test the ai agent on the testnet ? #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey @beeehappyandfree - thanks for your question. make-agent has a --testnet (-t) runtime argument. Here is a package file from a agent that uses it. This was added to the "dev" command here: BitteProtocol/make-agent#18. Let me know if this all works out for you, sorry it took so long for us to respond. Also, if this was sufficiently helpful, please close the issue. |
Hello @bh2smith , I still facing some issues to get it to work. I checkout the near-cow-agent repo. Here are my configurations
|
Right. At step three we need to change that redirect to testnet.wallet.bitte.ai It's under a different domain. I'll try to have to look into it tomorrow but maybe it will help on your mission. |
Added another screenshot. The issue is from local machine it is not connected to the testnet. When i choose mainnet, the url redirects to https://localhost:3001/?account_id=xxxx.near&public_key=nnnnn The expectation for testnet would be a redirect to https://localhost:3001/?account_id=xxxx.testnet&public_key=nnnnn |
So we have been in the process of disconnecting the wallet from the AI platform. There is an open PR in make-agent CLI tool that related to testnet. I've asked internally about the status of this but it seems that
I will give it a try on my own agents. |
Ok - ya so I tried this out locally and it appears, since the separation of wallet from the standalone chat/playground we lost testnet capability. Might be a little before testnet is built into the latest system. Perhaps @SurgeCode can shed some light on the expected time frame for this. |
Testnet is not currently working in production, if you want you can use this test release to try it out 0.2.10-near-testnet-4a335a1 |
Hello @microchipgnu , @nategeier , @rubenmarcus , @sainthiago and @Markeljan
Is there a way to deploy the ai agent to the testnet environment https://testnet.wallet.bitte.ai/smart-actions ?
I have deployed this ai agent to the mainnet playground environment.
https://wallet.bitte.ai/smart-actions?mode=debug&agentId=market-sentiment-agent.vercel.app
I would like to perform some swaps and exchange using the testnet before deploying it to the mainnet.
Thanks
The text was updated successfully, but these errors were encountered: