2/ ReWOO Assign task outputs to variables that can be explicitly passed to subsequent tasks. Provides more focused context to task executors and makes it easy to fine-tune a planner LLM (since the plan doesn't depend on tool outputs) Based on research of @billxbf
, et. al.
AGENTS
-

ReWOO: Task Output Assignment for Focused Agent Execution
By
–
-

Plan-and-Execute Agents: Faster LLM-Powered Execution
By
–
Plan-and-Execute Agents We've added new documentation on how to make plan-and-execute style agents using LangGraph. Relative to older agent designs, these agents promise: Faster Execution: fewer calls to large models, and execution of tools while the LLM is still
-

Plan-and-Execute: LLM Task Planning and Dynamic Replanning
By
–
1/ Plan-and-execute Planner LLM generates a task list, each task is executed by a smaller LLM, and dynamic replanning (or response) is done using the final output. Based on the @yoheinakajima
's BabyAGI project and Lei Wang's "Plan and solve" paper Python: -

Demonstration of AI agent tool-use permissions and UI behavior
By
–



A video showcasing a difference between querying allow listed domain vs block listed It starts with some experiment where the "search on Bing" action icon is hidden (vs the second example where it is shown)
-

Free Webinar on LLM Landscape and AI Platform Demo
By
–
Our free webinar is tomorrow! Come listen to Bindu Reddy give an informative talk about the current LLM and AI landscape and learn how to use our state of the art ML and LLM Ops platform. We’ll build RAG systems, ChatLLMs, & AI agents – all complex AI systems for your
-
Microsoft Copilot Showcases AI Assistant to Masses
By
–
2. Microsoft’s Copilot (which I wrote about last week) showcased its AI assistant to the masses.
-

Decision Transformer Learns Game Instructions from Multimodal Input
By
–
Read to Play (R2-Play): Decision Transformer with Multimodal Game Instruction Jin et al.: https://
arxiv.org/abs/2402.04154 #ArtificialIntelligence #DeepLearning #MachineLearning -
Connecting Chatbots to External Data Sources via RAG
By
–
Learn how to connect chatbots to external data sources via RAG: https://
txt.cohere.com/exploring-chat
-rag/
… -
Integrating GPTs with External Messaging Platforms
By
–
Any plans to allow GPTs to be integrated with platforms which support bots? Telegram, Discord etc. In order to compete with Coze and others.