Skip to content

Jules wip 10459775938551966727 #739

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

Open
wants to merge 31 commits into
base: main
Choose a base branch
from

Conversation

TGreen87
Copy link

This pull request introduces significant updates to the OpenAI Agents SDK, including a new "Executive Assistant" agent, improved documentation, and enhancements to the development workflow. Below is a summary of the most important changes:

New Agent Implementation

  • Added the ExecutiveAssistant agent, which orchestrates tasks using short-term and long-term memory, a retriever component, and tools for calendar events and email. (agents/executive_assistant/__init__.py, agents/executive_assistant/memory.py, agents/executive_assistant/rag.py, agents/executive_assistant/tools.py) [1] [2] [3] [4]

Documentation Overhaul

  • Replaced AGENTS.md with agents.md, a comprehensive bootstrap guide for setting up and using the SDK, including prerequisites, repository layout, and CI/CD workflows. (AGENTS.md, agents.md) [1] [2]

Workflow and Tooling Improvements

  • Added a verify target to the Makefile to streamline running format, lint, type-checking, and tests in a single command. (Makefile)
  • Updated docs/scripts/translate_docs.py to dynamically include language-specific search metadata in translated files. (docs/scripts/translate_docs.py) [1] [2]

Example Enhancements

  • Introduced an advanced orchestration example demonstrating how to use worker agents for translation and summarization tasks under an orchestrator agent. (examples/agent_patterns/advanced_orchestration_example.py)

Project Configuration

  • Added a pyproject.toml file for managing the custom-agents project, specifying dependencies and Python version requirements. (agents/pyproject.toml)

TGreen87 and others added 30 commits May 19, 2025 14:20
…nse-export

Remove duplicate ModelResponse export
…ith-caching

Implement screenshot caching
…lace-requirements-lock

Update agent docs for uv.lock and verification target
…r-mkdocs-search-plugin

Fix mkdocs search with i18n
…ng-periods

Fix comments to end with periods
…sistant-with-deepgram-api-9xciqt

Add Executive Assistant skeleton with Deepgram voice models
…sistant-with-deepgram-api

Add Executive Assistant skeleton with Deepgram voice models
* Initial plan for issue

* Fix indentation in _run_impl.py

* Final changes to ensure the code builds properly

Co-authored-by: TGreen87 <170493160+TGreen87@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>
* Initial plan for issue

* Initial assessment of changes required for PR #8

Co-authored-by: TGreen87 <170493160+TGreen87@users.noreply.github.com>

* Complete code style consistency implementation

Co-authored-by: TGreen87 <170493160+TGreen87@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>
… done so far and provide feedback for Jules to continue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant