Skip to main content

llm-runtime-architecture

Use when designing how one canonical agent core runs across Codex, Claude Code, Gemini CLI, Cursor, and AGENTS.md-compatible tools.

インストールへ移動

ソース情報

リポジトリ
agentlas-ai/Agentlas-OS
ソースの最終更新活動
2026年6月7日 07:48
検出された SKILL.md の言語
英語
スター
1,086
フォーク
98

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
llm-runtime-architecture
description
Use when designing how one canonical agent core runs across Codex, Claude Code, Gemini CLI, Cursor, and AGENTS.md-compatible tools.
# LLM Runtime Architecture ## Procedure 1. Keep `AGENTS.md` as the canonical behavior contract. 2. For each runtime, name entry point, global command, adapter files, available tools, memory access, limitations, and verification command. 3. Keep adapters thin and point them back to the canonical core. 4. Write or repair `.agentlas/global-commands.json` when creating or packaging an agent. 5. State unsupported capabilities explicitly. ## Output Return a runtime matrix with `runtime`, `entry_point`, `global_command`, `adapter_files`, `memory_access`, `limitations`, and `verification`.
GitHubで見る