The provided samples are built using Genkit using the Gemini API.
- Movie Agent: Uses TMDB API to search for movie information and answer questions.
- Coder Agent: Generates full code files as artifacts.
First, follow the instructions in the agent's README file, then run npx tsx ./cli.ts to start up a command-line client to talk to the agents. Example:
export GEMINI_API_KEY=<your_api_key>
npm run agents:coder
# in a separate terminal
npm run a2a:cli