Understand agents-cli template coverage and RAG implementation
mainThe agents-cli currently supports the adk template (Python).
- A2A (Agent-to-Agent): Built into every
adkagent; the standaloneadk_a2atemplate is now merged intoadk. - RAG (Retrieval-Augmented Generation): There is no longer a dedicated
agentic_ragtemplate. Instead, use therag-vector-searchorrag-agent-searchsamples as a 'clone-and-study' recipe. - Planned Support: Support for
adk_go,adk_java,adk_ts,adk_live, andcustom_a2ais planned for future releases.