You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/agents/overview.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@ The Agent Starter Pack follows a "bring your own agent" approach. It provides se
8
8
| Agent Name | Description | Use Case |
9
9
|------------|-------------|----------|
10
10
|`adk_base`| A base ReAct agent implemented using Google's [Agent Development Kit](https://github.com/google/adk-python)| General purpose conversational agent |
11
-
|`adk_gemini_fullstack`| A production-ready fullstack research agent with Gemini | Complex research and information synthesis |
12
11
|`agentic_rag`| A RAG agent for document retrieval and Q&A | Document search and question answering |
13
12
|`langgraph_base_react`| A base ReAct agent using LangGraph | Graph based conversational agent |
14
13
|`crewai_coding_crew`| A multi-agent system implemented with CrewAI | Collaborative coding assistance |
0 commit comments