├── LICENSE ├── README.md ├── requirements.txt ├── robark.py ├── robotalk.py └── template.env /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoneSixGames/RoboTalk/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoneSixGames/RoboTalk/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoneSixGames/RoboTalk/HEAD/requirements.txt -------------------------------------------------------------------------------- /robark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoneSixGames/RoboTalk/HEAD/robark.py -------------------------------------------------------------------------------- /robotalk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoneSixGames/RoboTalk/HEAD/robotalk.py -------------------------------------------------------------------------------- /template.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoneSixGames/RoboTalk/HEAD/template.env --------------------------------------------------------------------------------