Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 1.79 KB

File metadata and controls

63 lines (45 loc) · 1.79 KB

CodeGenie Examples

This directory contains practical examples demonstrating CodeGenie's features.

Available Examples

1. Project Scaffolding

2. Refactoring

3. Command Execution

4. Autonomous Development

5. Multi-Agent Collaboration

Quick Start

Each example includes:

  • README.md - Description and instructions
  • before/ - Starting code (if applicable)
  • after/ - Expected result
  • transcript.md - CodeGenie conversation
  • commands.sh - Commands to run the example

Running Examples

# Navigate to an example
cd examples/01_project_scaffolding/fastapi_blog/

# Read the README
cat README.md

# Follow the instructions
./run_example.sh

Learning Path

Beginners: Start with Project Scaffolding examples Intermediate: Try Refactoring and Command Execution Advanced: Explore Autonomous and Multi-Agent examples

Contributing

Want to add an example? See CONTRIBUTING.md