af-web 0.7.1

Reusable Agent Factory host infrastructure for HTTP and gRPC boundaries.
Documentation
# af-web

Reusable Agent Factory host infrastructure for HTTP and gRPC boundaries.
It provides branded request IDs, authenticated context extraction, edge limits,
tracing, health/readiness, and graceful shutdown.

## 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)