Best of ai-agentsDecember 2024

  1. 1
    Article
    Avatar of baeldungBaeldung·1y

    Implementing an AI Assistant with Spring AI

    This tutorial delves into the features of Spring AI to create an AI assistant using LLMs like ChatGPT. It highlights the key functionalities, including context-aware response generation, structured output conversion, and integrating with Vector DBs. The process involves setting up necessary dependencies, creating relevant tables, and implementing callback functions. Common concerns like data privacy and maintaining conversational states are addressed using Advisors APIs. Examples demonstrate how to build a chatbot in a legacy Order Management System, showcasing practical applications of these concepts.

  2. 2
    Article
    Avatar of taiTowards AI·1y

    LLM Agents and Agentic Design Patterns

    Agentic AI is revolutionizing AI by enabling autonomous, distributed intelligent agents capable of real-time decision-making and dynamic problem-solving. A recent Berkeley course on LLM Agents offers deep insights into their history, reasoning patterns, and safety. Key highlights include the ReAct pattern for systematic exploration, importance of memory in LLMs, and the advantages of multi-agent systems for complex tasks. However, high costs and latency remain challenges. The field is rapidly evolving with new frameworks like Microsoft’s Autogen and Langchain's Langgraph.

  3. 3
    Article
    Avatar of langchainLangChain·1y

    Command: a new tool for building multi-agent architectures in LangGraph

    Command is a new tool in langgraph designed to simplify the communication within multi-agent systems. It allows for the creation of edgeless graphs, enabling nodes to dynamically determine their subsequent nodes and states. This enhances the flexibility and control over multi-agent architectures, particularly in scenarios involving agent handoffs.