llm-governance-models

Crates.iollm-governance-models
lib.rsllm-governance-models
version1.0.0
created_at2025-11-17 00:51:36.771188+00
updated_at2025-11-17 00:51:36.771188+00
descriptionShared data models and types for LLM Governance Dashboard multi-tenant platform
homepagehttps://github.com/globalbusinessadvisors/llm-governance-dashboard
repositoryhttps://github.com/globalbusinessadvisors/llm-governance-dashboard
max_upload_size
id1936086
size64,805
GBA (globalbusinessadvisors)

documentation

https://docs.rs/llm-governance-models

README

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:

[dependencies]
llm-governance-models = "1.0.0"

Example

use llm_governance_models::user::User;
use llm_governance_models::policy::Policy;

// Use the models in your application

License

Licensed under Apache 2.0.

Commit count: 0

cargo fmt