potato-workflow 0.2.1

Put the potatoes to work
Documentation
[dependencies.potato-agent]
version = "0.2.1"

[dependencies.potato-prompt]
version = "0.2.1"

[dependencies.potato-type]
version = "0.2.1"

[dependencies.potato-util]
version = "0.2.1"

[dependencies.pyo3]
features = ["extension-module", "anyhow", "serde", "chrono"]
version = "0.25.*"

[dependencies.serde]
features = ["derive"]
version = "1.*"

[dependencies.serde_json]
version = "1.*"

[dependencies.thiserror]
version = "2.*"

[dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros"]
version = ">1.13.0"

[dependencies.tracing]
version = "0.*"

[lib]
doctest = false
name = "potato_workflow"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Put the potatoes to work"
edition = "2021"
license = "MIT"
name = "potato-workflow"
readme = false
repository = "https://github.com/demml/potatohead"
version = "0.2.1"