https://github.com/areid987/agentic-ci-framework

Reusable implementation of AI-powered continuous integration system with developer/reviewer/debugger agents

https://github.com/areid987/agentic-ci-framework

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Reusable implementation of AI-powered continuous integration system with developer/reviewer/debugger agents

Basic Info
  • Host: GitHub
  • Owner: AReid987
  • License: other
  • Language: CUE
  • Default Branch: main
  • Size: 15.6 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created 12 months ago · Last pushed 12 months ago
Metadata Files
Readme Contributing License Security

README.md

Agentic CI Framework

Alt

Self-Healing Demo

```bash

Create intentional error

echo 'test("will fail", () => { expect(1).toBe(2) })' >> test/fail.test.js git add . && git commit -m "Test failure" && git push

Watch CI:

1. Detects failure

2. Auto-fixes test

3. Recommits

4. Passes on retry

```

Full Usage Guide | Safety Protocols

Owner

  • Name: Antonio Reid
  • Login: AReid987
  • Kind: user
  • Location: Austin, Texas

GitHub Events

Total
  • Watch event: 1
  • Push event: 26
  • Pull request event: 1
  • Create event: 3
Last Year
  • Watch event: 1
  • Push event: 26
  • Pull request event: 1
  • Create event: 3

Dependencies

.github/workflows/auto-repair.yml actions
  • actions/checkout v4 composite
  • dagger/github-action v5 composite
.github/workflows/debugger-agent.yml actions
  • actions/checkout v4 composite
  • dagger/github-action v5 composite
.github/workflows/developer-agent.yml actions
  • actions/checkout v4 composite
  • dagger/github-action v5 composite
.github/workflows/reviewer-agent.yml actions
  • actions/checkout v4 composite
  • dagger/github-action v5 composite
.github/workflows/self_healing.yml actions
  • actions/checkout v4 composite
  • actions/setup-node v4 composite
  • dagger/github-action v5 composite