Cognitive Architectures
The architectural recipes that configure Hyperon's modular engines into unified AGI systems.
PRIMUS (formerly CogPrime)
Responsible: Ben Goertzel, Matthew Ikle
PRIMUS is a meta-architecture specification in MeTTa that orchestrates Hyperon's modular engines into a cohesive AGI system. It defines module topology, goal/motivation loops, attention policies, integration contracts, and cognitive synergy patterns.
ROADMAP
- Integrate PRIMUS modules in Hyperon Alpha release
- Implement cognitive kernels such as ActPC-Chem
- Incorporate LLM-based enhancements
- Develop supercompilation techniques
- R&D for motivation, goal generation, and concept formation
</> Example Implementation
Cognitive architecture config
A PRIMUS configuration defining module topology and cognitive synergy patterns for an AGI system.
; PRIMUS meta-architecture in MeTTa
; Orchestrates cognitive modules
!(primus-define
(modules
(perception semantic-parsing)
(reasoning pln ecan)
(learning moses nace)
(motivation metamo)
(action metta-motto))
(synergy-policy
(cross-module-attention ecan)
(shared-memory das)))
Technical Deep Dive: PRIMUS Full — meta-architecture specification, module topology, cognitive synergy patterns, CogPrime lineage, and implementation findings.