Changelog
New Features:
- Timezone Identifier: Added a new
timezone_identifier
parameter in the Agent class to include the timezone alongside the current date in the instructions. - Google Cloud JSON Storage: Added support for JSON-based session storage on Google Cloud.
- Reasoning Tools: Added
ReasoningTools
for an advanced reasoning scratchpad for agents.
Improvements:
- Async Vector DB and Knowledge Base Improvements: More knowledge bases have been updated for
async-await
support:
What's Changed
- Add custom timezone for datetime by @aandyw in #2648
- add async support for firecrawl kb and reader by @kausmeows in #2667
- add async support for docx kb and reader by @kausmeows in #2664
- add async support for url reader and kb by @kausmeows in #2662
- Google Cloud Storage for memory storage by @fbelanger in #2518
- gemini_finance_agent by @Sakil786 in #2682
- Chore: Added missing requirements by @kshitijk4poor in #2672
- enable thinking for @tool decorator by @kausmeows in #2696
- Reasoning structured outputs fixes by @dirkbrnd in #2711
- add reasoning tool by @kausmeows in #2716
- v1.2.12 by @ashpreetbedi in #2718
New Contributors
- @aandyw made their first contribution in #2648
- @fbelanger made their first contribution in #2518
- @Sakil786 made their first contribution in #2682
- @kshitijk4poor made their first contribution in #2672
Full Changelog: v1.2.11...v1.2.12