ambush 0.1.0

Task decomposition and plan mode for AI agents - planning the attack
Documentation
[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["full"]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
features = ["v4", "serde"]
version = "1"

[dependencies.warhorn]
version = "0.1"

[dev-dependencies.tempfile]
version = "3"

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

[package]
authors = ["Molten Labs <hello@moltenlabs.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "asynchronous"]
description = "Task decomposition and plan mode for AI agents - planning the attack"
edition = "2021"
keywords = ["planner", "task", "agent", "ai", "decomposition"]
license = "MIT"
name = "ambush"
readme = "README.md"
repository = "https://github.com/moltenlabs/molten"
version = "0.1.0"