定制 apurba-labs/laravel-agl 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

apurba-labs/laravel-agl

Composer 安装命令:

composer require apurba-labs/laravel-agl

包简介

Agentic Governance Layer for Laravel 13

README 文档

README

Latest Version on Packagist Total Downloads

Laravel AGL is a governance-first framework for building AI-assisted workflows in Laravel applications.

It helps developers add:

  • AI reasoning pipelines
  • policy enforcement
  • human approval flows
  • risk scoring
  • governance audit trails

to applications powered by Gemma, Ollama, or other LLMs.

Built for:

  • enterprise approval systems
  • institutional workflows
  • compliance-sensitive applications
  • local/private AI deployments

Why Laravel AGL?

Most AI integrations focus only on generation.

Laravel AGL focuses on governance.

Instead of allowing agents to operate without boundaries, Laravel AGL introduces:

  • policy-aware reasoning
  • approval escalation
  • audit visibility
  • risk-aware execution

This enables organizations to safely integrate AI into sensitive workflows.

Features

  • Local AI reasoning support
  • Policy-based workflow enforcement
  • Human-in-the-loop escalation
  • Risk scoring pipelines
  • Governance audit logging
  • Laravel-native developer experience
  • Midnight ZK-proof integration hooks

Installation

composer require apurba-labs/laravel-agl

Quick Start

use ApurbaLabs\Agl\Facades\AGL;

$result = AGL::policy('alumni-verification')
    ->requireZkProof()
    ->evaluate([
        'name' => 'John Doe',
        'graduation_year' => 2010,
    ]);

if ($result['approved']) {
    // Continue workflow
}

Example Use Cases

  • Alumni verification systems
  • AI-assisted approval workflows
  • NGO transparency platforms
  • Financial governance pipelines
  • Internal compliance systems

Philosophy

Laravel AGL is built around a simple principle:

“AI can recommend. Governance decides.”

Related Projects

Project Purpose
gotihub-agl Full governance platform
gotihub-midnight-bridge Midnight ZK-proof integration
laravel-iam Identity & role governance

License

MIT License

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 11
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-05-14

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固