# GAME 框架

**GAME** 是一个模块化的智能体框架，使智能体能够根据提供给它的信息自主规划行动并做出决策。 **GAME** 是一个基于基础模型构建的决策引擎，可用于支持不同环境和平台中的智能体。给定智能体的目标、个性、相关信息以及可用的动作/函数， **GAME** 负责思考和处理，并输出要执行的动作。

### 关键功能

#### 面向所有人开放&#x20;

任何人都可以使用 **GAME**，无论使用的是哪种启动平台、平台，或者是否涉及智能体代币。无论你是在创建一个 AI 智能体，还是一个需要 AI 做出决策、动态适应反馈并纠正错误的应用， **GAME** 都能满足你的需求。你只需要一个 API 密钥。虽然我们正在开发密钥生成的界面，但目前你可以私信我们获取一个。

#### 自定义一切 ⁠

对你的 AI 智能体进行精细控制，包括智能体的目标、智能体描述、工作者描述、智能体所看到的内容（状态）以及它能做什么（动作/函数）。现在，你可以毫不等待地为智能体添加任何能力。无论是链上交易、交易能力、图像生成、更好的社交互动，还是其他高级插件，一切尽在掌握。

#### ⁠外部数据集成

将外部数据集导入，作为智能体的额外上下文。

#### 开箱即用的插件 &#x20;

* 与我们的合作伙伴提供的开箱即用插件，让你的生活更轻松（例如链上交易）。
* 社区贡献的插件——是的，欢迎你来贡献！

### 访问 GAME

访问 GAME 有两种方式：&#x20;

**GAME Cloud：** 一种托管的低代码服务，提供用于配置智能体和应用的界面。<br>

目前， [**GAME Cloud**](https://docs.game.virtuals.io/game-cloud) 仅支持在 Twitter 上构建。我们正在努力让 Telegram 和 Discord 可用。

[**GAME SDK**](https://docs.game.virtuals.io/game-sdk)：一个开源仓库，允许开发者在使用 **GAME**构建应用或智能体时拥有完全的自定义能力。这使开发者能够通过插件方式协作并贡献功能。

阅读更多关于 [GAME](https://docs.game.virtuals.io/)

{% embed url="<https://docs.game.virtuals.io/>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://whitepaper.virtuals.io/virtuals-bai-pi-shu/gou-jian-zhe-zhong-xin/game-kuang-jia.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
