agentic 0.0.4

Support library for building Agentic MCP and Agent2Agent based systems
Documentation
[dependencies.dashmap]
version = "6.1.0"

[dependencies.derive_more]
features = ["from", "display"]
version = "2"

[dependencies.eventsource-stream]
version = "=0.2.3"

[dependencies.flume]
version = "0.11.1"

[dependencies.futures]
version = "0.3"

[dependencies.reqwest]
features = ["stream"]
version = "0.12.19"

[dependencies.rpc-router]
version = "=0.2.0-alpha.1"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_with]
features = ["macros", "base64"]
version = "3"

[dependencies.strum]
features = ["derive"]
version = "0.27"

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

[dependencies.tracing]
features = ["default"]
version = "0.1"

[dev-dependencies.tracing-subscriber]
version = "0.3.19"

[dev-dependencies.value-ext]
version = "0.1.2"

[[example]]
name = "client-c01-simple"
path = "examples/client-c01-simple.rs"

[[example]]
name = "client-c02-call-tool"
path = "examples/client-c02-call-tool.rs"

[[example]]
name = "client-c03-http"
path = "examples/client-c03-http.rs"

[[example]]
name = "client-c04-sampling"
path = "examples/client-c04-sampling.rs"

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

[lints.rust]
unsafe_code = "forbid"

[lints.rust.unused]
level = "allow"
priority = -1

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Support library for building Agentic MCP and Agent2Agent based systems"
edition = "2024"
homepage = "https://github.com/jeremychone/rust-agentic"
keywords = ["MCP", "agent", "openai", "Agent2Agent", "ollama"]
license = "MIT OR Apache-2.0"
name = "agentic"
readme = "README.md"
repository = "https://github.com/jeremychone/rust-agentic"
rust-version = "1.86"
version = "0.0.4"

[[test]]
name = "tests-c-stdio-lifecycle"
path = "tests/tests-c-stdio-lifecycle.rs"

[[test]]
name = "tests-c-stdio-sampling"
path = "tests/tests-c-stdio-sampling.rs"

[[test]]
name = "tests-c-stdio-tools"
path = "tests/tests-c-stdio-tools.rs"