Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-08 | 3.3 kB | |
v1.8.1 source code.tar.gz | 2025-08-08 | 12.3 MB | |
v1.8.1 source code.zip | 2025-08-08 | 13.0 MB | |
Totals: 3 Items | 25.3 MB | 1 |
What's Changed
✨ Enhancements
- feat(drivers-web-scraper-proxy): add
_extract_page
parameter toProxyWebScraperDriver
to override web page extraction at runtime. by @vachillo in https://github.com/griptape-ai/griptape/pull/1935 - add max_subtasks to agent by @ian-griptape-ai in https://github.com/griptape-ai/griptape/pull/1973
🐛 Bug Fixes
- ci: remove release-please in favor of github releasing by @collindutter in https://github.com/griptape-ai/griptape/pull/1933
- fix: properly serialize GrokPromptDriver and CoherePromptDriver by @collindutter in https://github.com/griptape-ai/griptape/pull/1934
- Always upsert vectors in BaseVectorStoreDriver by @cjkindel in https://github.com/griptape-ai/griptape/pull/1940
- fix: add missing
ignored_exception_types
toOpenAiImageGenerationDriver
by @vachillo in https://github.com/griptape-ai/griptape/pull/1947
📦 Dependencies
- deps: bump the production-dependencies group with 8 updates by @dependabot[bot] in https://github.com/griptape-ai/griptape/pull/1939
- deps: bump the production-dependencies group with 10 updates by @dependabot[bot] in https://github.com/griptape-ai/griptape/pull/1945
Other Changes
- fix: doc string update for gpt-image-1 in OpenAiImageGenerationDriver by @ian-griptape-ai in https://github.com/griptape-ai/griptape/pull/1936
- ci: clean up stable release pipeline by @collindutter in https://github.com/griptape-ai/griptape/pull/1937
- Add AudioUrlArtifact by @zachgiordano in https://github.com/griptape-ai/griptape/pull/1938
- Document how to create ZIP-based tools and structures in Griptape Cloud by @cjkindel in https://github.com/griptape-ai/griptape/pull/1951
- Fix headers for create structure/tool by @cjkindel in https://github.com/griptape-ai/griptape/pull/1953
- fix(drivers-prompt-google): correctly handle debug logs by @collindutter in https://github.com/griptape-ai/griptape/pull/1952
- Support Griptape Cloud base_url with paths by @cjkindel in https://github.com/griptape-ai/griptape/pull/1954
- chore: bump to next minor version in main branch by @vachillo in https://github.com/griptape-ai/griptape/pull/1958
- feat: Support gpt-image-1 in GriptapeCloudImageGenerationDriver by @cjkindel in https://github.com/griptape-ai/griptape/pull/1964
- Handle embedded text with commas for PGAI Vector Store Driver by @cjkindel in https://github.com/griptape-ai/griptape/pull/1967
- feat: MCP Tool by @cjkindel in https://github.com/griptape-ai/griptape/pull/1962
- Remove dependency on active event_loop in MCP tool initialization by @cjkindel in https://github.com/griptape-ai/griptape/pull/1969
- Docs/mcp by @cjkindel in https://github.com/griptape-ai/griptape/pull/1972
- Super attrs_post_init by @cjkindel in https://github.com/griptape-ai/griptape/pull/1974
- chore: bump v1.8.0 by @collindutter in https://github.com/griptape-ai/griptape/pull/1976
- feat: Handle event stream error messages in GriptapeCloudPromptDriver by @cjkindel in https://github.com/griptape-ai/griptape/pull/1983
- fix: add support for gpt-5 by @collindutter in https://github.com/griptape-ai/griptape/pull/1985
Full Changelog: https://github.com/griptape-ai/griptape/compare/v1.7.0...v1.8.1