tyrell 0.1.2

More human than human. Interacting with LLMs in a rusty way.
Documentation
[dependencies.anyhow]
version = "1.0.89"

[dependencies.reqwest]
features = ["json"]
version = "0.12.5"

[dependencies.schemars]
version = "0.8.21"

[dependencies.serde]
features = ["derive"]
version = "1.0.203"

[dependencies.serde_json]
version = "1.0.128"

[dev-dependencies.anyhow]
version = "1.0.89"

[dev-dependencies.futures]
version = "0.3.31"

[dev-dependencies.jsonxf]
version = "1.1.1"

[dev-dependencies.octocrab]
version = "0.41.2"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.regex]
version = "1.10.5"

[dev-dependencies.test-log]
features = ["trace"]
version = "0.2.16"

[dev-dependencies.tokio]
features = ["full"]
version = "1.40.0"

[dev-dependencies.tracing]
features = ["async-await", "log", "log-always"]
version = "0.1.40"

[[example]]
name = "earnings_call"
path = "examples/earnings_call.rs"

[[example]]
name = "extraction"
path = "examples/extraction.rs"

[[example]]
name = "forex"
path = "examples/forex.rs"

[[example]]
name = "github_issues"
path = "examples/github_issues.rs"

[[example]]
name = "news_sentiment"
path = "examples/news_sentiment.rs"

[[example]]
name = "question_answer"
path = "examples/question_answer.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "More human than human. Interacting with LLMs in a rusty way."
edition = "2021"
license = "MIT"
name = "tyrell"
readme = "README.md"
version = "0.1.2"

[[test]]
name = "chat"
path = "tests/chat.rs"

[[test]]
name = "extraction"
path = "tests/extraction.rs"

[[test]]
name = "simple_integration"
path = "tests/simple_integration.rs"