trinkets 0.1.0

Tool registry and execution system for AI agents - goblin loot and treasures
Documentation
[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.schemars]
version = "0.8"

[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.warhorn]
version = "0.1"

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

[dev-dependencies.tokio-test]
version = "0.4"

[lib]
name = "trinkets"
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 = "Tool registry and execution system for AI agents - goblin loot and treasures"
edition = "2021"
keywords = ["agent", "tools", "ai", "llm", "registry"]
license = "MIT"
name = "trinkets"
readme = "README.md"
repository = "https://github.com/moltenlabs/molten"
version = "0.1.0"