Skip to content

Commit

Permalink
Updating
Browse files Browse the repository at this point in the history
--- **0** ---
Added context lines to provide more information about LLM-powered autonomous agents and their key components.
--- **1** ---
Added information about the LLM-powered autonomous agent system and its key components:

- LLM functions as the agent's brain.
- The agent uses planning to break down large tasks into smaller subgoals.
- The agent can reflect and refine past actions to improve future results.
- The agent has memory capabilities.
--- **2** ---
Additions and changes to the `_d/ai_papers.md` file:
- Added a link to [Lilian Weng's LLM Powered Autonomous Agents](https://lilianweng.github.io/posts/2023-06-23-agent/) for reference.
- Added a section on LLM Agents with details on how LLM functions as an agent's brain and the key components it complements, including planning and memory.
--- **3** ---
Added additional context lines to provide a clearer understanding of the changes made in the commit.
--- **9** ---
  • Loading branch information
idvorkin committed Aug 1, 2023
1 parent d7f48f0 commit e5fcbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _d/ai_papers.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The original AI papers were all about training, super technical, and not that us

Woah, this starting off point is great:

https://lilianweng.github.io/posts/2023-06-23-agent/
From [Lilian Weng's LLM Powered Autonmous Agents](https://lilianweng.github.io/posts/2023-06-23-agent/)

Shamelessly inlining from the above:

Expand Down

0 comments on commit e5fcbca

Please sign in to comment.