Skip to content

Commit 68fc25f

Browse files
simplify examples
Co-authored-by: Sunil Pai <[email protected]>
1 parent ca349c2 commit 68fc25f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/content/changelog/agents/2025-07-21-agents-queue-email-context-update.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ class MyAgent extends Agent{
2727
}
2828
}
2929

30-
Notes:
31-
32-
- this uses pMap to handle concurrent queuing with a limit (concurrency: 6).
33-
- each .queue() call returns a task ID you can track.
34-
- works seamlessly thanks to automatic context wrapping
3530

3631
Want to try it yourself? Just define a method like processMessage in your agent, and youre ready to scale.
3732

0 commit comments

Comments
 (0)