Skip to content

reazp/simple-agentic-qa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Agentic QA

A simple agentic question-answering system using Python and AI agents.

Files

simple-agentic-qa/ │ ├── tests/ │ └── test_simple_get_request.py │ ├── agent/ │ ├── init.py │ ├── runner.py │ ├── failure_parser.py │ ├── fixer.py │ └── github_client.py │ ├── requirements.txt ├── agent_main.py └── .github/workflows/ci.yml

Setup

  1. Create a virtual environment
  2. Install dependencies
  3. Run the agent

Agentic Logic Flow

Run pytest ↓ Pytest Fails ↓ Agent Runs ↓ Parse Failure ↓ Call API To Validate ↓ Generate Fix Suggestion ↓ Create New Branch ↓ Modify Test File ↓ Commit ↓ Open Pull Request

Usage

python agent.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages