ulab-uiuc / research-town

A platform for developers to simulate research community
http://app.auto-research.dev
Apache License 2.0
84 stars 7 forks source link

feat(log): support logging prompt #747

Closed keyangds closed 3 weeks ago

keyangds commented 3 weeks ago

Closes #

📑 Description

✅ Checks

ℹ Additional Information

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.69%. Comparing base (74a1795) to head (a740584). Report is 1 commits behind head on main.

@@            Coverage Diff             @@
##             main     #747      +/-   ##
==========================================
+ Coverage   87.59%   87.69%   +0.09%     
==========================================
  Files          60       60              
  Lines        2588     2608      +20     
==========================================
+ Hits         2267     2287      +20     
  Misses        321      321              
Files with missing lines Coverage Δ
research_town/agents/agent.py 89.41% <100.00%> (+1.10%) :arrow_up:
research_town/data/__init__.py 100.00% <ø> (ø)
research_town/data/data.py 100.00% <100.00%> (ø)
research_town/utils/agent_prompter.py 94.44% <100.00%> (ø)
research_town/utils/prompt_constructor.py 100.00% <ø> (ø)
tests/agents/test_agents.py 100.00% <ø> (ø)