Search for a command to run...
Compiled from 12 nodes · est. 1 min read
Updated
First-class support for Code Agents: CodeAgent writes its actions in code (as opposed to “agents being used to write code”) to invoke tools or perform computations, enabling natural composability (function nesting, loops, conditionals). To make it secure, we support executing in sandboxed environment via Modal, Blaxel, E2B, or Docker.
Updated
(no content yet for this node)
Updated
(no content yet for this node)
Updated
(no content yet for this node)
Updated
(no content yet for this node)
Updated
(no content yet for this node)
Updated
(no content yet for this node)
Updated
(no content yet for this node)
Updated
(no content yet for this node)
Updated
(no content yet for this node)
Updated
Cache points attached to individual content parts of user or assistant messages are now correctly forwarded to Amazon Bedrock Converse when using @ai-sdk/amazon-bedrock. Previously, only message-level cache points (set via providerOptions.bedrock.cachePoint) were preserved; part-level cache points were silently dropped, meaning Bedrock never created or read prompt cache entries for those parts. Requests still succeeded but prompt caching was effectively disabled for content-part-level annotations. This is now fixed — cache points are emitted immediately after the content part that specifies them.
Updated
(no content yet for this node)