remy
c27c79a2c5
Merge branch 'main' of https://github.com/redreamality/PocketFlow-Tutorial-Codebase-Knowledge
2025-05-01 15:14:03 +10:00
remy
98fa9fc0d5
fix: improve file filtering, add new utility,
...
- Improved the speed of file filtering in `crawl_local_files.py` with folder-level exclusion
- Added `fix_yaml.py` utility for YAML indentation fixes
- Updated `nodes.py` to support up to 20 core abstractions
- add option for no cache.
2025-04-30 19:00:50 +10:00
Robert Guss
0a75de07a4
remove comments
2025-04-29 15:42:48 -04:00
Robert Guss
92251b2a53
add pathspec library and update crawl_local_files to ignore contents of .gitignore file
2025-04-29 15:22:07 -04:00
siaeyy
ccd048118a
fix(utils/crawl_github_files): error message
...
The formatted error messages that use undefined variables are fixed and their contents are changed.
2025-04-24 23:26:48 +03:00
siaeyy
03555caa87
refactor(utils/crawl_github_files): deciding default branch
...
Previously the default branch name was considered to be "main", which was wrong.
To fix this, dont put the ref param to query and let Github decide default branch.
2025-04-23 12:21:36 +03:00
siaeyy
ea524efebc
fix(utils/crawl_github_files): branch names that includes "/"
...
To fix this problem, my solution was getting branch names from Github api and checking for matching.
If there is no match, this time check is a tree like this exists.
2025-04-23 12:18:47 +03:00
Marcel Santee
e7a4931d37
improve error raising
2025-04-22 14:15:23 -03:00
zachary62
99cc41ea68
update the crawl
2025-04-21 16:03:44 -04:00
zachary62
0d2c29e7c7
move crawl local to utils
2025-04-09 11:09:33 -04:00
Zach
80b2b118bd
Merge pull request #8 from SkrOYC/patch-1
...
Update call_llm.py with beginner friendly AI Studio key support
2025-04-07 21:38:23 -04:00
Zach
2db0d83065
Merge pull request #4 from mathd/github_ssh_repo
...
support downloading GitHub repo with ssh
2025-04-07 21:38:09 -04:00
SkrOYC
b7a4378c08
Update call_llm.py with beginner friendly AI Studio key support
...
Adding a whole client definition for those using AI Studio
2025-04-07 19:32:55 -04:00
zachary62
374d3eb44d
update the llm setup
2025-04-07 11:14:03 -04:00
Mathieu Dupuis
ea5e8969f0
support downloading GitHub repo with ssh
2025-04-06 17:10:12 -04:00
zachary62
dc4d445676
update readme examples
2025-04-04 15:06:41 -04:00
Zach
41ecb66b4a
Initial commit
2025-04-02 16:56:35 -04:00