Crate organelle [−] [src]
Organelle - reactive architecture for emergent AI systems
Re-exports
pub use probe::ConstraintData; |
pub use probe::SomaData; |
Modules
probe |
probe soma used to inspect the internal structure of an organelle |
Structs
Axon |
wrap a soma with a set of requirements that will be validated upon startup |
Error |
The Error type. |
Organelle |
a soma designed to facilitate connections between other somas |
Enums
Constraint |
constraints that can be put on axons for validation purposes |
ErrorKind |
The kind of an error. |
Impulse |
a group of control signals passed between somas |
Traits
ResultExt |
Additional methods for |
Soma |
a singular cell of functionality that can be ported between organelles |
Synapse |
trait alias to express requirements of a Synapse type |
Type Definitions
Result |
Convenient wrapper around |