agent-core 0.4.0

A Rust Framework to build TUI Agents
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-core"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust Framework to build TUI Agents"
readme = "README.md"
keywords = [
    "llm",
    "agent",
    "tui",
    "ai",
    "anthropic",
]
categories = [
    "command-line-interface",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/deepmesa/agent-core"
resolver = "2"

[features]
default = ["tui"]
tui = ["dep:agent-core-tui"]

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

[dependencies.agent-core-runtime]
version = "0.4.0"

[dependencies.agent-core-tui]
version = "0.4.0"
optional = true

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