├── EXAMPLE.md ├── README.md ├── img └── CustomAgent.png └── src ├── Basic.py ├── Basic.pyc ├── Custom.py ├── Custom.pyc ├── OpenAgent.py ├── Test.py └── __pycache__ ├── Basic.cpython-35.pyc ├── Custom.cpython-35.pyc └── OpenAgent.cpython-35.pyc /EXAMPLE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarsonScott/OpenAgent/HEAD/EXAMPLE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarsonScott/OpenAgent/HEAD/README.md -------------------------------------------------------------------------------- /img/CustomAgent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarsonScott/OpenAgent/HEAD/img/CustomAgent.png -------------------------------------------------------------------------------- /src/Basic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarsonScott/OpenAgent/HEAD/src/Basic.py -------------------------------------------------------------------------------- /src/Basic.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarsonScott/OpenAgent/HEAD/src/Basic.pyc -------------------------------------------------------------------------------- /src/Custom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarsonScott/OpenAgent/HEAD/src/Custom.py -------------------------------------------------------------------------------- /src/Custom.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarsonScott/OpenAgent/HEAD/src/Custom.pyc -------------------------------------------------------------------------------- /src/OpenAgent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarsonScott/OpenAgent/HEAD/src/OpenAgent.py -------------------------------------------------------------------------------- /src/Test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarsonScott/OpenAgent/HEAD/src/Test.py -------------------------------------------------------------------------------- /src/__pycache__/Basic.cpython-35.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarsonScott/OpenAgent/HEAD/src/__pycache__/Basic.cpython-35.pyc -------------------------------------------------------------------------------- /src/__pycache__/Custom.cpython-35.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarsonScott/OpenAgent/HEAD/src/__pycache__/Custom.cpython-35.pyc -------------------------------------------------------------------------------- /src/__pycache__/OpenAgent.cpython-35.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarsonScott/OpenAgent/HEAD/src/__pycache__/OpenAgent.cpython-35.pyc --------------------------------------------------------------------------------