feagi_data_structures 0.0.50-beta.60

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

pub enum AgentCapabilities {
    SendFeagiInputNeurons, // Sensory
    ReceiveFeagiOutputNeurons, // Motor

    AutoGeneration()

}