-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Frontend improvement #125
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
I can help with this, happy to contribute in the front end UI/UX side |
great! I have just merge some slight change change so you might want to update your fork. I couldn't fix the duplicate answer problem (that ususally happen when browsing the web), despite having this condition to check if a message exist before adding it:
I think it's a weird concurrency / useEffect bug ? Haven't really dig into it so much, would be very nice if know how to fix this! Perhaps you can join the discord ? Good luck! |
also feel free to improve the design as you like. |
Thanks Martin,
I am building a separate project like manus for an industry specific use case in cybersecurity . I will contribute the work I did with regards to the UI for this. If you want some downtime, listen to this podcast on manus https://open.spotify.com/episode/5ULvJAzxgzYrDtnfHg7Ddc?si=tHrzA1clQa-ziOANFd_Eaw
Sent from Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Martin ***@***.***>
Sent: Monday, April 21, 2025 3:16:59 PM
To: Fosowl/agenticSeek ***@***.***>
Cc: Saminu ***@***.***>; Comment ***@***.***>
Subject: Re: [Fosowl/agenticSeek] Frontend improvement [Web dev needed] (Issue #125)
also feel free to improve the design as you like.
—
Reply to this email directly, view it on GitHub<#125 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AB6OKZ2YWBA4P7IJH7TCWYD22TVUXAVCNFSM6AAAAAB3OKTXZCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQMJYGM4TAOJXHE>.
You are receiving this because you commented.Message ID: ***@***.***>
[https://avatars.githubusercontent.com/u/49105846?s=20&v=4]Fosowl left a comment (Fosowl/agenticSeek#125)<#125 (comment)>
also feel free to improve the design as you like.
—
Reply to this email directly, view it on GitHub<#125 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AB6OKZ2YWBA4P7IJH7TCWYD22TVUXAVCNFSM6AAAAAB3OKTXZCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQMJYGM4TAOJXHE>.
You are receiving this because you commented.Message ID: ***@***.***>
|
I am sorry, maybe I am misunderstanding but you can't use a UI elements you did for another project and apply it to this project. So could you clarify how you would contribute ? the frontend is mostly done, it's just bug fixes and improvement of the overall design that are needed, not a rewrite. Secondly, why would i listen to a random podcast about manus ? the link is not working but i don't understand why you are promoting this. |
Introduced a task based tab approach as opposed to just a simple chat based interface, use that to keep track of background task a they run. |
Okay that clear it up. It look really good. How would the task tab work exactly? Sound like a nice idea but should take less space (or have button to hide it) Also, it's just a suggestion but for the design I was thinking it would be cool to take some inspiration from Jarvis: |
Task are generally what messages lead to, and most use cases for such agent involves running background task behind the scene. So most messages should be task like message from the users i.e. "Generate a travel plan for 4 days in Paris", "Build me a comprehensive report on topic ABC". similar to Manus. With regards to the video, I can't seem to open it, but I get what you mean. However, the UI for Jarvis is less functional and more connected to a AR/VR world |
Yes, I understand so by background tasks you mean all the processing of the agent until it come to an answer (like the interaction with code interpreter until success or all the navigation steps on the web), right? |
I am merging your pull request |
Perfect |
Hey, I have temporarily removed the task "panel" from App.js so that users can already enjoy the new frontend design, also I have added a updateData function that I call within the fetchLatestAnswer, this is because otherwise the command/code blocks would not display in the editor view when planner agent is working. This required change on the backend as well (mostly specific to agents, mostly no change on api.py). |
Fantastic, I will have a look through it in the next few days. many thanks |
is it possible if someone can help me install and run the api.py model because its not working, i can only run with the cli.py, something with selenium error. |
@ziryge You need to raise an issue with specific information about your OS, and the complete error message. Possibly the .logs/browser.log as well |
Hello @Fosowl, I hope this message finds you well. I recently developed an AI model inspired by your work, built entirely from scratch without referencing or reusing code from your repository. I aimed to ensure originality in the implementation while aligning with similar principles. Would it be possible for you to briefly review the project and share your insights on its competence? I deeply respect your expertise and would greatly value any feedback to improve the model’s quality and robustness. p.s i will update it in 30 minutes so you can use it. |
Hello, you will need to ask me on discord, this is the thread for the frontend. I can take 5 minutes to quickly look at the code but I won't do consulting. |
@Fosowl What is your discord? |
@Fosowl btw my ai is in my repo you can check it out from my account (its public) i made it prpiatary license but i will give you on with mit you can see if there are things that can help! |
click the join discord button in the readme |
@Fosowl ok i will but currently i am in school so i will join when i go home (im in middle school) |
@Fosowl If you think that my code is good can you please promote me. |
I won't promote you, now you should stop spamming this conversation which is for the frontend only. |
@Saminu Hi, are you still on the task ? I have added markdown support on the frontend and will likely integrate other small change. I was also thinking about adding a stop button. It would be better if we could coordinate on the discord. |
Hey I would like to contribute and improve the design, as currently it looks quite simple. Can you assign this issue to me? |
Uh oh!
There was an error while loading. Please reload this page.
Enhance the current design: Improve the UI/UX to improve usability, aesthetics, and user experience.
Fix duplicate message bugs: Resolve issues causing duplicate messages to appear in the frontend.
Improve browser screenshot streaming: The currently approach for streaming of screenshots is probably wrong and kind of glitchy.
Enhance editor view: Improve the functionality and user experience of the editor view, fix bugs.
Fix status message updates: Address the issue where status messages are not being updated correctly by agents.
Add markdown support for left pane view.
More readable command/code output.
The text was updated successfully, but these errors were encountered: