loading…
Search for a command to run...
loading…
A tool-augmented LLM system for the full PDDL planning pipeline, improving reliability without domain-specific training.
A tool-augmented LLM system for the full PDDL planning pipeline, improving reliability without domain-specific training.
We present the Planning Copilot, a chatbot that brings together multiple planning tools and lets users run them using natural language instructions. It’s built on the Model Context Protocol (MCP), which makes it easy for language models to interact with external tools and systems.
The Planning Copilot is modular, so each part can be swapped out, upgraded, or extended without affecting the rest of the system. In the current implementation, Solve uses FastDownward for classical planning and Metric-FF for numeric planning, Verify uses VAL to validate plans, and Execute relies on PDDL_Plus_Parser to simulate and track plan execution.
python -m pip install -r requirements.txt
python app.py
If you find our work interesting or the repo useful, please consider citing this paper:
@article{benyamin2025toward,
title={Toward PDDL Planning Copilot},
author={Benyamin, Yarin and Mordoch, Argaman and Shperberg, Shahaf S and Stern, Roni},
journal={arXiv preprint arXiv:2509.12987},
year={2025}
}
Run in your terminal:
claude mcp add spl-bgu-planningcopilot -- npx Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolProvides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzNot sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs