Scikit-decide is an open-source AI framework for reinforcement learning, automated planning, and scheduling that enables users to describe decision-making problems once and automatically match compatible solvers. The framework, initiated at Airbus with contributions from ANITI, TUPLES, and ANU, provides a growing catalog of domains and solvers including RL algorithms, planning solvers, and search methods, with extensibility to wrap state-of-the-art external domains and solvers.
Ordewell is a tool that converts a single goal into an ordered plan of coding-agent tasks, each with configurable runner, model, and mode, then executes and verifies them. It provides a transparent, editable plan before execution, supports multiple AI providers and runners, and includes both a CLI TUI and VS Code extension.