2025-01-29
v0.2.2
2025-01-16
v0.2.1
  • Fixed OpenAI adapter to safely parse non-string tool return values for Function calling
  • Various documentation improvements
2025-01-16
v0.2.0
  • 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
2024-12-19
v0.1.2
  • Fixed state reference handling in agents
  • Updated SWEBench example configuration
  • Various stability improvements
2024-12-19
v0.1.1
  • Fixed network to agent state propagation in run
  • Improved git clone handling in SWEBench example
  • Various minor improvements
2024-12-19
v0.1.0
  • 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