Skip to content

v1.0.0

Latest

Choose a tag to compare

@ZJU-LLMs ZJU-LLMs released this 04 Dec 13:38
· 19 commits to main since this release

Title: v1.0.0

Body:

We are excited to announce the first official public release of Agent-Kernel! 🚀

Agent-Kernel is a multi-agent system development framework for building, managing, and deploying agents powered by Large Language Models (LLMs). This initial release provides the core components for both standalone and distributed agent applications.

What's Included

This release consists of two main packages:

  • agentkernel-standalone: A lightweight, single-node kernel perfect for rapid prototyping and local development.
  • agentkernel-distributed: A powerful, distributed kernel designed for building complex, multi-agent systems.

Installation

You can install the packages from PyPI:

# For the standalone version
pip install agentkernel-standalone

# For the distributed version
pip install agentkernel-distributed

Getting Started

To get started, please check out the README.md in our repository for usage examples and project structure details.

We welcome your feedback! Please feel free to open an issue for any bugs or feature requests.