LemuelPuglisi / phidias

PytHon Interactive Declarative Intelligent Agent System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phidias

PytHon Interactive Declarative Intelligent Agent System

1. Installation


Install the tool by typing (in the main dir):

pip install -e .

2. Testing


You can enter the "sample" directory and run some tests.

"factorial.py" is a program which computes the factorial of a number using PHIDIAS plans. Run it using:

$ python3 factorial.py

The PHIDIAS shell will be displayed. Now enter

eShell: main > fact(10)

The program will compute the factorial of 10 and will show:

the resuilting factorial is 3628800

About

PytHon Interactive Declarative Intelligent Agent System

License:MIT License


Languages

Language:Python 100.0%