Dmytro Struk and GitHub
75794b4687
Python: OpenAI Assistants Chat Client and Agent ( #288 )
...
* Initial version of assistant client
* More updates to assistant client
* Finished assistant chat client implementation
* Small fixes and basic example
* Added code interpreter example
* More examples
* Added chat client example
* Small fixes
* Added tests
* Enabled telemetry
* Small fix
* Removed files temporarily
* Revert "Removed files temporarily"
This reverts commit 5cdfa0d299 .
* Small fixes
* Addressed PR feedback
* Fixed tests
* Small update
2025-08-01 12:12:41 +00:00
Eduard van Valkenburg and GitHub
42c7a59640
Python: updated doc generation setup and some slight api enhancements ( #267 )
...
* updated doc generation setup and some slight api enhancements
* small fix in index
2025-07-31 15:04:22 +00:00
Eduard van Valkenburg and GitHub
dff700e469
added telemetry decorators to other chat clients ( #255 )
2025-07-28 17:08:58 +00:00
Dmytro Struk and GitHub
c794892d79
Python: OpenAI Responses Agent - threads, code interpreter, bug fixes and examples ( #242 )
...
* Added basic example with small fix
* Added example with function tools
* Added example with thread management
* Small renaming
* Added example with code interpreter
2025-07-28 17:07:29 +00:00
Eduard van Valkenburg and GitHub
0ce8eb1e2f
Python telemetry ( #223 )
...
* initial work on telemetry
* moved tool operation const
* missing quotes
* working otel with samples
* updated readme and other assets
* added tests
* added tests
* small updates
* updated genaiattributes docs
* updated tests
* additional warning
* cleanup of tests
2025-07-28 07:33:42 +00:00
3ee9dddfa2
Python: OpenAI responses client ( #239 )
...
* Responses client WIP
* add responses class
* fix typing errors
* move test
* streaming responses, structured outputs
* tests
* Update python/packages/main/tests/openai/test_openai_responses_client.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* pr comments
* fix override import
* fix mypy
* add missing function override
* PR comments
* add docstrings
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-25 17:56:22 +00:00
Eduard van Valkenburg and GitHub
9287572b0d
Python: improved loading ( #202 )
...
* improved loading
* updated openai folder imports
* fixed import
2025-07-18 19:17:30 +00:00
f0dc661c3e
Python: Azure chat client ( #185 )
...
* updated openai, fcc works, with sample
* reduced files in openai
* Add azure chat client
* fix tests
* Update python/packages/main/tests/unit/test_openai_chat_completion_base.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update python/packages/azure/agent_framework/azure/__init__.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update python/packages/azure/agent_framework/azure/_azure_openai_settings.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* PR comments
* fix bad merge
* disable tests for now
* actually disable tests for azure
* fix tests, align test files with merge changes
* update code for new project structure
* PR comments
* add streaming integration tests. Fix flakiness
---------
Co-authored-by: eavanvalkenburg <github@vanvalkenburg.eu >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-15 18:38:09 +00:00
Eduard van Valkenburg and GitHub
407ed6de70
Python: follow on work on OpenAI ( #169 )
...
* updated openai, fcc works, with sample
* reduced files in openai
2025-07-12 05:15:51 +00:00