-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update the current Eliza UI to the latest version available #212
Comments
A portion of this task involves updating the Eliza UI chat code to automatically retrieve all room messages, rather than only fetching the response to the sent message as it currently does. The PR #232 was updated to support that functionality. there are some improvement that are still ongoing. |
@ArsalonAmini2024 for the initial deployment and to save time I will update the existing Eliza UI/agent we have with the latest update in For adding multiple environments of deployment we need to understand what branch need to be deployed where, we also need to add some CI workflows so that those deployments are happening either automatically or with a manual trigger from the github action page to remove human errors with manual deployments from command lines. Let me know if you are fine with that. |
@snobbee thanks for addressing my comment, RE - for the initial deployment and to save time I will update the existing Eliza UI/agent we have with the latest update in sif-dev that way it will include the github integration functionality. Sounds good. Makes sense, we should probably have a secure URL for accessing this UI - this used to be something - http://eliza.sifchain.network:5173/ now it's not working. Did we buy a domain name? we may want to have it on a URL that makes sense app.realityspiral.com or something. RE - For adding multiple environments of deployment we need to understand what branch need to be deployed where, we also need to add some CI workflows so that those deployments are happening either automatically or with a manual trigger from the github action page to remove human errors with manual deployments from command lines. I'm going to break that request out into a separate Issue but yes, we want those items setup ^^. |
@ArsalonAmini2024 FYI, this was already discussed and started here: #105 (comment) |
If we need three environments I suggest we just use three diferent folders and parametrize everything by environment name, e.g. |
here is an update about the Eliza UI deployment:
here is a screengrab of the github client in action using the new Eliza UI deployed: Screen.Recording.2025-01-18.at.00.23.39.movcc @monilpat @ArsalonAmini2024 @mihai169 @jkbrooks @jzvikart |
Amazing work - we should probably filter based off of the user as I am seeing your messages see: Screen.Recording.2025-01-17.at.3.45.05.PM.mov |
I've added more space. I've also cloned the current environment data to IMPORTANTSince the services are running with publicly accessible ports, we need to secure them. We should assume that whatever is running on this machine can be lost, stolen or compromised at any moment, and that the machine itself can be easily taken control of and potentially used for illegal activities. We should assume that this will eventually happen and that the only question is when. Some guidelines:
|
|
A new version of the client is available, we need to bump the current instance of the Eliza UI we host to this new version that brings some functionality improvements.
elizaOS#2038
Acceptance criteria:
User interface is updated to new Eliza UI.
The text was updated successfully, but these errors were encountered: