A demonstration of the Poe protocol using FastAPI. Version 0.0.83, active development, roughly weekly releases.
pip install fastapi-poeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal bot that echoes user messages using FastAPI and Poe protocol.
Set POE_ACCESS_KEY environment variable or pass access_key to make_app.
Use command line: uvicorn my_bot:app --host 0.0.0.0 --port 8080
Update imports to poe_api or use the new fastapi_poe.client module.
Run `pip install fastapi-poe`
Update to latest: `pip install --upgrade fastapi-poe` and use `from fastapi_poe import make_app`
Set POE_ACCESS_KEY=<your_key> or pass access_key to make_app()
No resource links recorded.