Strands Agents
Strands Agents is an open-source framework designed to help developers build controllable and flexible AI agents using Python and TypeScript. It enables users to create agents by defining tools as simple functions, eliminating the need for complex workflows or orchestration pipelines. The SDK works with any model and cloud provider, giving developers full freedom in how they deploy and scale their agents. It introduces a streamlined agent loop where the model handles reasoning while developers maintain control through code. Features like steering hooks allow developers to validate and guide agent behavior before and after actions are taken. The platform also includes built-in capabilities such as memory management, observability, and evaluation tools. Overall, Strands Agents SDK simplifies agent development while improving reliability, control, and performance.
Learn more
Flue
Flue is an open agent framework for building durable AI agents with a programmable TypeScript harness. Created by the team behind Astro, it uses a React-like hooks API to compose agent behavior, persistent state, lifecycle events, models, tools, sandboxes, subagents, skills, and MCP servers in code. Agents are stateful and addressable over HTTP, keep context across conversations and events, and can change capabilities as work progresses. Flue records every session in a durable stream, so accepted work survives crashes, restarts, and deploys; interrupted sessions resume automatically and clients reconnect without starting over. Developers can run agents locally, in CI, from their own backend, or orchestrate them with systems such as Cloudflare Workflows and Inngest. Secure sandboxes let agents run commands, edit files, and do real work, while tools connect them to APIs and data. Flue is powered by Pi and supports different LLM providers, allowing teams to choose the models they want.
Learn more
Claude Agent SDK
The Claude Agent SDK is a developer toolkit that enables the creation of autonomous AI agents powered by Claude, allowing them to perform real-world tasks beyond simple text generation by interacting directly with files, systems, and tools. It provides the same underlying infrastructure used by Claude Code, including an agent loop, context management, and built-in tool execution, and is available for use in Python and TypeScript. With this SDK, developers can build agents that read and write files, execute shell commands, search the web, edit code, and automate complex workflows without needing to implement these capabilities from scratch. It maintains persistent context and state across interactions, enabling agents to operate continuously, reason through multi-step problems, take actions, verify results, and iterate until tasks are completed.
Learn more
Mastra AI
Mastra is a powerful TypeScript framework for building intelligent AI agents that can execute tasks, access knowledge bases, and maintain memory persistently within workflows. This framework simplifies the process of creating and deploying AI-powered agents by leveraging TypeScript’s capabilities to streamline development. With features like customizable agent instructions, memory, and task orchestration, Mastra provides developers with the tools to build and scale AI agents for various applications, from personal assistants to specialized domain experts.
Learn more