BayJarvis: Blogs on agent

paper Voyager: An Open-Ended Embodied Agent with Large Language Models - 2024-04-13

Voyager is the first LLM (Large Language Models) powered embodied lifelong learning agent that continuously explores the world, acquires diverse skills, and makes novel discoveries without human intervention. The agent is designed to operate in the Minecraft environment, a popular open-ended game that offers a rich set of tasks and interactions. …

paper Reflexion: Language Agents with Verbal Reinforcement Learning - 2024-04-13

Reflexion is a novel framework proposed by Shinn et al. for reinforcing language agents through linguistic feedback rather than traditional weight updates. The key idea is to have agents verbally reflect on feedback signals, maintain the reflective text in an episodic memory buffer, and use this to guide better decision making in subsequent trials. …

paper Cognitive Architectures for Language Agents - 2024-04-01

Cognitive Architectures for Language Agents: A Framework for Building Intelligent Language Models. Large language models (LLMs) have achieved impressive results on many natural language tasks. However, to build truly intelligent agents, we need to equip LLMs with additional capabilities like memory, reasoning, learning, and interacting with the environment. A new paper titled "Cognitive Architectures for Language Agents" proposes a framework called CoALA to guide the development of such language agents. …

paper AutoGen: Unleashing the Power of Multi-Agent Conversations in LLM Applications - 2023-11-12

AutoGen is an open-source framework that facilitates the development of LLM (Large Language Model) applications using a multi-agent conversation approach. It allows developers to build customizable, conversable agents capable of operating in various modes, combining LLMs, human inputs, and tools. …