Changelog
Changelog
Recent releases, new features, and fixes.
- Introducing support for Grok models
- Adding support for Gemini latest models
- Add support for model hyper params (ex: temperature, top_p, etc)
- Breaking change:
anthropic()
max_tokens
options has been moved indefaultParameters
- Breaking change:
- Add support OpenAI o3-mini, gpt-4.5, and more
- Integration with Browserbase
- remove
server
export to allow non-Node runtimes - allow tools with no parameters
- Integration with E2B Code Interpreter
- Allow specifying Inngest functions as tools
- Inngest is now an optional dependency
- Fixed OpenAI adapter to safely parse non-string tool return values for Function calling
- Various documentation improvements
- Added support for Model Context Protocol (MCP) tool calling
- Added basic development server
- Fixed Anthropic model to ensure proper message handling
- Improved code samples and concepts documentation
- Added comprehensive quick start guide
- Fixed bundling issues
- Improved model exports for better discovery
- Various cross-platform compatibility improvements
- Fixed state reference handling in agents
- Updated SWEBench example configuration
- Various stability improvements
- Fixed network to agent state propagation in run
- Improved git clone handling in SWEBench example
- Various minor improvements
- Initial release of AgentKit
- Core framework implementation with lifecycle management
- Support for OpenAI and Anthropic models
- Network and Agent architecture with state management
- ReAct implementation for networks
- Tool calling support for agents
- Added SWEBench example
- Comprehensive documentation structure
- Stepless model/network/agent instantiations