Discover and explore top open-source AI tools and projects—updated daily.
Framework for integrated AI & AGI research (mostly unmaintained)
Top 19.1% on SourcePulse
This repository contains the legacy OpenCog Framework, a research laboratory for integrating AI algorithms and systems, particularly for humanoid robotics. It includes components for natural language processing, chatbots, and motor control, with a long-term goal of achieving Artificial General Intelligence (AGI). The project is now obsolete and unmaintained, with active development moved to separate repositories.
How It Works
The framework integrates various AI subsystems, including a natural language processing pipeline, embodied chatbots (like Ghost and OpenPsi), and control mechanisms. It utilizes a hypergraph database called Atomspace for knowledge representation and reasoning, with components like Probabilistic Logic Networks (PLN) and a Unified Rule Engine (URE) for complex inference.
Quick Start & Requirements
cmake ..
and make
within a build
directory.opencog/octool
. Docker containers are available in opencog/docker
.Highlighted Details
Maintenance & Community
This repository is explicitly marked as no longer maintained, with active development shifted to other OpenCog repositories.
Licensing & Compatibility
The specific license for this repository is not explicitly stated in the README, but the broader OpenCog project typically uses permissive licenses like Apache 2.0 for its newer components. Compatibility for commercial use would require verification of the licenses of all constituent parts.
Limitations & Caveats
The repository is obsolete and unmaintained, with reported issues including failing or unrunnable unit tests and compilation problems. Much of the code is described as "bit-rotting."
3 weeks ago
Inactive