Skip to content

kogunlowo123/agentforge-03-developer-devops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AgentForge 03 — Developer & DevOps Agents

Category Cloud License

Quick Start

cp .env.example .env && pip install -r requirements.txt
python -m labs.exercise_03_1_beginner.agent
cd infrastructure/terraform/environments/dev && terraform init && terraform plan

Structure

├── core/agent_base.py                  # ReAct loop, tool registry, cost tracker
├── labs/exercise_03_*/             # 4 exercises (beginner → stretch)
├── infrastructure/terraform/modules/   # runtime, datastore, gateway
├── infrastructure/docker/Dockerfile    # Multi-stage production image
├── tests/                              # pytest tests
├── .github/workflows/deploy.yml        # lint → test → tf validate
└── docs/                               # Architecture, practices, concepts

Portal & Diagrams


AgentForge v1.0 · MIT · kogunlowo123

About

AI code review, IaC drift remediation, incident-to-patch automation

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors