llm-governance-models
Shared data models and types for LLM Governance Dashboard multi-tenant platform.
Features
- User Models: User, authentication, and authorization types
- Policy Models: Governance policy and rule definitions
- Cost Models: Budget, cost tracking, and analytics types
- Audit Models: Audit log and compliance types
- Metrics Models: Usage metrics and analytics
Usage
Add this to your Cargo.toml:
[]
= "1.0.0"
Example
use User;
use Policy;
// Use the models in your application
License
Licensed under Apache 2.0.