Fixes #243: [Fleet Execution] [Hono Integration Example]#268
Conversation
Added a new example under `packages/core/examples/hono` illustrating how to integrate the Jules SDK into a Hono application. The example includes endpoints to create sessions, get session statuses, and stream session activities via Server-Sent Events. Fixes #243 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 introduces a new example demonstrating how to integrate the Jules SDK with a Hono backend application.
It includes:
POST /api/sessions/createendpoint to initiate basic Repoless sessions.GET /api/sessions/:id/statusendpoint to check the current status of an ongoing session.GET /api/sessions/:id/streamendpoint to stream session activities in real-time via Server-Sent Events (SSE).package.jsonwith necessary dependencies.README.mdcontaining instructions on how to install dependencies, configure theJULES_API_KEY, and run the local server.packages/core/README.mdlinking to this new example.Fixes #243
PR created automatically by Jules for task 7838249491053480699 started by @davideast