starpod-agent 0.3.1

Orchestrator for Starpod - wires agent-sdk + memory + session + vault
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"
name = "starpod-agent"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Orchestrator for Starpod - wires agent-sdk + memory + session + vault"
homepage = "https://starpod.sh"
readme = false
license = "MIT"
repository = "https://github.com/sinaptik-ai/starpod"

[features]
default = []
embeddings = ["starpod-memory/embeddings"]
secret-proxy = [
    "starpod-vault/secret-proxy",
    "dep:starpod-proxy",
    "starpod-proxy/mitm",
]
secret-proxy-netns = [
    "secret-proxy",
    "starpod-proxy/netns",
]

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

[dependencies.agent-sdk]
version = "0.3.1"
package = "starpod-agent-sdk"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.htmd]
version = "0.1"

[dependencies.lol_html]
version = "2"

[dependencies.mime_guess]
version = "2"

[dependencies.readability]
version = "0.3"
default-features = false

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "json",
]
default-features = false

[dependencies.serde_json]
version = "1"

[dependencies.starpod-browser]
version = "0.3.1"

[dependencies.starpod-core]
version = "0.3.1"

[dependencies.starpod-cron]
version = "0.3.1"

[dependencies.starpod-db]
version = "0.3.1"

[dependencies.starpod-memory]
version = "0.3.1"

[dependencies.starpod-proxy]
version = "0.3.1"
optional = true

[dependencies.starpod-session]
version = "0.3.1"

[dependencies.starpod-skills]
version = "0.3.1"

[dependencies.starpod-vault]
version = "0.3.1"

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

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = ["v4"]

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

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

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