Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Comical agent

These two applications demonstrate the use of the ADK, Spanner graph capabilities, Spanner for LangChain and Nano Banana Image Generation to build an agent that takes a question and responds with a comic strip.

ADK agents showing a loop to generate a comic strip based on information retrieved from a graph

Setup

  1. Load the Knowledge Graph:Use the data loader to create a knowledge graph with embeddings.
  2. Create an agentic application: Use the Agent Development Kit to coordinate agents that tap into your Spanner knowledge graph and use Nano Banana image generation to create comic strips.

See the README files for each application for further instructions.