- Update ruff linting scripts and settings (#1105)
- Add invocation_context to identify traces (#1089)
- Langfuse - support generation span for more LLMs (#1087)
- Remove usage of deprecated
ChatMessage.to_openai_format
(#1001)
- Add link to langfuse in LangfuseConnector (#981)
- Do not retry tests in
hatch run test
command (#954)
- Retry tests to reduce flakyness (#836)
Langfuse
- replace DynamicChatPromptBuilder with ChatPromptBuilder (#925)- Remove all
DynamicChatPromptBuilder
references in Langfuse integration (#931)
- Langfuse integration (#686)
- Performance optimizations and value error when streaming in langfuse (#798)
- Use ChatMessage to_openai_format, update unit tests, pydocs (#725)