Overview of JavaScript Agents
mainThe samples/js directory contains several specialized agents built with Genkit:
- Movie Agent: Uses the TMDB API to search for movie information and answer questions.
- Coder Agent: Generates full code files as artifacts.
- Content Editor Agent: Proof-reads and polishes content. This agent is designed to be used within a multi-agent system, such as the
content_creationPython sample.