Skip to content
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

feat: Sotopia aact frontend #253

Closed
wants to merge 58 commits into from
Closed

feat: Sotopia aact frontend #253

wants to merge 58 commits into from

Conversation

akhatua2
Copy link
Contributor

@akhatua2 akhatua2 commented Nov 22, 2024

📑 Description

New frontend for sotopia-aact.

To run this:
On one terminal

cd examples/experimental/nodes/frontend
node server.js

On another terminal

cd examples/experimental/nodes/frontend
npm start

And then follow the readme on how to run interview_openhands.toml

UI

Screenshot 2024-11-21 at 4 56 52 PM Screenshot 2024-11-22 at 12 19 46 AM

Copy link

codecov bot commented Nov 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.47%. Comparing base (8f98ad8) to head (d76f5f8).
Report is 4 commits behind head on main.

@@            Coverage Diff             @@
##             main     #253      +/-   ##
==========================================
+ Coverage   72.88%   74.47%   +1.59%     
==========================================
  Files          58       61       +3     
  Lines        2972     3162     +190     
==========================================
+ Hits         2166     2355     +189     
- Misses        806      807       +1     

see 4 files with indirect coverage changes

@akhatua2 akhatua2 added the ui label Nov 22, 2024
@@ -303,6 +303,15 @@ def get_action_template(self, selected_actions: list[ActionType]) -> str:
async def aact(self, message: AgentAction | Tick | Text) -> AgentAction:
match message:
case Text(text=text):
if "BrowserOutputObservation" in text:
Copy link
Contributor Author

@akhatua2 akhatua2 Nov 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Handling large browser output in a very naive way for now. Plan is to create a browse handler node

@akhatua2 akhatua2 marked this pull request as ready for review November 22, 2024 01:45
@akhatua2 akhatua2 requested a review from ProKil November 22, 2024 01:46
@ProKil
Copy link
Member

ProKil commented Dec 14, 2024

Closing this pull request since the codebase is moved to https://github.com/sotopia-lab/cotomata

@ProKil ProKil closed this Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants