Eunomia is a standalone server to decouple the authorization logic from the main architecture of your AI Agent.
Install the eunomia
package via pip:
pip install eunomia-ai
The server can be served locally with:
fastapi dev src/eunomia/api/main.py
Check out the quickstart example in the documentation for a fully working example.
Different packages are available in this repository for an easier interaction with the server. These packages make the integration of Eunomia inside your AI application as seamless as possible within your favorite development framework.
The following packages are currently available:
For more examples and detailed usage, check out the documentation.