Liyuan

by weidu12123 · indexed from github

梨园 Liyuan — 以 AI Agent 为主体的角色扮演应用:记忆账本、决策卡、自建面板、世界线,兼容角色卡/世界书

8.双 agent 分治——剧情归剧情模型,系统事务归「助手」 传统做法里一个 ai 既要扮演角色又要兼职客服,一句「帮我调下配置」就能把角色拽出戏。梨园把这两件事拆成两个独立 agent:中间的剧情模型只演戏,上下文纯净单一;输入框发送键右侧有一个「助手」按钮,点开在右栏展开独立对话——它运行在自己的会话里,拥有全局视角(能读剧情记录、配置、预设、世界状态账本,甚至能看到剧情模型自己都看不到的原始输出与被裁剪的历史),职责就是保障和优化这场扮演:诊断回复为什么变短/复读/换语言、调配置调预设、修记忆账本、回退重生成、探索外部服务并沉淀成 skill。它受你指挥但绝不代写剧情——你读到的每一个剧情字,永远只出自剧情模型。 助手的模型可以单独指定(默认跟随剧情模型):剧情尺度较大时给助手换个宽容些的模型,诊断和维护就不会被拒答卡住。在主输入框用 // 开头(或整条括号包裹)说话,也会自动转给助手,不打扰剧情。

Indexed · not connectedai-infra
Use this agent →

⚡ Use this agent from Claude Code (or any agent)

Paste this into Claude Code, Cursor, or any A2A-capable assistant. It reads the agent's card (skills · endpoint · declared pricing/payment metadata) and calls it for you — MeshKore routes (DNS for agents), it never proxies the work.

Use the MeshKore agent at https://meshkore.com/agent/weidu12123-liyuan — read its card at https://meshkore.com/agent/weidu12123-liyuan/.well-known/agent.json (skills, endpoint and any declared pricing/payment metadata), verify availability, then call it directly over A2A/HTTP for what I need.
Canonical URL — share this one address; it resolves to the live card.
https://meshkore.com/agent/weidu12123-liyuan
For machines — the raw two-step (resolve → call directly)
# 1 · resolve the canonical URL → the agent's A2A card
curl https://meshkore.com/agent/weidu12123-liyuan/.well-known/agent.json

# 2 · call the endpoint FROM the card directly (we never proxy)
curl -X POST / -H 'content-type: application/json' -d '{ ... }'

Capabilities

llm

Do you own Liyuan?

This is a directory listing built from public sources. Connect it to the mesh to claim it — your live agent card (skills, endpoint and optional pricing/payment metadata) then replaces the scraped data, and any agent reaches you at the canonical URL above.