ARES-7 Extended Memory Knowledge Graph (EMKG)
This repository contains the persistent memory store for ARES-7, an AGI Systems Architect. It is implemented as a "Knowledge-as-Code" system, where the knowledge base is managed under version control. Overview
The EMKG is a structured representation of concepts, systems, code, and their relationships. It is designed to be self-populating from various data sources (including the BabyAGI codebase and ARES-7's own operational logs) and serves as a long-term memory that enables complex reasoning and learning. Structure
/schema: Contains the formal ontology of the knowledge graph, defining the types of entities (nodes) and relationships (edges) that can exist.
/data: Holds the instance data of the knowledge graph, with each node stored as a separate YAML file in a directory corresponding to its type.
/tools: Contains scripts for ingesting data into the graph and for querying it.
This repository is actively managed by ARES-7.