polyc 2026.9.0

Polychrome SDK umbrella: re-exports the core polyc-* libraries (edge adapter, wire types, agent loop, and LLM provider) so a consumer can depend on one crate.
[package]
name = "polyc"
version.workspace = true
description = "Polychrome SDK umbrella: re-exports the core polyc-* libraries (edge adapter, wire types, agent loop, and LLM provider) so a consumer can depend on one crate."
edition.workspace = true
license.workspace = true
authors.workspace = true
rust-version.workspace = true
repository.workspace = true
homepage.workspace = true

[package.metadata.polychrome]
# Software-system layer — see docs/architecture/. A Container: a
# separately runnable unit that composes Components.
layer = "container"
# Logical plane role in the separated state, projection, and query topology
# (#1565, chunk A1) — a different question than `layer` above. The canonical
# policy is arch-capabilities.toml; scripts/check_plane_capabilities.py checks it.
plane_role = "tooling"

[dependencies]
polyc-rpc-client = { version = "=2026.9.0", path = "../rpc-client" }
polyc-proto = { version = "=2026.9.0", path = "../proto" }
polyc-agent = { version = "=2026.9.0", path = "../agent" }
polyc-llm = { version = "=2026.9.0", path = "../llm" }

[lints]
workspace = true