Skip to content

fraolBatole/LocalizeAgent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To execute LocalizeAgent:

  1. Install CrewAI: pip install crewai

  2. Navigate to the LocalizeAgent directory: cd localize_agent

  3. Create a .env file and add your model and API key:

    MODEL="your_model_name"
    MODEL_NAME_API_KEY="your_api_key"
    

    e.g.,

    MODEL=gemini/gemini-1.5-flash
    GEMINI_API_KEY="your_gemini_api_key"
    
  4. Run the agent: crewai run

About

A Replication Package for the paper titled, A Comprehensive Study on LLM-based Agent Bug Characteristics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors