Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: The-Pocket/PocketFlow-Tutorial-Codebase-Knowledge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: mzmzeee/PocketFlow-Tutorial-Codebase-Knowledge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Dec 14, 2025

  1. Implement comprehensive tutorial generation framework with LLM integr…

    …ation
    
    - Added `nodes.py` to define a series of nodes for fetching repository files, identifying abstractions, analyzing relationships, ordering chapters, and writing tutorial chapters.
    - Introduced `FetchRepo` node to crawl GitHub repositories or local directories for source files.
    - Created `IdentifyAbstractions` node to leverage LLM for extracting key abstractions from the codebase.
    - Developed `AnalyzeRelationships` node to establish connections between identified abstractions.
    - Implemented `OrderChapters` node to determine the optimal sequence for tutorial chapters based on abstraction relationships.
    - Added `WriteChapters` node to generate Markdown content for each chapter using LLM.
    - Created `CombineTutorial` node to compile the generated chapters and create an index file with a Mermaid diagram for visual representation of relationships.
    - Established logging and caching made
    mzmzeee committed Dec 14, 2025
    Configuration menu
    Copy the full SHA
    e98abdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01b125b View commit details
    Browse the repository at this point in the history
Loading