Skip to content

v0.5.0

Latest

Choose a tag to compare

@skwijeratne skwijeratne released this 24 Jun 17:53
8be2883

Minor release.

Highlights

  • Serving helpers (P23)agentix.serving turns an Agent into 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, install agentix-toolkit[serving]). Pairs with suspend/resume for web human-in-the-loop. See examples/30_serving_fastapi.py and 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.