Fixes #188: Consolidate Jules SDK examples into monorepo workspaces#210
Fixes #188: Consolidate Jules SDK examples into monorepo workspaces#210davideast wants to merge 1 commit into
Conversation
…189\nFixes #190\nFixes #191\nFixes #192\n\nThis consolidates five different examples into the monorepo cleanly:\n- `basic-session`: Simple API interaction.\n- `advanced-session`: Showcases prompt interaction and stream parsing.\n- `agent`: Demonstrates `jules.all()` and concurrency control.\n- `webhook`: Exemplifies Hono server-driven event triggers.\n- `github-actions`: Provides a template for custom Actions using the SDK.\n\nAll examples are registered properly in the workspace, dependencies resolved in `bun.lock`, and referenced appropriately in `packages/core/README.md`. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This PR safely incorporates the content from multiple pending examples into
@google/jules-sdk. It resolves conflicts by merging documentation into a single conflict-free branch and mapping the examples via monorepo workspaces so dependencies execute successfully.Fixes #188
Fixes #189
Fixes #190
Fixes #191
Fixes #192
PR created automatically by Jules for task 9665646457304620666 started by @davideast