Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 902 Bytes

File metadata and controls

28 lines (22 loc) · 902 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Initial project structure
  • Core modules: runtime, context, config, exceptions
  • Memory module: short-term and long-term memory
  • Identity module: authentication and permissions
  • MCP Gateway module: protocol support and tool registry
  • Tools module: code interpreter with Docker sandbox
  • Service module: HTTP server, WebSocket, streaming
  • Framework integration: LangChain, LangGraph, AutoGen, CrewAI
  • Cloud integration: Huawei Cloud client
  • CLI tool: init, dev, build, deploy, config
  • Monitoring: metrics and tracing

[0.1.0] - 2026-03-28

Added

  • Initial release
  • Basic SDK structure
  • Core functionality