bevy_rig 0.1.0

Bevy ECS primitives and systems for modeling providers, agents, tools, sessions, runs, and workflows on top of Rig.
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"
rust-version = "1.85"
name = "bevy_rig"
version = "0.1.0"
build = false
include = [
    "Cargo.toml",
    "Cargo.lock",
    "LICENSE",
    "README.md",
    "src/**",
    "examples/**",
    "docs/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bevy ECS primitives and systems for modeling providers, agents, tools, sessions, runs, and workflows on top of Rig."
documentation = "https://docs.rs/bevy_rig"
readme = "README.md"
keywords = [
    "bevy",
    "ecs",
    "llm",
    "agent",
    "rig",
]
categories = [
    "game-development",
    "asynchronous",
    "api-bindings",
]
license = "MIT"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
experimental = ["rig/experimental"]
mcp = ["rig/rmcp"]
media = [
    "rig/audio",
    "rig/image",
    "rig/pdf",
]

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.bevy_app]
version = "0.18.1"

[dependencies.bevy_ecs]
version = "0.18.1"

[dependencies.bevy_tasks]
version = "0.18.1"

[dependencies.rig]
version = "0.33.0"
package = "rig-core"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.48.0"
features = ["rt-multi-thread"]