adk-codeact-monty 2.1.0

Python CodeRuntime for the ADK-Rust CodeActAgent, backed by the Pydantic Monty interpreter
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.95"
name = "adk-codeact-monty"
version = "2.1.0"
authors = ["James Karanja Maina <james.karanja@zavora.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python CodeRuntime for the ADK-Rust CodeActAgent, backed by the Pydantic Monty interpreter"
documentation = "https://docs.rs/adk-codeact-monty"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "adk",
    "python",
    "codeact",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/zavora-ai/adk-rust"

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

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

[dependencies.adk-agent]
version = "2.1.0"
features = ["codeact"]
default-features = false

[dependencies.adk-code]
version = "2.1.0"
features = ["embedded-python"]

[dependencies.adk-core]
version = "2.1.0"

[dependencies.serde_json]
version = "1.0"

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

[dev-dependencies.tempfile]
version = "3"