Changelog
v0.5.0 2025-03-11
- Introducing support for Grok models
- Adding support for Gemini latest models
v0.4.0 2025-03-06
- Add support for model hyper params (ex: temperature, top_p, etc)
- Breaking change:
anthropic()max_tokensoptions has been moved indefaultParameters
- Breaking change:
- Add support OpenAI o3-mini, gpt-4.5, and more
- Integration with Browserbase
v0.3.0 2025-02-19
- remove
serverexport to allow non-Node runtimes - allow tools with no parameters
- Integration with E2B Code Interpreter
v0.2.2 2025-01-29
- Allow specifying Inngest functions as tools
- Inngest is now an optional dependency
v0.2.1 2025-01-16
- Fixed OpenAI adapter to safely parse non-string tool return values for Function calling
- Various documentation improvements
v0.2.0 2025-01-16
- 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
v0.1.2 2024-12-19
- Fixed state reference handling in agents
- Updated SWEBench example configuration
- Various stability improvements
v0.1.1 2024-12-19
- Fixed network to agent state propagation in run
- Improved git clone handling in SWEBench example
- Various minor improvements
v0.1.0 2024-12-19
- 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