This repository contain sample code of ADK agent app that can handle flow of multimodal request using custom tools and mcp server
Stars
3
Forks
1
Watchers
3
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
42
commits
docs: add demo GIFs showcasing photo editing and video creation workflows
a953f9bView on GitHubrefactor: move enrich_prompt_for_marketing function after generate_video_with_image for better code organization
6885713View on GitHubrefactor: remove model parameter from generate_video_with_image endpoint
92557bdView on GitHubrefactor: rename tools.py and callbacks.py to custom_tools.py and model_callbacks.py
b7db017View on GitHubdocs: update product designer demo to focus on photo editing with stricter image preservation rules
49de934View on GitHubrefactor: simplify product photo editor agent description for better readability
2e6052cView on GitHubfeat: add product photography assistant prompt with detailed editing instructions
a637963View on GitHubrefactor: move agent instructions to separate prompt file and rename to product_photo_editor
d62906eView on GitHubrefactor: rename creative_product_designer_agent_example directory to example_agent
114c22fView on GitHubrefactor: rename creative_product_designer_agent directory to creative_product_designer_agent_example
8b67b3bView on GitHubrefactor: simplify image processing logic by removing redundant checks and functions
c5079e3View on GitHubdocs: add README and env example for multimodal tool interaction demo
7f2dc91View on GitHubfix: handle missing artifacts gracefully in edit_product_asset tool
fb2be65View on GitHub