Releases: paragon-intelligence/agentle
Releases · paragon-intelligence/agentle
v0.2.4
Changelog
v0.2.4
- feat: adding support for "Prompt" instances to be in the "text" attribute of "TextPart"
v0.2.3
Changelog
v0.2.3
- feat: new create_named classmethod in UserMessage to create user messages that have custom names
v0.2.2
Changelog
v0.2.2
v0.2.1
Changelog
v0.2.1
- micro-feature: you can now pass Prompt instances to Agent's "instructions" parameter
v0.2.0
Changelog
v0.2.0
✨ New Features
- DbPromptProvider - Retrieve prompts from SQL/NoSQL databases
- Enhanced Langfuse Scoring - Added new scores for improved filtering in the Langfuse UI
- New MCP Server Types
StreamableHTTPMCPServerfor HTTP-based streamingStdioMCPServerfor standard I/O operations
- Prompt Concatenation - Added
__add__method toPromptclass for easy prompt combination
🔧 Performance Improvements
- Asyncio Task Scheduling - Implemented to deliver generations faster, saving approximately 0.5 seconds per request
🐛 Bug Fixes
- Fixed
FailoverGenerationProviderinstantiation issue caused by missing method implementation in superclass - Resolved price display bug in Langfuse interface for values greater than $0.0
🧹 Maintenance
- Fixed various linter errors throughout the codebase