crewchief 0.0.1

Commercial grade self-healing AI monitoring. The mechanic that keeps the Airframe flying.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "crewchief"

version = "0.0.1"

edition = "2021"

description = "Commercial grade self-healing AI monitoring. The mechanic that keeps the Airframe flying."

license = "MIT" 

# Use MIT for the reservation stub to avoid crate registry license validation errors. 

# The Real implementations will be proprietary.

repository = "https://github.com/Michael-A-Kuykendall/crewchief"

authors = ["Michael A. Kuykendall"]

keywords = ["ai", "safety", "hallucination", "monitoring"]

publish = true



[dependencies]

# Intentionally Empty for Reservation



[workspace]