elizaos
仓库创建 2024年7月9日最近提交 1 小时前SkillHot 收录 1 小时前
▸ 精选理由
适合扩展或调试 elizaOS 的开发者,覆盖核心模型与接口。
这个 Skill 做什么
说明 elizaOS 运行时、插件与核心抽象的开发与使用。
把 elizaOS 的运行时、插件和核心抽象讲清楚,覆盖 actions、providers、evaluators、services、memories 和状态合成等概念。需要开发插件、改 runtime 或理解消息流与 TypeScript 运行模型时用。特色是把复杂的抽象关系拆开,便于实现扩展点、调试和推理运行时行为。
▸ 展开 SKILL.md 英文原文
Use when the task involves elizaOS core runtime concepts, plugins, actions, providers, evaluators, services, memories, state composition, or upstream elizaOS development. Covers the main abstractions and the TypeScript runtime mental model.
1.9w
Stars
5.6k
Forks
35
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/elizaOS/eliza/develop/packages/skills/skills/elizaos/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/elizaOS/eliza/develop/packages/skills/skills/elizaos/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# elizaOS elizaOS is the plugin-based agent runtime that Eliza builds on top of. ## Read These References First - `references/core-abstractions.md` for the runtime mental model and message flow - `references/plugin-development.md` for plugin extension points and implementation patterns ## Use This Skill When - a change touches `eliza/` - you need to reason about `AgentRuntime` - you are implementing or debugging actions, providers, evaluators, services, or model handlers - you need the correct plugin lifecycle instead of guessing from Eliza wrappers ## Working Rules - Treat the TypeScript runtime in `eliza/packages/core/src/` as the primary reference implementation. - Prefer elizaOS-n
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有