Konnektr LogoKonnektr
VISUAL_DEBUGGER

Graph Explorer

See what your agents see. Inspect the knowledge graph, debug relationships, execute queries, and validate schema in real-time.

Graph Explorer — konnektr.io
Connected
Ontology
Customer
Product
Order
purchased
contains
3 models, 2 relationships
MATCH (c:Customer)-[:purchased]->(p:Product) RETURN c, p LIMIT 10
AcmeProBasicWidgetGadget
Node Details
ID
customer-acme-corp
Model
dtmi:konnektr:Customer;1
Properties
name"Acme Corp"
tier"enterprise"
healthScore85
Relationships
4 outgoing, 2 incoming

Debug Your Knowledge Graph

A visual interface designed for developers building AI agents. Understand exactly what data your agents can access.

Ontology Browser

Browse your DTDL schema hierarchy. See what entity types and relationships are defined before creating data.

Query Console

Write Cypher queries with syntax highlighting. Execute against your graph and see results instantly.

Graph Visualization

Interactive force-directed graph. Click nodes to expand relationships, drag to rearrange, zoom to explore.

Table View

Switch to tabular view for detailed property inspection. Sort, filter, and export query results.

Inline Editing

Modify node properties directly. Changes are validated against your DTDL schema before saving.

Semantic Search

Test vector similarity queries. See which nodes match your semantic search and why.

Query with Cypher

The same query language your agents use. Test queries in the Explorer before deploying them in production.

Aggregation Queries

aggregation.cypherCypher
-- Find customers who purchased multiple products
MATCH (c:Customer)-[:purchased]->(p:Product)
WITH c, count(p) AS productCount
WHERE productCount > 1
RETURN c.name, productCount
ORDER BY productCount DESC

Path Traversal

traversal.cypherCypher
-- Trace relationship path between entities
MATCH path = (start:Customer {id: 'acme-corp'})
      -[*1..3]->(end)
RETURN path, length(path) AS depth

Built for Agent Development

The Explorer is your window into what AI agents experience when they query your knowledge graph.

Debug Agent Queries

Run the exact same MCP tool calls your agent makes. See what data it receives and understand its decisions.

Validate Relationships

Verify that entity connections are correct. Catch missing or incorrect relationships before they confuse your agents.

Schema Evolution

Preview schema changes before applying them. See how new models and relationships fit into your existing ontology.

Explore Your Knowledge Graph

The Graph Explorer is available to all Konnektr users. Start visualizing and debugging your agent's memory today.

Cookie Notice

We use cookies to enhance your browsing experience.