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
- Host: GitHub
- URL: https://github.com/opencog/external-tools
- Owner: opencog
- License: agpl-3.0
- Created: 2013-12-10T07:43:08.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-06-26T20:06:22.000Z (almost 5 years ago)
- Last Synced: 2023-03-11T06:27:55.594Z (over 3 years ago)
- Language: JavaScript
- Size: 62.2 MB
- Stars: 24
- Watchers: 31
- Forks: 50
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.