Skip to content

cogpy/occ

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCog Collection (OCC)

An Integrated Architecture for Cognitive Synergy

The OpenCog Collection (OCC) is a monorepo that integrates multiple OpenCog components and external tools into a unified cognitive architecture. Our primary goal is to foster cognitive synergy, where the interaction of diverse AI components leads to emergent intelligence and capabilities beyond the sum of their individual parts.

This repository provides a complete, FSF-endorsed, and reproducible environment for research and development in Artificial General Intelligence (AGI), cognitive computing, and hypergraph-based AI.


Key Features

  • Unified Cognitive Architecture: A coherent system that brings together core OpenCog components like the AtomSpace (a hypergraph database) with advanced AI tools.
  • Cognitive Synergy by Design: The architecture is explicitly designed to facilitate the interaction and collaboration of different AI paradigms, including symbolic reasoning, machine learning, and evolutionary algorithms.
  • Autogenesis - Self-Evolution: AI-powered system that identifies novel features in the "adjacent possible" - capabilities that can emerge from current components through synergy and integration.
  • Reproducible Development Environment: Utilizes GNU Guix and a devcontainer to provide a fully declarative and isolated development environment, ensuring that all developers have a consistent setup.
  • Extensible and Modular: The OCC is designed to be easily extended with new components and integrations, allowing researchers to experiment with different cognitive architectures.
  • Focus on AGI Research: The ultimate goal of the OCC is to provide a platform for building and experimenting with AGI systems.

Getting Started

We recommend using the provided devcontainer for the best experience. This will automatically set up a complete development environment with all the necessary dependencies.

  1. Clone the repository:

    git clone --recurse-submodules https://github.com/Kaw-Aii/occ.git
  2. Open in a devcontainer-compatible IDE (like VS Code).

  3. Start building and experimenting!

For more detailed instructions, please see our Getting Started Guide.

System Dependencies

The OCC requires several system dependencies to build successfully. On Ubuntu/Debian systems, install the following:

sudo apt-get update
sudo apt-get install -y \
  build-essential \
  cmake \
  libboost-all-dev \
  guile-3.0-dev \
  python3-dev \
  cython3 \
  liboctomap-dev \
  liboctomap-tools

Required Dependencies:

  • Octomap (liboctomap-dev, liboctomap-tools): Required for the SpaceTime component, which provides 3D spatiotemporal object tracking and representation capabilities.
  • Boost (libboost-all-dev): C++ libraries providing utilities for threading, filesystem operations, and data structures.
  • Guile 3.0 (guile-3.0-dev): Scheme interpreter for AtomSpace scripting and cognitive reasoning.
  • Python 3 & Cython (python3-dev, cython3): Python bindings for C++ components and high-level API access.
  • CMake (cmake): Cross-platform build system generator.
  • Build Essentials (build-essential): Compiler toolchain (gcc, g++, make) for building C++ components.

Documentation

Core Documentation

  • Architecture Overview: A detailed look at the OCC architecture and its components.
  • Cognitive Synergy: An explanation of the principles of cognitive synergy and how they are applied in the OCC.
  • Autogenesis: AI-powered novel feature generation based on the adjacent possible.
  • Contributing Guide: How to contribute to the OpenCog Collection.

AGI-OS / AGI-Kern Evaluation

  • AGI Kernel Evaluation: Comprehensive evaluation of OCC against traditional OS kernel primitives for AGI-OS development.
  • AGI-OS Integration Guide: Technical specifications for integrating 5 OpenCog repositories into a unified AGI Operating System.
  • AGI-Kern Coverage Summary: Quick reference guide for kernel feature coverage and integration roadmap.

Build & Infrastructure

  • Guix SSR Implementation: SSR-compliant GNU Guix build system with local installer mirroring for reproducible, reliable CI/CD.

Community and Support

The OpenCog project is a community-driven effort. We welcome contributions from researchers, developers, and anyone interested in AGI.


The OpenCog Collection is a continuation of the OpenCog project, pioneered by Dr. Ben Goertzel.

Cognitive Synergy Enhancements

To enforce and test the cognitive synergy between the various components (C++, Python, Rust), a unified entry point has been created.

Unified Synergy Check

Run the following script to build all components, and perform mock interoperability and demo tests:

./synergy.sh

This script ensures that the entire collection is a coherent whole, a key principle for achieving cognitive synergy.

About

Intended to hold the public profile README

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scheme 67.1%
  • C 10.2%
  • C++ 6.7%
  • Tree-sitter Query 5.9%
  • JavaScript 2.7%
  • CSS 2.1%
  • Other 5.3%