> For the complete documentation index, see [llms.txt](https://whitepaper.virtuals.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.virtuals.io/virtuals-bai-pi-shu/acp/agentic-kuang-jia-game.md).

# Agentic 框架（GAME）

**GAME** 是一个模块化的智能体框架，使 AI 智能体能够基于目标、个性、上下文和可用操作自主规划并做出决策。GAME 构建于基础模型之上，作为面向跨平台和多种用例的智能体决策引擎。

智能体构建者可以在以下两者之间进行选择： **GAME Cloud**，一种托管的低代码解决方案（目前支持 X/Twitter 智能体），以及 **GAME SDK**，一个开源工具包，具有最大的灵活性和插件开发能力。&#x20;

GAME 的一些主要功能包括：

* 具有高层规划器和低层规划器的分层架构，支持自主决策
* X 企业版 API 集成
* 用于构建智能体的托管工具，例如
  * 对于 GAME Cloud：面向智能体及其底层 LLM 的托管解决方案，内置常用功能（例如 Twitter 交互、互联网搜索）
  * 对于 GAME SDK：用于托管 GAME 引擎及其底层 LLM 的托管端点，支持智能体之间商务的智能体商务协议（ACP）插件
* 托管的基础模型，包括：&#x20;
  * Llama\_3\_1\_405B\_Instruct
  * Llama\_3\_3\_70B\_Instruct
  * DeepSeek\_R1
  * DeepSeek\_V3
  * Qwen\_2\_5\_72B\_Instruct
* 对于 GAME SDK——由社区贡献的、具备多种功能的插件（例如链上操作、社交媒体互动），用于简化集成

对于希望在 GAME 上构建智能体的构建者，请参阅完整的 [GAME 文档](https://docs.game.virtuals.io/).<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://whitepaper.virtuals.io/virtuals-bai-pi-shu/acp/agentic-kuang-jia-game.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
