Skip to content

Commit 0354d2f

Browse files
update repo and samples
Signed-off-by: Craig <[email protected]>
1 parent 70852c8 commit 0354d2f

File tree

1 file changed

+57
-19
lines changed

1 file changed

+57
-19
lines changed

data/samples.yaml

Lines changed: 57 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -353,57 +353,95 @@ samples:
353353
- aiml
354354
# Agentic AI ----------------------------
355355
- title: Agent-to-Agent
356-
url: https://github.com/docker/compose-agents-demo/tree/main/a2a
357-
description: This app is a modular AI agent runtime built on Google’s Agent Development Kit (ADK) and the A2A (Agent-to-Agent) protocol. It wraps a large language model (LLM)-based agent in an HTTP API and uses structured execution flows with streaming responses, memory, and tools. It is designed to make agents callable as network services and composable with other agents.
356+
url: https://github.com/docker/compose-for-agents/tree/main/a2a
357+
description: >
358+
This app is a modular AI agent runtime built on Google's Agent
359+
Development Kit (ADK) and the A2A (Agent-to-Agent) protocol. It wraps a
360+
large language model (LLM)-based agent in an HTTP API and uses
361+
structured execution flows with streaming responses, memory, and tools.
362+
It is designed to make agents callable as network services and
363+
composable with other agents.
358364
services:
359365
- python
360366
- aiml
361367
- agentic-ai
362368
- title: ADK Multi-Agent Fact Checker
363-
url: https://github.com/docker/compose-agents-demo/tree/main/adk
364-
description: This project demonstrates a collaborative multi-agent system built with the Agent Development Kit (ADK), where a top-level Auditor agent coordinates the workflow to verify facts. The Critic agent gathers evidence via live internet searches using DuckDuckGo through the Model Context Protocol (MCP), while the Reviser agent analyzes and refines the conclusion using internal reasoning alone. The system showcases how agents with distinct roles and tools can collaborate under orchestration.
369+
url: https://github.com/docker/compose-for-agents/tree/main/adk
370+
description: >
371+
This project demonstrates a collaborative multi-agent system built with
372+
the Agent Development Kit (ADK), where a top-level Auditor agent coordinates
373+
the workflow to verify facts. The Critic agent gathers evidence via live
374+
internet searches using DuckDuckGo through the Model Context Protocol (MCP),
375+
while the Reviser agent analyzes and refines the conclusion using internal
376+
reasoning alone. The system showcases how agents with distinct roles and
377+
tools can collaborate under orchestration.
365378
services:
366379
- python
367380
- aiml
368381
- agentic-ai
369-
- title: Agno
370-
url: https://github.com/docker/compose-agents-demo/tree/main/agno
371-
description: This app is a multi-agent orchestration system powered by LLMs (like Qwen and OpenAI) and connected to tools via a Model Control Protocol (MCP) gateway. Its purpose is to retrieve, summarize, and document GitHub issues—automatically creating Notion pages from the summaries. It also supports file content summarization from GitHub.
382+
- title: DevDuck agents
383+
url: https://github.com/docker/compose-for-agents/tree/main/adk-cerebras
384+
description: >
385+
A multi-agent system for Go programming assistance built with Google
386+
Agent Development Kit (ADK). This project features a coordinating agent
387+
(DevDuck) that manages two specialized sub-agents (Bob and Cerebras)
388+
for different programming tasks.
372389
services:
373390
- python
374391
- aiml
375392
- agentic-ai
376-
- title: CrewAI
377-
url: https://github.com/docker/compose-agents-demo/tree/main/crew-ai
378-
description: This project showcases an autonomous, multi-agent virtual marketing team built with CrewAI. It automates the creation of a high-quality, end-to-end marketing strategy — from research to copywriting — using task delegation, web search, and creative synthesis.
393+
- title: Agno
394+
url: https://github.com/docker/compose-for-agents/tree/main/agno
395+
description: >
396+
This app is a multi-agent orchestration system powered by LLMs (like Qwen
397+
and OpenAI) and connected to tools via a Model Control Protocol (MCP)
398+
gateway. Its purpose is to retrieve, summarize, and document GitHub
399+
issues—automatically creating Notion pages from the summaries. It also
400+
supports file content summarization from GitHub.
379401
services:
380402
- python
381403
- aiml
382404
- agentic-ai
383-
- title: Travel agent planner agent with Embabel
384-
url: https://github.com/docker/compose-agents-demo/tree/main/embabel
385-
description: TBD
405+
- title: CrewAI
406+
url: https://github.com/docker/compose-for-agents/tree/main/crew-ai
407+
description: >
408+
This project showcases an autonomous, multi-agent virtual marketing team
409+
built with CrewAI. It automates the creation of a high-quality, end-to-end
410+
marketing strategy — from research to copywriting — using task delegation,
411+
web search, and creative synthesis.
386412
services:
387413
- python
388414
- aiml
389415
- agentic-ai
390416
- title: SQL Agent with LangGraph
391-
url: https://github.com/docker/compose-agents-demo/tree/main/langgraph
392-
description: This project demonstrates a zero-config AI agent that uses LangGraph to answer natural language questions by querying a SQL database — all orchestrated with Docker Compose.
417+
url: https://github.com/docker/compose-for-agents/tree/main/langgraph
418+
description: >
419+
This project demonstrates a zero-config AI agent that uses LangGraph to
420+
answer natural language questions by querying a SQL database — all
421+
orchestrated with Docker Compose.
393422
services:
394423
- python
395424
- aiml
396425
- agentic-ai
397426
- title: Spring AI Brave Search Example - Model Context Protocol (MCP)
398-
url: https://github.com/docker/compose-agents-demo/tree/main/spring-ai
399-
description: This example demonstrates how to create a Spring AI Model Context Protocol (MCP) client that communicates with the Brave Search MCP Server. The application shows how to build an MCP client that enables natural language interactions with Brave Search, allowing you to perform internet searches through a conversational interface. This example uses Spring Boot autoconfiguration to set up the MCP client through configuration files.
427+
url: https://github.com/docker/compose-for-agents/tree/main/spring-ai
428+
description: >
429+
This example demonstrates how to create a Spring AI Model Context Protocol
430+
(MCP) client that communicates with the Brave Search MCP Server. The
431+
application shows how to build an MCP client that enables natural language
432+
interactions with Brave Search, allowing you to perform internet searches
433+
through a conversational interface. This example uses Spring Boot
434+
autoconfiguration to set up the MCP client through configuration files.
400435
services:
401436
- java
402437
- aiml
403438
- agentic-ai
404439
- title: MCP UI with Vercel AI SDK
405-
url: https://github.com/docker/compose-agents-demo/tree/main/a2a
406-
description: Start an MCP UI application that uses the Vercel AI SDK to provide a chat interface for local models, provided by the Docker Model Runner, with access to MCPs from the Docker MCP Catalog.
440+
url: https://github.com/docker/compose-for-agents/tree/main/a2a
441+
description: >
442+
Start an MCP UI application that uses the Vercel AI SDK to provide a
443+
chat interface for local models, provided by the Docker Model Runner,
444+
with access to MCPs from the Docker MCP Catalog.
407445
services:
408446
- aiml
409447
- agentic-ai

0 commit comments

Comments
 (0)