This directory contains practical examples demonstrating CodeGenie's features.
Each example includes:
README.md- Description and instructionsbefore/- Starting code (if applicable)after/- Expected resulttranscript.md- CodeGenie conversationcommands.sh- Commands to run the example
# Navigate to an example
cd examples/01_project_scaffolding/fastapi_blog/
# Read the README
cat README.md
# Follow the instructions
./run_example.shBeginners: Start with Project Scaffolding examples Intermediate: Try Refactoring and Command Execution Advanced: Explore Autonomous and Multi-Agent examples
Want to add an example? See CONTRIBUTING.md