capability-example 0.1.0

A framework for managing skill tree growth and configuration using automated and manual strategies, ideal for AI-driven environments.
Documentation
[[bin]]
name = "grower"
path = "src/bin/grower.rs"

[dependencies.async-openai]
version = "0.29.0"

[dependencies.capability-3p]
version = "0.1.0"

[dependencies.capability-core-string-skeleton]
version = "0.1.0"

[dependencies.capability-full-annotated-leaf-holders]
version = "0.1.0"

[dependencies.capability-generation-inputs]
version = "0.1.0"

[dependencies.capability-grower-configuration]
version = "0.1.0"

[dependencies.capability-skeleton-string]
version = "0.1.0"

[dependencies.capability-stripped-string-skeleton]
version = "0.1.0"

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.fuzzy-clipboard-save-load]
version = "0.1.0"

[dependencies.fuzzy-from-json-value]
version = "0.1.0"

[dependencies.green-environment]
version = "0.1.0"

[dependencies.json-repair]
version = "0.4.0"

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_path_to_error]
version = "0.1.17"

[dependencies.structopt]
version = "0.3.26"

[dependencies.tracing]
version = "0.1.41"

[lib]
name = "capability_example"
path = "src/lib.rs"

[package]
authors = ["klebs6 <tpk3.mx@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "asynchronous", "development-tools", "science", "simulation"]
description = "A framework for managing skill tree growth and configuration using automated and manual strategies, ideal for AI-driven environments."
edition = "2024"
keywords = ["skilltree", "growth", "ai", "modelgeneration", "jsonrepair"]
license = "GPL-3.0-only"
name = "capability-example"
readme = "README.md"
version = "0.1.0"