🎉 griptape 0.13 and griptape-tools 0.15 are out with new tools, bug fixes, and performance improvements!
🆕 New Features
ConversationMemorynow supports autoloading data from the driver.- Added exponential backoff retries to
PromptDrivers.
🔧 Tools
EmailClientcan now list mailboxes in addition to searching.- Added the
TextMemoryBrowsertool that enables LLMs to summarize and query tool memory (and put it back into memory!). - Added the
AwsS3Clienttool that enables LLMs to explore buckets and upload new objects to AWS S3. - Added the
AwsIamClienttool that enables LLMs to interact with AWS IAM APIs.
🚨 Breaking Changes
- Changed
input_memoryin tools tolist. - Removed activities from
TextToolMemory. All agents relying on automatic querying and summarization should now include theTextMemoryBrowsertool. - Moved the
AwsClito griptape-labs.
