From 718cba5493ed247ae4406a6ccdee6af7716eb336 Mon Sep 17 00:00:00 2001 From: Jake Arkin Date: Wed, 18 Mar 2026 14:31:43 -0400 Subject: [PATCH] Update README with pointer to heracles_agents & ICRA submission --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 17409af..b95943a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ database. It expects a scene graph to initially be loaded from file via [spark\_dsg](https://github.com/MIT-SPARK/Spark-DSG) and provides utilities for translating back and forth between spark\_dsg and the Neo4j database. -We provide three examples that should be pretty easy to run. They require that +If you are interested in using Heracles within an agentic framework, please check out our related repository [heracles_agents](https://github.com/goldenZephyr/heracles_agents). Heracles has been used as part of an LLM agentic framework for answering questions about the scene graph and grounding instructions to Planning Domain Definition Language (PDDL) goals for robot planning. Please see our paper "[Structured Interfaces for Automated Reasoning with 3D Scene Graphs](https://arxiv.org/abs/2510.16643)". + +To try out Heracles, we provide three examples that should be pretty easy to run. They require that Docker is installed, but they should have no other dependencies. ## Minimal Example