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}
}
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"spl-bgu-planningcopilot": {
"command": "npx",
"args": []
}
}
}