Skip to content

docs: add README files for examples directory #46

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 41 commits into
base: main
Choose a base branch
from

Conversation

Danztee
Copy link

@Danztee Danztee commented Aug 6, 2025

  • Add comprehensive setup guides for agents-sdk-js and agents-sdk-python
  • Add documentation for Streamlit chat interface
  • Create overview README for examples directory
  • Include prerequisites, setup instructions, and troubleshooting tips

- Add comprehensive setup guides for agents-sdk-js and agents-sdk-python
- Add documentation for Streamlit chat interface
- Create overview README for examples directory
- Include prerequisites, setup instructions, and troubleshooting tips
@Danztee
Copy link
Author

Danztee commented Aug 6, 2025

@dkundel-openai @zhuohan123 please, kindly check this out

Danztee and others added 17 commits August 12, 2025 18:13
* evals: admit --sampler chat_completions

* gpt_oss.evals: allow modifying the model names
Move activation buffers from Model to Context, so they are no longer shared across contexts and multiple contexts can sample in parallel
- Put quotes around `pip -e` args
- Use `hf` over `huggingface-cli` (deprecated)
Corrected several typographical errors and improved grammar throughout the README for better clarity and professionalism. Changes include fixing word forms, possessives, and minor phrasing issues.

Co-authored-by: Romain Huet <[email protected]>
Addresses multiple small typos and grammatical errors in the main README.md as well as some improvements in phrasing for clarity.
Critical edits

Co-authored-by: Romain Huet <[email protected]>
bigint and others added 23 commits August 12, 2025 18:27
* add compatibility test

* update readme

* update test suite

* fix example config

* fix typo

* bump version
* docs: add table of contents to README.md

* fix: clean up markdown files
* feat: implement Gradio chatbot interface with function calling and browser search capabilities

* updates !
Removes the unused `WeatherParams` class and its corresponding `BaseModel` import from `pydantic`.

This code was not referenced anywhere in the script. Removing it reduces clutter.

Co-authored-by: Adarsh N <[email protected]>
The function originally named `search_tool` has a specific purpose of fetching weather information, but the name was too generic.

Renaming it to `get_weather` increases readability and maintainability for future developers.

Co-authored-by: Adarsh N <[email protected]>
fixes invalid tokenizer import in build-system-prompt.py
* Update simple_browser_tool.py

Fixed a typo in variable name: lenghts -> lengths

* Update api_server.py

Added validation to get_reasoning_effort, documenting the function and raising a clear ValueError when an unsupported effort string is provided instead of returning None

Updated the /v1/responses endpoint to catch invalid reasoning effort inputs and return an HTTP 422 error, preventing server-side crashes
@Danztee Danztee requested a review from dkundel-openai August 12, 2025 17:41
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.