Artificial Intelligence Regulation Interface & Agreements
Project description
ARIA (Artificial Intelligence Regulation Interface & Agreements)
What is ARIA?
ARIA is an open-source framework for defining and enforcing AI participation policies in software projects. It provides a standardized way to specify how AI can interact with your codebase, ensuring clear boundaries and responsibilities between human and AI contributors.
Overview
In an era where AI is increasingly involved in software development, ARIA offers a structured approach to managing AI contributions. Similar to how .gitignore helps manage file tracking, ARIA helps manage AI participation through clear, human-readable policies.
Core Features
- YAML-based policy definition with AWS-style inheritance
- Built-in policy templates for common scenarios
- Policy validation and enforcement tools
- Integration with popular CI/CD platforms
- Human-readable policy documentation generation
- IDE integration for Windsurf, Cursor, and more (coming soon)
Policy Models
ARIA provides several foundational models for AI participation:
GUARDIAN
- Complete restriction of AI participation
- Suitable for highly sensitive or regulated projects
OBSERVER
- AI can only analyze and review code
- Can suggest improvements without direct modifications
- Ideal for security-focused projects
ASSISTANT
- AI can suggest and generate code
- All contributions require human review and approval
- Maintains strong human oversight
COLLABORATOR
- AI can contribute to specific project areas
- Different rules for different components
- Granular permission control
PARTNER
- Maximum AI participation with safety guardrails
- Human oversight on critical changes
- Comprehensive testing requirements
Quick Start
# Install ARIA
pip install aria-framework
# Initialize ARIA in your project
ariacli init
# Use a template policy
ariacli template apply assistant
# Validate your policy
ariacli policy validate
# View current permissions
ariacli describe
# Generate IDE rules from policy
ariacli ide rules --ide windsurf
# Generate IDE ignore files
ariacli ide ignore --ide cursor
Policy Example
version: 1.0
model: assistant
defaults:
allow: [] # Deny-all by default
require:
- human_review
- tests
paths:
'src/tests/**':
allow:
- generate
- modify
require:
- test_coverage
'docs/**':
allow:
- generate
- modify
- suggest
Human Responsibilities
Project maintainers must:
- Clearly define AI participation boundaries
- Review AI-generated contributions
- Ensure policy compliance
- Maintain documentation accuracy
Documentation
Getting Started
- Quick Start Guide
- Working with Templates
- Understanding Policy Inheritance
- Command Line Interface
- Self-Testing ARIA
- AI Tool Integrations
API Reference
Technical Documentation
CI/CD Integration
Tool Integration
Contributing
We welcome contributions! Please see our Contributing Guide for guidelines.
License
ARIA is licensed under the Apache License 2.0. See our License for details.
Project Status
This project is currently in alpha stage development (v0.1.1-alpha). The core concepts and architecture are established, but many features are still being implemented.
⚠️ Important Notes for Users and Contributors
- Limited Maintainer Availability: This project is maintained on a part-time basis. Response times to issues and pull requests may be delayed.
- API Stability: APIs are subject to change without notice during this early stage.
- Current Focus:
- Improving IDE integration
- Enhancing policy enforcement mechanisms
- Building comprehensive documentation
- Creating a robust test suite
- Help Wanted: See our ToDo.md for prioritized tasks where contributions would be most valuable.
For more details on how to contribute, please see our Contributing Guide.
Author
Antenore Gatta
- GitHub: @antenore
- GitLab: @antenore
- Email: antenore@simbiosi.org
Links
- GitHub: antenore/ARIA
- GitLab: antenore/ARIA
- Documentation: docs/index.md
- Issues: GitHub Issues
GitHub Topics
When searching for this project, look for these topics:
ai-regulationai-governanceai-policyartificial-intelligencepolicy-enforcementdevelopment-tools
AI Contribution Acknowledgment
In the spirit of transparency and dogfooding our own principles, portions of this project (including code, documentation, and project governance) were developed with the assistance of AI tools. All AI contributions were made under human supervision and review, following the principles outlined in our own ARIA policies.
This acknowledgment serves as a practical example of how AI participation can be transparently disclosed in software projects. For more details, see AI_CONTRIBUTIONS.md.
Sponsorship
ARIA is an open-source project maintained in my free time. If you find this project useful, please consider supporting its development through GitHub Sponsors.
Your sponsorship helps:
- Maintain and improve ARIA
- Add new features and integrations
- Create better documentation
- Provide support to users
Thank you for your support! ❤️
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aria_framework-0.1.1a0.tar.gz.
File metadata
- Download URL: aria_framework-0.1.1a0.tar.gz
- Upload date:
- Size: 77.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99eb041d21f6ed6311fb47d19d964a7904699ab6b996c36e4c7423194f00b126
|
|
| MD5 |
e72f7f6a6f6c93052a55956704667683
|
|
| BLAKE2b-256 |
31f58dc4b6177ab3d6f222f70d3663975316aaa5efa693892ba5d4801585a6be
|
File details
Details for the file aria_framework-0.1.1a0-py3-none-any.whl.
File metadata
- Download URL: aria_framework-0.1.1a0-py3-none-any.whl
- Upload date:
- Size: 33.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c890ac309288ee307e71c6b1c57122e1f5e64886a15cd89e0536ec742ab503f3
|
|
| MD5 |
3d20d80a52948cf8e31b4159628c20ea
|
|
| BLAKE2b-256 |
f4796448669242feca95ddd662e06cf4034ea461abd787e51b692802d78b6f5c
|