Minor release.
Highlights
- Serving helpers (P23) —
agentix.servingturns anAgentinto a streaming HTTP endpoint: dependency-free SSE/NDJSON serializers (event_to_dict,sse_events,ndjson_events,outcome_to_payload) plus a lazy FastAPI/Starlette adapter (sse_response/ndjson_response, installagentix-toolkit[serving]). Pairs with suspend/resume for web human-in-the-loop. Seeexamples/30_serving_fastapi.pyand the Serving guide. - Friendlier wording — plainer, beginner-first package summary and README intro (no API changes).
Install: pip install "agentix-toolkit[anthropic]" (import as agentix).
Full notes: CHANGELOG.md.