Commit Graph

126 Commits

Author SHA1 Message Date
Srinadh kesineni 3a01ebf92e docker setup 2025-05-11 10:03:25 +05:30
zachary62 89318369ad fix markdown render 2025-05-10 11:08:15 -04:00
zachary62 79d65a1190 update the nav order 2025-05-10 10:51:46 -04:00
zachary62 894fe3334b update the header 2025-05-10 10:51:29 -04:00
Zachary Huang 138c103240 Merge pull request #99 from alexhraber/main
add docs/PocketFlow
2025-05-10 10:13:31 -04:00
Alex H. Raber cc2fed538a Merge pull request #1 from alexhraber/ahr/add-PocketFlow
adding PocketFlow
2025-05-09 22:51:51 -07:00
Alex Raber e568059686 adding PocketFlow 2025-05-09 22:41:56 -07:00
Zachary Huang 7cf7d62759 Update README.md 2025-05-09 19:24:01 -04:00
Zachary Huang 2ec3a08a85 Update README.md 2025-05-09 11:47:12 -04:00
Zachary Huang 25134bc6f5 Update README.md 2025-05-05 17:50:04 -04:00
zachary62 cce2effd7f disable cache when retrying 2025-05-05 16:27:23 -04:00
zachary62 060bc9d50e update progress bar 2025-05-05 11:53:53 -04:00
Zachary Huang a1d1ab697c Merge pull request #85 from gethari/crawling-progress
#feat: Report progress of the crawling #64
2025-05-05 11:32:42 -04:00
Zachary Huang d0f43049a2 Merge pull request #86 from The-Pocket/revert-84-patch-1
Revert "Update index.md to fix the broken links issue"
2025-05-05 11:18:58 -04:00
Zachary Huang ad6148ad33 Revert "Update index.md to fix the broken links issue" 2025-05-05 11:18:36 -04:00
Zachary Huang efb467a808 Merge pull request #84 from WillemJiang/patch-1
Update index.md to fix the broken links issue
2025-05-05 11:08:34 -04:00
Hari Haran 0b2078b12a Merge remote-tracking branch 'upstream/main' into crawling-progress 2025-05-05 10:39:02 +00:00
Willem Jiang 0dbae552b0 Update index.md to fix the broken links issue 2025-05-05 09:41:47 +08:00
Zachary Huang cd9e2b9804 Update _config.yml 2025-05-04 20:29:16 -04:00
Zachary Huang 33c3000cc9 Update _config.yml 2025-05-04 20:25:45 -04:00
Zachary Huang d69c508449 Update _config.yml 2025-05-04 20:22:13 -04:00
Zachary Huang 390c8c9b06 Update README.md 2025-05-04 17:08:47 -04:00
zachary62 c238dba586 make the way to count abstractions more robust 2025-05-02 09:53:40 -04:00
zachary62 c765bff257 fix the default chapter number 2025-05-01 11:00:54 -04:00
Zachary Huang 10a70127fc Merge pull request #74 from redreamality/main
Feat: add openrouter support;  fix: add options for no-cache and max_abstraction_num
2025-05-01 10:55:59 -04:00
remy 51b64f8d28 feat: add --max-abstractions flag to control number of identified abstractions 2025-05-01 15:43:26 +10:00
remy ba7d863a45 Merge branch 'feat/openrouter' 2025-05-01 15:34:33 +10:00
remy 6f4d62f873 drop yaml fix 2025-05-01 15:31:54 +10:00
remy c27c79a2c5 Merge branch 'main' of https://github.com/redreamality/PocketFlow-Tutorial-Codebase-Knowledge 2025-05-01 15:14:03 +10:00
Zachary Huang a5991a664f Merge pull request #67 from robertguss/feat-ignore-gitignore-by-default
Feat: Add contents of `.gitignore` to ignore files by default
2025-04-30 14:43:34 -04:00
Redreamality 31e45f3137 Merge branch 'The-Pocket:main' into main 2025-04-30 19:10:06 +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
Hari Haran cd947bbdc6 #feat: Report progress of the crawling #64 2025-04-30 04:27:22 +00: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
Zachary Huang 7478f1d990 Update README.md 2025-04-29 08:33:44 -04:00
Zachary Huang 4da93741fe Update index.md 2025-04-27 23:09:12 -04:00
Zachary Huang e2dd1b6f8f Update README.md 2025-04-26 11:58:41 -04:00
Zachary Huang 98fc7b428a Merge pull request #46 from siaeyy/fix/issue-35
Fix for issue #35
2025-04-24 16:43:42 -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
Zachary Huang f257d0b95a Merge pull request #39 from SanteeMarcel/patch-1
improve error raising
2025-04-22 18:26:03 -04:00
Marcel Santee e7a4931d37 improve error raising 2025-04-22 14:15:23 -03:00
Zachary Huang bc2943a994 Update README.md 2025-04-22 11:21:25 -04:00
Zachary Huang 0f4152cc16 Update flow.py 2025-04-22 08:38:36 -04:00
Zachary Huang 358f87985f Update README.md 2025-04-21 20:26:36 -04:00
Zachary Huang 7a499397da Update README.md 2025-04-21 20:24:09 -04:00
zachary62 99cc41ea68 update the crawl 2025-04-21 16:03:44 -04:00
Zachary Huang 1d75223559 Merge pull request #28 from mnbnkr/patch-1
update mermaid to 10.9.3
2025-04-21 15:56:51 -04:00