Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
> [!IMPORTANT]
> ## Archive Notice
>
> With the release of [AgentScope 2.0](https://github.com/agentscope-ai/agentscope), all capabilities of AgentScope Runtime — including tool sandboxing, Agent-as-a-Service APIs, and full-stack observability — have been natively integrated into AgentScope 2.0.
>
> We recommend all users migrate to AgentScope 2.0 (https://github.com/agentscope-ai/agentscope) for continued updates, new features and community support. This repository will remain available in read-only mode for reference and will be archived soon.
>
> Thank you to everyone who contributed to and used AgentScope Runtime!

<div align="center">

# AgentScope Runtime: A Production-grade Runtime for Agent Applications
Expand Down
9 changes: 9 additions & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
> [!IMPORTANT]
> ## 归档公告
>
> 随着 [AgentScope 2.0](https://github.com/agentscope-ai/agentscope) 的发布,AgentScope Runtime 的所有核心能力——包括工具沙箱化、Agent 即服务(AaaS)API 以及全栈可观测性——均已被原生集成至 AgentScope 2.0。
>
> 我们建议所有用户迁移至 AgentScope 2.0 (https://github.com/agentscope-ai/agentscope),以获得持续更新、新功能及社区支持。本仓库将以只读模式继续保留供参考,并将于近期归档(Archive)。
>
> 感谢每一位为 AgentScope Runtime 做出贡献和使用本项目的开发者!

<div align="center">

# AgentScope Runtime:一个生产级的智能体应用运行时框架
Expand Down
8 changes: 8 additions & 0 deletions cookbook/en/intro.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Welcome to AgentScope Runtime Cookbook

```{important} Archive Notice
With the release of [AgentScope 2.0](https://github.com/agentscope-ai/agentscope), all capabilities of AgentScope Runtime — including tool sandboxing, Agent-as-a-Service APIs, and full-stack observability — have been natively integrated into AgentScope 2.0.

We recommend all users migrate to AgentScope 2.0 (https://github.com/agentscope-ai/agentscope) for continued updates, new features and community support. This repository will remain available in read-only mode for reference and will be archived soon.

Thank you to everyone who contributed to and used AgentScope Runtime!
```

[![GitHub Repo](https://img.shields.io/badge/GitHub-Repo-black.svg?logo=github)](https://github.com/agentscope-ai/agentscope-runtime)
[![WebUI](https://img.shields.io/badge/Try_WebUI-Online-green.svg?logo=googlechrome)](http://webui.runtime.agentscope.io/)
[![PyPI](https://img.shields.io/pypi/v/agentscope-runtime?label=PyPI&color=brightgreen&logo=python)](https://pypi.org/project/agentscope-runtime/)
Expand Down
8 changes: 8 additions & 0 deletions cookbook/zh/intro.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 欢迎来到AgentScope Runtime Cookbook

```{important} 归档公告
随着 [AgentScope 2.0](https://github.com/agentscope-ai/agentscope) 的发布,AgentScope Runtime 的所有核心能力——包括工具沙箱化、Agent 即服务(AaaS)API 以及全栈可观测性——均已被原生集成至 AgentScope 2.0。

我们建议所有用户迁移至 AgentScope 2.0 (https://github.com/agentscope-ai/agentscope),以获得持续更新、新功能及社区支持。本仓库将以只读模式继续保留供参考,并将于近期归档(Archive)。

感谢每一位为 AgentScope Runtime 做出贡献和使用本项目的开发者!
```

[![GitHub Repo](https://img.shields.io/badge/GitHub-Repo-black.svg?logo=github)](https://github.com/agentscope-ai/agentscope-runtime)
[![WebUI](https://img.shields.io/badge/Try_WebUI-Online-green.svg?logo=googlechrome)](http://webui.runtime.agentscope.io/)
[![PyPI](https://img.shields.io/pypi/v/agentscope-runtime?label=PyPI&color=brightgreen&logo=python)](https://pypi.org/project/agentscope-runtime/)
Expand Down
Loading