Module 3

Navigate What's There - Table of Contents

Search finds what looks similar; navigation follows the structure to what you actually need — the complement that reads the table of contents before flipping through every page. In this module, you will read the spec for the outline shape, derive the graph reasoning it needs, and build your skill's navigation tools - then put them to work.

By the end of this module, you will:

  • Think shape-first: read the outline spec before writing any query
  • Build the outline and search tools in your skill from their specs
  • Navigate the library - by tool, by agent, and by Full definition for Cypher (opens in a new tab)Neo4j's implementation of GQL, the ISO standard query language for graph databases. It is declarative: you describe the pattern to find, and the database decides how to find it. in the Neo4j instance
Ready, let's go!