feagi-structures 0.0.35

The most core library, defines the basic data types used by FEAGI, as well as some processors to modify them
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Genome Classifiers

First-class genome object stored under the top-level `classifiers` key, parallel to `brain_regions`.

A classifier is not a brain region and is not exportable as a circuit. It records:

- assembly properties (`name`, `parent_region_id`, `coordinates_3d`)
- referenced inputs (`kernel_area_id`, `class_area_id`, `field_area_id`)
- owned internals (`kernel_memory_id`, `class_memory_id`, `scan_twin_id`)

Neuroembryogenesis loads this map onto the connectome. Area delete and mapping edits update the record and the mappings it requires.