Contents based on the book "Agile Artificial Intelligence in Pharo" by Alexandre Bergel.
# agile-ai-in-pharo Contents based on the book "Agile Artificial Intelligence in Pharo" by Alexandre Bergel. ## Installation ```st Metacello new repository: 'github://osoco/agile-ai-in-pharo:master/src'; baseline: 'AgileAIInPharo'; load ``` ## Load Lepiter After installing with Metacello, you will be able to execute ``` #BaselineOfAgileAIInPharo asClass loadLepiter ```