Changelog
Changelog
Recent releases, new features, and fixes.
- 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