Skip to content

LoyumM/Multi_agent_code_generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Agentic AI coding intern

Core structure

Multi_agent_code_generation/
├── agents/
│   ├── graph.py          # LangGraph orchestration and flow logic
│   ├── nodes.py          # Python functions for Coder, Tester, and Debugger
│   ├── state.py          # TypedDict defining the 'AgentState'
│   └── prompts.py        # System instructions for Qwen and Phi
├── sandbox/
│   └── temp_script.py    # The file where code is written and executed
├── scripts/
│   └── run_agent.py      # Terminal entry point (CLI tool)
├── tests/
│   └── sample_tasks.py   # A few boilerplates to test the agent
├── config.py             # Model names and Ollama configurations
└── requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors