Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
735 changes: 735 additions & 0 deletions docs/AI_TUTOR.md

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions packages/cortex-tutor/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
"""
Intelligent Tutor - AI-Powered Installation Tutor for Cortex Linux.

An interactive AI tutor that teaches users about packages and best practices.
"""

from cortex.tutor import agent
from cortex.tutor.branding import console, tutor_print
from cortex.tutor.config import Config

__all__ = ["Config", "agent", "console", "tutor_print"]
Loading