Tag: multi-agent
All the articles with the tag "multi-agent".
-
Deep Research Agents Explained: Architecture, Types, and Practical Applications
Decode how Deep Research Agents work — from LLM reasoning and tool use to multi-agent architectures — covering agent types, practical use cases, limitations, and responsible adoption, based on evidence from multiple systematic reviews.
-
Multi-Agent Conversational Recommender System: Agentic Patterns with OpenAI Agents SDK
Build a multi-agent conversational recommender system using agentic design patterns — hub-and-spoke orchestration, parallel agent execution, and reflection loops with the OpenAI Agents SDK.
-
Know Your RAG — Building an Evaluation Dataset for Public Health RAG Systems
Build a domain-specific RAG evaluation dataset from public health literature using the Know Your RAG framework — LLM-generated questions, critique filtering, and RAGAS benchmarking of Agentic vs Naive RAG pipelines.
-
Evidence-First AI - Implementing Agentic RAG with OpenAI Agents SDK
Updated:Build a PaperQA-inspired agentic RAG system using OpenAI Agents SDK — multi-agent orchestration, semantic search with ChromaDB, ReAct pattern, and LLM-as-judge reranking.