mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-18 13:55:17 +02:00
update examples README
This commit is contained in:
parent
d62cf5cf1d
commit
7d28509edc
1 changed files with 12 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
## Examples
|
||||
We introduce some example agents created recently and show how to created these agents under the framework.
|
||||
|
||||
- Researcher
|
||||
- With the given research topic, the agent will derive the keywords from the topic and then search the related documents using search engine api.
|
||||
- The search result will be ranked and filtered to get high quality candidates.
|
||||
- Summary the final content using the candidate documents as context.
|
||||
- Invoice OCR and QA
|
||||
- With the given one or multi invoices, the agent can recognize the text from the image or pdf.
|
||||
- Organize the text with particular structure, generally, it will be saved in a csv.
|
||||
- It can answer your question like `what's the total reimbursement of Alice?`
|
||||
- Werewolf Game
|
||||
Loading…
Add table
Add a link
Reference in a new issue