Skip to content

Commit edeb793

Browse files
authored
Merge pull request #891 from geekan/v0.7-release
update readme and roadmap from v0.7, and fix import errors
2 parents 4411bbc + 9f71d88 commit edeb793

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
</p>
2727

2828
## News
29+
🚀 Feb. 08, 2024: [v0.7.0](https://github.com/geekan/MetaGPT/releases/tag/v0.7.0) released, supporting assigning different LLMs to different Roles. We also introduced CodeInterpreter, a powerful agent capable of solving a wide range of real-world problems.
30+
2931
🚀 Jan. 16, 2024: Our paper [MetaGPT: Meta Programming for A Multi-Agent Collaborative Framework
3032
](https://arxiv.org/abs/2308.00352) accepted for oral presentation **(top 1.2%)** at ICLR 2024, **ranking #1** in the LLM-based Agent category.
3133

docs/ROADMAP.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,22 @@ Enable MetaGPT to self-evolve, accomplishing self-training, fine-tuning, optimiz
3535
3. Strategies
3636
1. Support ReAct strategy (experimentation done with game agents)
3737
2. Support CoT strategy (experimentation done with game agents)
38-
3. Support ToT strategy
38+
3. ~~Support ToT strategy~~ (v0.6.0)
3939
4. Support Reflection strategy (experimentation done with game agents)
40-
5. Support planning
40+
5. ~~Support planning~~ (v0.7.0)
4141
4. Actions
4242
1. ~~Implementation: Search~~ (v0.2.1)
4343
2. Implementation: Knowledge search, supporting 10+ data formats
44-
3. Implementation: Data EDA (expected v0.7.0)
45-
4. Implementation: Review & Revise (expected v0.7.0)
44+
3. ~~Implementation: Data EDA~~ (v0.7.0)
45+
4. ~~Implementation: Review & Revise~~ (v0.7.0)
4646
5. ~~Implementation: Add Document~~ (v0.5.0)
4747
6. ~~Implementation: Delete Document~~ (v0.5.0)
4848
7. Implementation: Self-training
4949
8. ~~Implementation: DebugError~~ (v0.2.1)
5050
9. Implementation: Generate reliable unit tests based on YAPI
5151
10. Implementation: Self-evaluation
5252
11. Implementation: AI Invocation
53-
12. Implementation: Learning and using third-party standard libraries
53+
12. ~~Implementation: Learning and using third-party standard libraries~~ (v0.7.0)
5454
13. Implementation: Data collection
5555
14. Implementation: AI training
5656
15. ~~Implementation: Run code~~ (v0.2.1)
@@ -63,14 +63,14 @@ Enable MetaGPT to self-evolve, accomplishing self-training, fine-tuning, optimiz
6363
7. Roles
6464
1. Perfect the action pool/skill pool for each role
6565
2. E-commerce seller
66-
3. Data analyst (expected v0.7.0)
66+
3. ~~Data analyst~~ (v0.7.0)
6767
4. News observer
6868
5. ~~Institutional researcher~~ (v0.2.1)
6969
8. Evaluation
7070
1. Support an evaluation on a game dataset (experimentation done with game agents)
7171
2. Reproduce papers, implement full skill acquisition for a single game role, achieving SOTA results (experimentation done with game agents)
72-
3. Support an evaluation on a math dataset (expected v0.7.0)
73-
4. Reproduce papers, achieving SOTA results for current mathematical problem solving process
72+
3. Support an evaluation on a math dataset (expected v0.8.0)
73+
4. Reproduce papers, achieving SOTA results for current mathematical problem solving process (expected v0.8.0)
7474
9. LLM
7575
1. Support Claude underlying API
7676
2. ~~Support Azure asynchronous API~~

metagpt/actions/ci/__init__.py

Whitespace-only changes.

metagpt/prompts/ci/__init__.py

Whitespace-only changes.

metagpt/roles/ci/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)