karurukaruru/agent-software-map

karurukaruru★ 1Python最后同步: 2026-08-14

在 GitHub 打开

Give AI agents a map before they operate unfamiliar software.

README 摘要

Agent Software Map Give an agent a map before it operates unfamiliar software. 中文说明 What is an Agent Software Map? An Agent Software Map (ASM) is a structured Markdown file that gives an agent the operational knowledge it needs before working with a specific software application. It is not a software encyclopedia or a rewritten user manual. An ASM focuses on information that materially changes execution quality: how to identify the correct object, observe important state, choose an appropriate control method, verify the real result, and recover from failure. The goal is not to eliminate exploration. It is to avoid making every agent rediscover the same operational facts through trial and error. Quick start Install the repository as an Agent Skill: Then provide the target software, version, platform, and any material you already have: Generated maps use the following name: What an ASM records Depending on the software and task, an ASM may include: - Identity, version, environment, scope, and boundaries. - Sources, evidence levels, and validation status. - Important objects, relationships, and stable addressing methods. - States that change what the agent should do next. - A capabili…

在 GitHub 查看完整 README →
Agent/智能体agentagent-skillsai-agentsdsh-plugindsh-pluginsmarkdownskillssoftware-documentation

分类