cortexai-fastly 0.1.0

Fastly Compute edge runtime for Cortex AI agents
Documentation
[package]
name = "cortexai-fastly"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
description = "Fastly Compute edge runtime for Cortex AI agents"
keywords = ["ai", "agents", "llm", "fastly", "edge"]
categories = ["api-bindings", "wasm"]

[lib]
crate-type = ["cdylib"]

[dependencies]
# Shared LLM client logic
cortexai-llm-client = { workspace = true }

# Fastly SDK
fastly = "0.10"

# Serialization
serde = { workspace = true }
serde_json = { workspace = true }

# Error handling
thiserror = { workspace = true }

[dev-dependencies]
# Note: Fastly Compute testing requires the Fastly CLI