This deep dive explores key protocols and frameworks essential for building AI agents, including MCP, A2A, ACP, ADK, Arc, Quarkus, and LangChain4j. Attendees will learn their merits, practical implementation, and interoperability through detailed walkthroughs and demos, gaining clarity on their roles in effective LLM-based agent development.
Stars
18
Forks
5
Watchers
18
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
17
commits
chore: update ADK dependencies to `0.6.0` and LC4J to `1.11.0` in `pom.xml`
c93f751View on GitHubrefactor: remove unused `beforeModelCallback` logic from `_70_ImageEditor_NanoBanana` agent
96822e2View on GitHubchore: update model version to `gemini-2.5-flash-native-audio-preview-12-2025` in `_12_ScienceTeacher_Live` agent
f7a2033View on GitHubfeat: include current date in agent instructions using `LocalDate` and update ADK version to `0.3.1-SNAPSHOT`
bd928e6View on GitHubchore: update model version to `gemini-2.5-flash` in `_34_CompanyDetective_Parallel` agent
d094347View on GitHubfeat: add buffer size and async timeout configuration, update ADK dependencies, and adjust MCP server parameters
687d905View on GitHubdocs: replace asterisks with `<br>` tags in agent documentation comments for improved formatting
43e188fView on GitHubdocs: add detailed comments explaining the functionality of all agents and update dependency version in `pom.xml`
0c308b5View on GitHubfeat: standardize agent names with numeric prefixes and extend dependencies for additional LangChain integrations
cfe414cView on GitHubfeat: improve social media posting with formatted output and enhanced agent callbacks to work in a loop allowing further user input
6e27b54View on GitHubfix: correct typo in `ProductCampaign` agent name
5ba7a74View on GitHubdocs: add `ImageEditor_NanoBanana` agent description to README
d91029fView on GitHubfeat: enhance `AgentRunner` for artifact handling, add `ImageEditor_NanoBanana` agent, and refine documentation links
ac7f8a0View on GitHubfeat: update default language and voice configuration to English (en-US) in the live ScienceTeacher agent
d7779fdView on GitHub