🏆 Build a Tiny Aura Agent Community Challenge

Ari's Sample submission

Agent name
Star Wars Swapi Mini Agent

What the agent does
Answers questions about Star Wars characters, movies, and planets using a small knowledge graph and explains how answers are derived from graph relationships.

What data or graph it’s grounded in
A tiny Star Wars knowledge graph built from SWAPI data. The graph includes movies, characters, and planets and stays well under 10k nodes. It focuses on relationships such as appears in and homeworld to support multi hop reasoning.

Example question
Which characters are connected to Naboo across multiple movies?

(Screenshot: agent overview and question input)

Example response and reasoning
The agent identifies characters that have a relationship to Naboo and appear in more than one movie. It follows character to planet and character to movie relationships to determine overlap.

The resulting characters are:

  • R2-D2
  • Palpatine
  • PadmĂ© Amidala
  • Jar Jar Binks

(Screenshot: agent response and reasoning view)

Optional notes
This agent was built entirely on Aura Free. The goal was to keep the graph small and focused while still demonstrating multi hop reasoning and explainability in the agent responses.

2 Likes