Open Issues Need Help
View All on GitHubAI Summary: The task is to create a central CMake build system for the OpenCog monorepo, enabling unified build, install, and configuration of its 52 components. This involves resolving existing issues where some components lack CMakeLists.txt files, and creating a system that can build all components (or subsets) consistently, potentially leveraging a layered dependency structure. The goal is to improve the build process, making it more efficient and user-friendly.
AI Summary: Implement a Gitpod deployment solution for OpenCog, automating the Guix build and deployment process to allow users to launch a live OpenCog environment in their browser with zero configuration. This involves creating a `.gitpod.yml` file, a custom Dockerfile, and automated deployment scripts that handle Guix installation, dependency management, and error handling, along with updating the project's README to include instructions and a "Open in Gitpod" button.
AI Summary: Automate the complete Guix build of the OpenCog ecosystem within a Gitpod environment using a Docker image. This involves configuring a suitable Docker deployment, deploying the live OpenCog environment in Gitpod, and creating a button to trigger this deployment process.