- Added custom Langfuse client support for Tracer and PromptRepositories
- Tracer and PromptRepositories now accept optional
client:parameter - Langfuse adapters converted to instance-based for client injection
- Fixed ActiveSupport dependency issues (replaced
.blank?and.deep_stringify_keys) - Made
handle_responsepublic in PromptAdapters::Base - Added comprehensive test coverage (49 new tests)
- Initial release
- Added text and chat prompts
- Introduced Tracer
- [Hotfix] prompts could not compile with variables having nested hashes with keys as symbols.
- Added metadata field to traces.
- Fixed span for local adapter.
- Fixed generation update and model field in traces.
- Prompt management