agent-line 0.2.0

A batteries-included Rust library for building agent workflows
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "agent-line"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A batteries-included Rust library for building agent workflows"
homepage = "https://github.com/bradleyd/agent-line"
readme = "README.md"
keywords = [
    "agent",
    "workflow",
    "llm",
    "pipeline",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/bradleyd/agent-line"

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

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

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

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

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

[[example]]
name = "incident_investigation"
path = "examples/incident_investigation/main.rs"

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

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

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

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

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

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

[dependencies.serde_json]
version = "1"

[dependencies.ureq]
version = "3.2"
features = ["json"]

[dev-dependencies.opentelemetry]
version = "0.31"

[dev-dependencies.opentelemetry-stdout]
version = "0.31"
features = ["trace"]

[dev-dependencies.opentelemetry_sdk]
version = "0.31"
features = ["trace"]