An open API service indexing awesome lists of open source software.

https://github.com/opencog/external-tools

External, stand-alone tools that work with OpenCog
https://github.com/opencog/external-tools

Last synced: about 1 year ago
JSON representation

External, stand-alone tools that work with OpenCog

Awesome Lists containing this project

README

          

External Tools
==============
This repository contains stand-alone tools that are independent of the main OpenCog source tree. Examples of the kinds of tools that might be added to this repository:
- visualization tools for viewing AtomSpace contents
- workbench type tools for controlling and monitoring OpenCog (e.g. http://wiki.opencog.org/w/OpenCog_Workbench)
- performance, diagnostic, and statistical reporting tools

These external tools will typically interface with OpenCog via the REST API (http://wiki.opencog.org/w/Web_interface), and be developed as web applications (though this is not a requirement).

As of October 2017, the default and preferred visualization app is
the [AtomSpaceExplorer](https://github.com/opencog/atomspace-explorer).
All previous visualization attempts have been
moved to the Obsolete sub-folder for posterity.