diff --git a/docs/awesome-agi.md b/docs/awesome-agi.md index 966a32c57..c954821f4 100644 --- a/docs/awesome-agi.md +++ b/docs/awesome-agi.md @@ -8,14 +8,14 @@ Artificial General Intelligence. ### 🌌 Reasoning Systems -| System | Date | Comments | Information | -|:-----------|------------|---------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| AutoGPT | 2023-04-03 | objective-driven: Execution VM, with Agents | [Torantulino/Auto-GPT](https://github.com/Torantulino/Auto-GPT) | -| BabyAGI | 2023-04-02 | objective-driven: Task expander loop | [yoheinakajima/babyagi](https://github.com/yoheinakajima/babyagi) | -| HuggingGPT | 2023-03-30 | Model calls specialized models for input | [[PDF](https://arxiv.org/pdf/2303.17580)] [Solving AI Tasks with ChatGPT and its Friends in HuggingFace](https://arxiv.org/abs/2303.17580) | -| Reflexion | 2023-03-20 | | [[PDF](https://arxiv.org/pdf/2303.11366)] [Reflexion: an autonomous agent with dynamic memory and self-reflection](https://arxiv.org/abs/2303.11366) | -| DEPS | 2023-02-03 | | [[PDF](https://arxiv.org/pdf/2302.01560)] [Describe, Explain, Plan and Select: Interactive Planning with Large Language Models Enables Open-World Multi-Task Agents](https://arxiv.org/abs/2302.01560) | -| ReAct | 2022-10-06 | | [[PDF](https://arxiv.org/pdf/2210.03629)] [ReAct: Synergizing Reasoning and Acting in Language Models](https://arxiv.org/abs/2210.03629) | +| System | Date | Comments | Information | +|:-----------|--------|---------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| AutoGPT | Apr 3 | objective-driven: Execution VM, with Agents | [Torantulino/Auto-GPT](https://github.com/Torantulino/Auto-GPT) | +| BabyAGI | Apr 2 | objective-driven: Task expander loop | [yoheinakajima/babyagi](https://github.com/yoheinakajima/babyagi) | +| HuggingGPT | Mar 30 | Model calls specialized models for input | [[PDF](https://arxiv.org/pdf/2303.17580)] [Solving AI Tasks with ChatGPT and its Friends in HuggingFace](https://arxiv.org/abs/2303.17580) | +| Reflexion | Mar 20 | | [[PDF](https://arxiv.org/pdf/2303.11366)] [Reflexion: an autonomous agent with dynamic memory and self-reflection](https://arxiv.org/abs/2303.11366) | +| DEPS | Feb 3 | | [[PDF](https://arxiv.org/pdf/2302.01560)] [Describe, Explain, Plan and Select: Interactive Planning with Large Language Models Enables Open-World Multi-Task Agents](https://arxiv.org/abs/2302.01560) | +| ReAct | 2022 | | [[PDF](https://arxiv.org/pdf/2210.03629)] [ReAct: Synergizing Reasoning and Acting in Language Models](https://arxiv.org/abs/2210.03629) | ### 🌠 Other Interesting Reads