151 Commits

Author SHA1 Message Date
Zachary Huang 05b24cbbb0 Add book recommendation to README
Added a link to the book 'Crack Any Codebase with AI' in the README.
2026-05-30 18:26:41 -07:00
Zachary Huang 8a324c1cfc Add announcement for online service launch
Updated the README to reflect the launch of the online service.
2026-05-30 10:21:35 -07:00
Zachary Huang c8a8ca1718 Merge pull request #165 from taqtiqa-mark/pr-50
Automatically switch provider based on envirnment variables, Ollama support: closes #13 & #50
2025-10-23 17:27:34 -07:00
Mark Van de Vyver c6eaaffd7b switch provider based on environment variables 2025-10-24 04:59:32 +11:00
Mark Van de Vyver b597bb9d3b update call_llm() to use environ variable for LLM 2025-10-24 04:49:28 +11:00
Zachary Huang dc2990e552 Update call_llm.py 2025-08-03 16:42:25 -07:00
Zachary Huang ce0b14a8ef Merge pull request #151 from AliSoua/main
add timeout to requests and optimize directory traversal
2025-07-27 18:19:38 -07:00
Soua Ali 93b7abccb4 add timeout to requests and optimize directory traversal
- Added timeout=(30, 30) to requests.get for improved network robustness
- Avoid unnecessary recursion into excluded directories to reduce API calls
2025-07-21 12:02:40 +01:00
zachary62 755e76733d update pattern 2025-05-22 21:57:33 -04:00
Zachary Huang 2afe6f696a Merge pull request #112 from rossdonald/utf-bom-handling
fix: update file opening encoding to utf-8-sig to handle files with BOM
2025-05-16 12:12:52 -04:00
Ross Donald 9e82cc8ed3 fix: update file opening encoding to utf-8-sig to handle files with BOM 2025-05-16 10:36:18 +10:00
Zachary Huang 8cf3b6e3c2 Update README.md 2025-05-15 15:13:28 -04:00
Zachary Huang d064496e42 Update README.md 2025-05-15 15:12:31 -04:00
Zachary Huang 915813b247 Merge pull request #101 from srinadhkesineni/main
Add Docker support for local development
2025-05-15 15:02:25 -04:00
Zachary Huang 86b2247597 Merge pull request #104 from bsorrentino/main
feat(call_llm): add azure openai code snippet
2025-05-14 12:46:56 -04:00
bsorrentino a0314bfa4f feat(call_llm): add azure openai code snippet 2025-05-13 15:20:49 +00:00
srinadh777 5aa86fa178 Merge branch 'The-Pocket:main' into main 2025-05-12 21:58:36 +05:30
srinadh777 f350f113a4 Update README.md 2025-05-12 21:57:35 +05:30
Srinadh kesineni fa769db2d4 docker updated 2025-05-12 21:44:26 +05:30
Zachary Huang 15c10cee96 Merge pull request #103 from Emiyaaaaa/fix/import
fix: add missing import
2025-05-12 09:46:32 -04:00
Srinadh kesineni c8055a28a2 added docker documentation 2025-05-12 07:46:25 +05:30
emiyaaaaa c0228d5e99 Add missing import 2025-05-12 10:11:13 +08:00
Srinadh kesineni f42ca9843f Merge branch 'main' of https://github.com/srinadhkesineni/PocketFlow-Tutorial-Codebase-Knowledge 2025-05-12 07:31:58 +05:30
Srinadh kesineni cf79ac2524 docker setup 2025-05-12 07:31:23 +05:30
srinadh777 9606bbf909 Update README.md
docker documentation added
2025-05-11 10:24:54 +05:30
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