mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
Currently, the invoice_ocr_assistant example cannot run, it will complain about the index out of range exceptions. The problem comes from adding actions in _act() but do not update the state and max_react_loop. The solution is copied from tutorial_assistants.py. |
||
|---|---|---|
| .. | ||
| di | ||
| __init__.py | ||
| architect.py | ||
| assistant.py | ||
| customer_service.py | ||
| engineer.py | ||
| invoice_ocr_assistant.py | ||
| product_manager.py | ||
| project_manager.py | ||
| prompt.py | ||
| qa_engineer.py | ||
| researcher.py | ||
| role.py | ||
| sales.py | ||
| searcher.py | ||
| sk_agent.py | ||
| teacher.py | ||
| tutorial_assistant.py | ||