Peter Howell
b91879a59e
my agent
2025-10-02 02:37:04 +00:00
Zachary Huang
23e36bfbdf
Merge pull request #109 from Dawinia/fix107
...
FIX: RecursionError when loop flow
2025-08-13 10:27:39 -07:00
士本
129b9b07c7
FIX: RecursionError when loop flow
2025-08-13 23:52:23 +08:00
zachary62
9c3def9884
update requirements
2025-08-03 17:27:20 -07:00
zachary62
fad4ed1717
update rule file
2025-08-03 16:53:38 -07:00
Zachary Huang
f98e9f4806
Merge pull request #102 from cozmosisosis/main
...
Added PyYAML to requirements.txt in 'PocketFlow\cookbook\pocketflow-agent'
2025-07-31 08:18:26 -07:00
Zachary Huang
66d2fa09f9
Merge pull request #101 from hyh19/main
...
Fix AsyncNode retry mechanism to use self.cur_retry attribute
2025-07-31 08:17:19 -07:00
Cosmos Tremblay Owens
7dd0fc4a11
Updated requirements.txt to include PyYAML and improved the format
2025-07-31 10:08:27 -04:00
spadkins
fd5817fdcc
fix: align AsyncNode retry mechanism with Node implementation
...
- Change AsyncNode._exec() to use self.cur_retry instead of local variable i
- Ensures consistency between sync and async retry mechanisms
- Fixes AttributeError when accessing cur_retry in derived classes
- Maintains backward compatibility while resolving retry tracking inconsistency
2025-07-31 12:11:14 +08:00
zachary62
3f1f1d6573
Release 0.0.2 to 0.0.3 with type hints
2025-07-27 17:58:15 -07:00
Zachary Huang
d46138290a
Update README.md
2025-07-27 12:37:33 -07:00
Zachary Huang
13b145dc8e
Update README.md
2025-07-27 12:35:52 -07:00
Zachary Huang
e39f041633
Merge pull request #96 from 100apps/patch-1
...
Update .cursor/rules files
2025-07-23 15:20:39 -07:00
guangfeng
ab2072a4dc
update cursor rules
2025-07-20 23:21:00 +08:00
100apps
0252865d20
Update viz.mdc
...
删除无效的行,会导致 cursor 识别错误
2025-07-20 21:39:07 +08:00
zachary62
6a969e3897
remove main.py
2025-07-17 06:45:50 +00:00
Zachary Huang
67bc5d8775
Merge pull request #86 from raceychan/type-hints
...
Adding type hints to __init__.py without changing format and logic
2025-07-06 10:47:43 -07:00
raceychan
e58fbab70f
Add type hints via .pyi stub file
...
- Create pocketflow/__init__.pyi with improved type definitions
- Remove type hints from runtime code to keep it clean
- Use TypeVars and Generics for better type relationships
- Replace many 'Any' types with more specific types like ParamValue, SharedData, Params
- Maintain original compact code style in __init__.py
2025-07-07 01:24:50 +08:00
raceychan
58bf50c87e
adding type hints
2025-07-06 14:06:25 +08:00
zachary62
d360ba8d08
fix the search func call
2025-07-01 19:53:21 +00:00
zachary62
8c6cbc5138
update the doc
2025-06-28 19:24:15 +00:00
Zachary Huang
98d0c3833c
Merge pull request #81 from redreamality/feat/tracing
...
Feat/tracing
2025-06-27 18:01:36 -07:00
remy
ba574d530e
add tracing cookbook
2025-06-27 12:09:19 +10:00
remy
42523a90f1
1
2025-06-26 21:33:50 +10:00
Zachary Huang
c7e063fd73
Update README.md
2025-06-15 15:17:20 -07:00
zachary62
530bc4dd29
update url
2025-06-15 03:32:12 -04:00
zachary62
0213049e10
add the chatbot
2025-06-15 01:13:44 -04:00
Zachary Huang
5e3b529b8f
Merge pull request #72 from relic-yuexi/main
...
add TAO example
2025-06-05 21:18:37 -07:00
moontidef
ad16fb7013
add TAO example
2025-06-06 11:02:35 +08:00
zachary62
02ff1e7e9b
update cmd to cli
2025-06-01 17:45:14 -04:00
zachary62
6cf3ec4984
update text-to-sql cookbook
2025-05-31 21:10:29 -04:00
Zachary Huang
2334db7e71
Merge pull request #70 from chenyaojie/main
...
add gradion-hitl example
2025-05-30 23:26:44 -07:00
Wetter
ecbb7e6e4d
add gradion-hitl example
2025-05-30 16:55:33 +00:00
zachary62
d13180f835
add local HITL example
2025-05-27 00:57:52 -04:00
zachary62
55bd7c6819
update cmd hitl
2025-05-27 00:07:27 -04:00
zachary62
039bb1b206
update cmd hitl
2025-05-26 23:49:55 -04:00
zachary62
92ccbea299
update web app cookbook
2025-05-26 19:16:17 -04:00
zachary62
aaf69731ee
update fastapi
2025-05-26 18:43:21 -04:00
zachary62
953a506c05
finish websocket example
2025-05-26 17:34:21 -04:00
zachary62
b8817f08d1
update nodes
2025-05-26 16:43:54 -04:00
zachary62
9f84788063
add websocket example
2025-05-26 16:23:11 -04:00
zachary62
a01841b67a
update streamlit
2025-05-25 19:56:11 -04:00
zachary62
966ced9dd1
update streamlit app
2025-05-25 19:54:10 -04:00
zachary62
442fd269fa
update streamlit nodes/flow
2025-05-25 19:39:17 -04:00
zachary62
516a52784e
update streamlit hitl
2025-05-25 19:35:47 -04:00
Zachary Huang
1fc2f66127
Merge pull request #68 from Dayanfreitas/main
...
Feat: add cookbook google calendar
2025-05-23 16:27:56 -07:00
Dayan Freitas
99c587f75a
Merge branch 'The-Pocket:main' into main
2025-05-23 16:04:22 -03:00
dayanFreitas
6826b5570c
Adds integration with Google Calendar: includes API configuration, event management nodes, and project structure in the README
2025-05-23 16:00:12 -03:00
Zachary Huang
c7817dc523
Update README.md
2025-05-23 12:00:08 -07:00
Zachary Huang
88768cca43
Update README.md
2025-05-23 11:57:50 -07:00