MetaGPT/examples/mi
2024-02-20 21:22:08 +08:00
..
crawl_webpage.py unified Interpreter naming 2024-02-18 17:23:10 +08:00
data_visualization.py unified Interpreter naming 2024-02-18 17:23:10 +08:00
email_summary.py unified Interpreter naming 2024-02-18 17:23:10 +08:00
imitate_webpage.py unified Interpreter naming 2024-02-18 17:23:10 +08:00
machine_learning.py fix human interact bug & add example 2024-02-20 21:22:08 +08:00
ml_engineer_with_tools.py unified Interpreter naming 2024-02-18 17:23:10 +08:00
ocr_receipt.py unified Interpreter naming 2024-02-18 17:23:10 +08:00
README.md unified Interpreter naming 2024-02-18 17:23:10 +08:00
rm_image_background.py unified Interpreter naming 2024-02-18 17:23:10 +08:00
sd_tool_usage.py unified Interpreter naming 2024-02-18 17:23:10 +08:00
solve_math_problems.py unified Interpreter naming 2024-02-18 17:23:10 +08:00

MetaGPT Interpreter (MI)

What is Interpreter

Interpreter is an agent who solves problems through codes. It understands user requirements, makes plans, writes codes for execution, and uses tools if necessary. These capabilities enable it to tackle a wide range of scenarios, please check out the examples below.

Example List

  • Data visualization
  • Machine learning modeling
  • Image background removal
  • Solve math problems
  • Receipt OCR
  • Tool usage: web page imitation
  • Tool usage: web crawling
  • Tool usage: text2image
  • Tool usage: email summarization and response
  • More on the way!

Please see here for detailed explanation.