Skip to content

1.16.1 — AI FastAPI Demo & Docs

Choose a tag to compare

@Cheater121 Cheater121 released this 05 Apr 11:19
· 7 commits to main since this release

Adds runnable examples for AI-powered policy generation:

  • examples/ai_fastapi_demo/app.py: new FastAPI demo wiring auto-generated OpenAPI schema into AIPolicy.from_schema() at startup

  • Demonstrates automatic policy generation by the LLM with a built-in fallback policy when no API key is configured

  • docs/ai_policy_authoring.md: adds a new Runnable demos section covering:

    • examples/ai_demo/demo.py
    • FastAPI integration demo

No breaking changes

Upgrade

pip install -U rbacx