What's Included
- Bitefix is an efficient library designed to streamline error fixing with AI-powered decorators for seamless debugging.
- It initializes a crew of AI agents that work together to diagnose the error, generate ideas to fix the error,
evaluate the ideas to choose the best and develop the code to fix the error.
- BiteFix AI Agents: Four AI agents - Diagnosis Expert, Senior Python Developer, Lead Python Developer, and Python Code Developer.
- Decorators: We support two decorators.
First is `resolve_with_openai` which uses Open AI models for the BitefIx AI Agents.
Second is `resolve` which accepts any LLM of user's choice for the AI Agents.
- Check out this [demo](https://drive.google.com/file/d/1JKeKCbhwSRkx4MfrVtz1oAtW_n4Up1rN/view?usp=sharing) to see how this works
Getting Started
- Explore the Documentation for usage details.
- Install BiteFix using `pip install bitefix`.
- Try out the provided examples to experience error resolution.
Future Roadmap
This is just a basic kickstart towards making the error-fixing process more efficient using the capabilities of Large Language Models
We plan to enhance functionalities and add more features in future releases.
Feedback
Your feedback is valuable! Share your thoughts and raise any Issue.
🚀 Happy Coding with BiteFix! 🛠️