MetaGPT icon indicating copy to clipboard operation
MetaGPT copied to clipboard

feat: +intent detect

Open iorisa opened this issue 1 year ago • 1 comments

Features

  1. Detect the user intent for each word.
  2. Create clarification if need.
  3. Bind SOP if there is.

DEPs:

  • #1125
  • #1053
  • #1068

iorisa avatar Mar 26 '24 11:03 iorisa

Codecov Report

Attention: Patch coverage is 26.99468% with 549 lines in your changes are missing coverage. Please review.

Project coverage is 33.55%. Comparing base (5180980) to head (4b44148). Report is 13 commits behind head on main.

Files Patch % Lines
metagpt/actions/intent_detect.py 31.89% 126 Missing :warning:
metagpt/actions/import_repo.py 22.62% 106 Missing :warning:
metagpt/tools/libs/software_development.py 21.49% 84 Missing :warning:
metagpt/utils/repo_to_markdown.py 12.76% 41 Missing :warning:
metagpt/actions/extract_readme.py 36.20% 37 Missing :warning:
metagpt/roles/engineer.py 20.45% 35 Missing :warning:
metagpt/utils/common.py 10.81% 33 Missing :warning:
metagpt/utils/git_repository.py 22.85% 27 Missing :warning:
metagpt/context.py 20.00% 20 Missing :warning:
metagpt/tools/libs/shell.py 41.17% 10 Missing :warning:
... and 10 more

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1112       +/-   ##
===========================================
- Coverage   74.84%   33.55%   -41.29%     
===========================================
  Files         278      285        +7     
  Lines       16848    17536      +688     
===========================================
- Hits        12610     5885     -6725     
- Misses       4238    11651     +7413     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Mar 26 '24 11:03 codecov-commenter