Thanks to visit codestin.com
Credit goes to github.com

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: Fcpacheco/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
  • 20 files changed
  • 1 contributor

Commits on May 15, 2025

  1. Enhances tutorial generation with text-only mode

    Adds a text-only mode that focuses on documentation files,
    offering a simplified tutorial generation process.
    
    Updates repository crawling to support direct HTTPS clones
    for public repositories.
    
    Refactors prompt construction and token counting for file
    analysis to enhance tutorial generation logic.
    Fcpacheco committed May 15, 2025
    Configuration menu
    Copy the full SHA
    12e90ba View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

  1. Add core abstractions and agentic coding guidelines; enhance main.py …

    …with TypedDict for shared state
    
    - Introduced core abstractions and design patterns in core_abstractions.yaml for LLM workflows.
    - Added detailed agentic coding steps and best practices in responses.yaml to guide AI agent development.
    - Updated main.py to include a TypedDict definition for the shared state, improving type safety and clarity.
    - Adjusted shared dictionary initialization and flow execution to utilize the new TypedDict structure.
    - Enhanced VSCode settings to include additional spell check words.
    Fcpacheco committed May 20, 2025
    Configuration menu
    Copy the full SHA
    5f23b8f View commit details
    Browse the repository at this point in the history
Loading