Skip to content

luoyi0000000/agentcosplay

v2.0.0

自然角色对话、角色切换与 OOC;连接后端后支持独立长期记忆。

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "agentcosplay",
  "version": "2.0.0",
  "description": "自然角色对话、角色切换与 OOC;连接后端后支持独立长期记忆。",
  "keywords": [
    "roleplay",
    "character",
    "memory"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "agentcosplay",
        "shortDescription": "选一个角色,开始自然对话。",
        "longDescription": "安装后可在当前对话中创建和扮演角色。未连接记忆后端时只使用当前对话上下文;不需要额外服务即可开始聊天。",
        "developerName": "luoyi0000000",
        "category": "Productivity",
        "capabilities": [],
        "websiteURL": "https://github.com/luoyi0000000/agentcosplay",
        "brandColor": "#A64965",
        "composerIcon": "./assets/composer-icon.png",
        "logo": "./assets/logo.png",
        "defaultPrompt": [
          "开始使用 agentcosplay。如果还没有角色,请先问我想扮演谁,也可以创建或导入角色。",
          "用 agentcosplay 扮演我指定的人物。"
        ]
      }
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.openai