-
Notifications
You must be signed in to change notification settings - Fork 0
Update jules_wip branch with latest main and fix Executive Assistant implementation #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: jules_wip_10459775938551966727
Are you sure you want to change the base?
Update jules_wip branch with latest main and fix Executive Assistant implementation #16
Conversation
PR to enhance the `Usage` object and related logic, to support more granular token accounting, matching the details available in the [OpenAI Responses API](https://platform.openai.com/docs/api-reference/responses) . Specifically, it: - Adds `input_tokens_details` and `output_tokens_details` fields to the `Usage` dataclass, storing detailed token breakdowns (e.g., `cached_tokens`, `reasoning_tokens`). - Flows this change through - Updates and extends tests to match - Adds a test for the Usage.add method ### Motivation - Aligns the SDK’s usage with the latest OpenAI responses API Usage object - Supports downstream use cases that require fine-grained token usage data (e.g., billing, analytics, optimization) requested by startups --------- Co-authored-by: Wulfie Bain <wulfie@openai.com>
--- [//]: # (BEGIN SAPLING FOOTER) * openai#732 * openai#731 * __->__ openai#730
--- [//]: # (BEGIN SAPLING FOOTER) * openai#732 * __->__ openai#731
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: TGreen87 <170493160+TGreen87@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
@copilot fix the conflicts that must be resolved before merging please |
Co-authored-by: TGreen87 <170493160+TGreen87@users.noreply.github.com>
Fixed the circular import conflict in the executive assistant module. The issue was in |
Co-authored-by: TGreen87 <170493160+TGreen87@users.noreply.github.com>
Co-authored-by: TGreen87 <170493160+TGreen87@users.noreply.github.com>
Branch Update Summary
This PR updates the
jules_wip_10459775938551966727
branch to be fully compatible with the latest main branch. The original feature branch had diverged significantly, so changes were reimplemented on top of the current main codebase.Key Components Preserved & Updated:
Executive Assistant Implementation
agents/
directory tosrc/agents/executive_assistant/
to match current project structureDeepgram Voice Support
src/agents/voice/models/
Tests
Merge Strategy:
The branches had diverged to the point where there was no direct common ancestor, so a clean implementation based on the latest main was created rather than attempting to resolve complex merge conflicts. All functional code from the feature branch was preserved and integrated into the proper locations.
Breaking Changes:
None. This update maintains backward compatibility while adding the new Executive Assistant and Deepgram voice functionality.
Testing:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.