af-web 0.3.0

Reusable axum web infrastructure: request-id + latency-SLO middleware, JSON error envelope, health. The cross-cutting half of agent_core/api/.
Documentation
# af-web

Reusable axum web infrastructure: request-id + latency-SLO middleware, JSON error envelope, health. The cross-cutting half of agent_core/api/.

## Install

```sh
cargo add af-web
```

Use the exact Agent Factory version across packages in one application.

## Scope

This package owns reusable, business-free infrastructure and lifecycle contracts. Product prompts, domain tools, policies, credentials, data, and deployment configuration remain in the consuming application.

## Documentation

API and package documentation: [https://docs.rs/af-web](https://docs.rs/af-web)