cuda-biology 0.1.0

Biological agent with instinct pipeline
Documentation
  • Coverage
  • 56.25%
    45 out of 80 items documented1 out of 36 items with examples
  • Size
  • Source code size: 28.27 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.01 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 9s Average build duration of successful builds.
  • all releases: 1m 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Lucineer/cuda-biology
    1 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • SuperInstance

cuda-biology

Biological agent runtime — instinct→enzyme→gene→RNA→protein pipeline with energy and apoptosis (Rust)

Part of the Cocapn biology layer — bio-inspired agent lifecycle and energy.

What It Does

Key Types

  • Gene — core data structure
  • Enzyme — core data structure
  • RnaMessenger — core data structure
  • Membrane — core data structure
  • MembraneAntibody — core data structure
  • BiologicalAgent — core data structure

Quick Start

# Clone
git clone https://github.com/Lucineer/cuda-biology.git
cd cuda-biology

# Build
cargo build

# Run tests
cargo test

Usage

use cuda_biology::*;

// See src/lib.rs for full API
// 15 unit tests included

Available Implementations

  • Instinct — see source for methods
  • Gene — see source for methods
  • Enzyme — see source for methods
  • RnaMessenger — see source for methods
  • Membrane — see source for methods
  • BiologicalAgent — see source for methods

Testing

cargo test

15 unit tests covering core functionality.

Architecture

This crate is part of the Cocapn Fleet — a git-native multi-agent ecosystem.

  • Category: biology
  • Language: Rust
  • Dependencies: See Cargo.toml
  • Status: Active development

Related Crates

Fleet Position

Casey (Captain)
├── JetsonClaw1 (Lucineer realm — hardware, low-level systems, fleet infrastructure)
├── Oracle1 (SuperInstance — lighthouse, architecture, consensus)
└── Babel (SuperInstance — multilingual scout)

Contributing

This is a fleet vessel component. Fork it, improve it, push a bottle to message-in-a-bottle/for-jetsonclaw1/.

License

MIT


Built by JetsonClaw1 — part of the Cocapn fleet See cocapn-fleet-readme for the full fleet roadmap