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: Adding Chat print node for pretty printing chat conversation between agents #250

Merged
merged 43 commits into from
Nov 16, 2024

Merge branch 'chat_print' of https://github.com/sotopia-lab/sotopia i…

9c62b90
Select commit
Loading
Failed to load commit list.
Merged

feat: Adding Chat print node for pretty printing chat conversation between agents #250

Merge branch 'chat_print' of https://github.com/sotopia-lab/sotopia i…
9c62b90
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 16, 2024 in 0s

72.88% (+0.00%) compared to 7d2ab2f

View this Pull Request on Codecov

72.88% (+0.00%) compared to 7d2ab2f

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.88%. Comparing base (7d2ab2f) to head (9c62b90).
Report is 17 commits behind head on main.

@@           Coverage Diff           @@
##             main     #250   +/-   ##
=======================================
  Coverage   72.88%   72.88%           
=======================================
  Files          58       58           
  Lines        2972     2972           
=======================================
  Hits         2166     2166           
  Misses        806      806           
Files with missing lines Coverage Δ
sotopia/experimental/__init__.py 100.00% <100.00%> (ø)
sotopia/experimental/agents/base_agent.py 97.50% <100.00%> (ø)