Releases: samuelint/langchain-openai-api-bridge
Releases · samuelint/langchain-openai-api-bridge
v0.11.3
What's Changed
- test:add langgraph multi agent tests by @Valdanitooooo in #39
- First draft of custom event handler support by @etburke in #42
New Contributors
- @Valdanitooooo made their first contribution in #39
- @etburke made their first contribution in #42
Full Changelog: v0.11.2...v0.11.3
v0.11.2
What's Changed
- fix: return different uuid for each chat completion stream by @mynameiskenlee in #37
New Contributors
- @mynameiskenlee made their first contribution in #37
Full Changelog: v0.11.1...v0.11.2
v0.11.1
What's Changed
- fix: use gpt-4o-mini in every openai tests & examples by @samuelint in #34
- fix: allow to define agent factory using a callable by @samuelint in #35
Full Changelog: v0.11.0...v0.11.1
v0.11.0
What's Changed
- feat: support non react-agent for chat completion api by @samuelint in #33
Full Changelog: v0.10.1...v0.11.0
v0.10.1
What's Changed
- fix: temporarely disable tool streaming by @samuelint in #32
Full Changelog: v0.10.0...v0.10.1
v0.10.0
v0.9.2
What's Changed
- feat: pass threadId on agent build request by @samuelint in #30
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- fix: use Runnable type instead of CompiledGraph by @samuelint in #29
Full Changelog: v0.9.0...v0.9.1
v0.9.0 - LLamacpp Example
v0.8.2 - Support Groq
feat: groq support (#27)