-
Notifications
You must be signed in to change notification settings - Fork 2
Open
cortexlinux/cortex
#566Labels
bountyEligible for bounty paymentEligible for bounty paymentenhancementNew feature or requestNew feature or request
Description
Description
Interactive AI tutor that teaches users about packages and best practices.
Requirements
- Explain what packages do
- Teach best practices
- Answer questions
- Provide examples
- Interactive tutorials
- Learning progress tracking
Acceptance Criteria
- LLM-powered explanations
- Interactive Q&A
- Best practice recommendations
- Code examples
- Step-by-step tutorials
- Track learning progress
- Unit tests included (>80% coverage)
- Documentation with tutor examples
Example Usage
$ cortex tutor docker
🎓 Docker Tutorial
Docker is a containerization platform that...
Would you like to:
1. Learn basic concepts
2. See installation examples
3. Practice with exercises
4. Ask questions
Select option: 4
You: "What's the difference between Docker and VMs?"
Tutor: Docker containers share the host OS kernel,
making them lighter and faster than VMs which run
a full OS. Here's a comparison...
You: "Show me an example"
Tutor: [Provides example with explanation]Skills: Python, LangChain, Claude API, education
Bounty: $25 upon merge
Priority: Low
Metadata
Metadata
Assignees
Labels
bountyEligible for bounty paymentEligible for bounty paymentenhancementNew feature or requestNew feature or request