mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-30 11:26:23 +02:00
add example readme
This commit is contained in:
parent
74c5807d01
commit
66d891fe81
1 changed files with 18 additions and 0 deletions
18
examples/ci/README.md
Normal file
18
examples/ci/README.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Code Interpreter (CI)
|
||||
|
||||
## What is CodeInterpreter
|
||||
CodeInterpreter 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](https://docs.deepwisdom.ai/main/en/guide/use_cases/agent/code_interpreter/ci_intro.html) for detailed explanation.
|
||||
Loading…
Add table
Add a link
Reference in a new issue