agent-framework 0.2.0

A Rust implementation of the Microsoft Agent Framework: build AI agents and multi-agent workflows. Meta-crate re-exporting core and providers.
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 = "2021"
rust-version = "1.88"
name = "agent-framework"
version = "0.2.0"
authors = ["agent-framework-rs contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust implementation of the Microsoft Agent Framework: build AI agents and multi-agent workflows. Meta-crate re-exporting core and providers."
readme = "README.md"
keywords = [
    "ai",
    "agents",
    "llm",
    "workflow",
    "openai",
]
categories = [
    "asynchronous",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/codehalwell/agent-framework-rs"

[features]
a2a = ["dep:agent-framework-a2a"]
anthropic = ["dep:agent-framework-anthropic"]
azure = ["dep:agent-framework-azure"]
azure-ai-search = ["dep:agent-framework-azure-ai-search"]
bedrock = ["dep:agent-framework-bedrock"]
copilotstudio = ["dep:agent-framework-copilotstudio"]
cosmos = ["dep:agent-framework-cosmos"]
declarative = ["dep:agent-framework-declarative"]
default = ["openai"]
foundry = ["dep:agent-framework-foundry"]
foundry-local = ["dep:agent-framework-foundry-local"]
full = [
    "openai",
    "anthropic",
    "ollama",
    "gemini",
    "mistral",
    "foundry-local",
    "bedrock",
    "github-copilot",
    "azure",
    "mcp",
    "a2a",
    "declarative",
    "hosting",
    "redis",
    "mem0",
    "foundry",
    "azure-ai-search",
    "cosmos",
    "copilotstudio",
    "purview",
]
gemini = ["dep:agent-framework-gemini"]
github-copilot = ["dep:agent-framework-github-copilot"]
hosting = ["dep:agent-framework-hosting"]
mcp = ["dep:agent-framework-mcp"]
mem0 = ["dep:agent-framework-mem0"]
mistral = ["dep:agent-framework-mistral"]
ollama = ["dep:agent-framework-ollama"]
openai = ["dep:agent-framework-openai"]
otel-metrics = ["agent-framework-core/otel-metrics"]
purview = ["dep:agent-framework-purview"]
redis = ["dep:agent-framework-redis"]

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

[dependencies.agent-framework-a2a]
version = "0.2.0"
optional = true

[dependencies.agent-framework-anthropic]
version = "0.2.0"
optional = true

[dependencies.agent-framework-azure]
version = "0.2.0"
optional = true

[dependencies.agent-framework-azure-ai-search]
version = "0.2.0"
optional = true

[dependencies.agent-framework-bedrock]
version = "0.2.0"
optional = true

[dependencies.agent-framework-copilotstudio]
version = "0.2.0"
optional = true

[dependencies.agent-framework-core]
version = "0.2.0"

[dependencies.agent-framework-cosmos]
version = "0.2.0"
optional = true

[dependencies.agent-framework-declarative]
version = "0.2.0"
optional = true

[dependencies.agent-framework-foundry]
version = "0.2.0"
optional = true

[dependencies.agent-framework-foundry-local]
version = "0.2.0"
optional = true

[dependencies.agent-framework-gemini]
version = "0.2.0"
optional = true

[dependencies.agent-framework-github-copilot]
version = "0.2.0"
optional = true

[dependencies.agent-framework-hosting]
version = "0.2.0"
optional = true

[dependencies.agent-framework-mcp]
version = "0.2.0"
optional = true

[dependencies.agent-framework-mem0]
version = "0.2.0"
optional = true

[dependencies.agent-framework-mistral]
version = "0.2.0"
optional = true

[dependencies.agent-framework-ollama]
version = "0.2.0"
optional = true

[dependencies.agent-framework-openai]
version = "0.2.0"
optional = true

[dependencies.agent-framework-purview]
version = "0.2.0"
optional = true

[dependencies.agent-framework-redis]
version = "0.2.0"
optional = true

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

[dev-dependencies.axum]
version = "0.8"

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

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

[dev-dependencies.serde_json]
version = "1"

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

[dev-dependencies.tracing]
version = "0.1"

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