{"id":30694671,"url":"https://github.com/dataelement/agentguidancelanguage","last_synced_at":"2026-02-11T08:01:47.455Z","repository":{"id":309516480,"uuid":"1036562221","full_name":"dataelement/AgentGuidanceLanguage","owner":"dataelement","description":"一种借鉴 SOP 的自然语言结构化编写法，既让专家“像写流程手册一样”描述任务，又通过必要字段保障任务清晰、完整、可适配、可复用。","archived":false,"fork":false,"pushed_at":"2025-08-14T09:29:19.000Z","size":12,"stargazers_count":24,"open_issues_count":0,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-02T06:43:38.288Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dataelement.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-12T08:58:05.000Z","updated_at":"2025-08-30T02:02:39.000Z","dependencies_parsed_at":"2025-08-12T11:24:46.020Z","dependency_job_id":"69a97dcf-b952-4cbc-ae0c-55d3384985f9","html_url":"https://github.com/dataelement/AgentGuidanceLanguage","commit_stats":null,"previous_names":["dataelement/agent_guidance_language","dataelement/agentguidancelanguage"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/dataelement/AgentGuidanceLanguage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataelement%2FAgentGuidanceLanguage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataelement%2FAgentGuidanceLanguage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataelement%2FAgentGuidanceLanguage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataelement%2FAgentGuidanceLanguage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dataelement","download_url":"https://codeload.github.com/dataelement/AgentGuidanceLanguage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataelement%2FAgentGuidanceLanguage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273244303,"owners_count":25070959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-02T06:43:36.603Z","updated_at":"2026-02-11T08:01:42.159Z","avatar_url":"https://github.com/dataelement.png","language":null,"readme":"# AGL（Agent Guidance Language，标准Agent指导语言）\n\n\u003e 用 SOP 思维为 Agent 写“可执行的指令书”。AGL 让业务专家用自然语言稳定“操控”通用 Agent，把**专家偏好/偏见**和**私域知识**注入任务执行流程。\n\n## 背景\n大语言模型已经“博识且聪明”，但它的默认输出为了照顾所有人，往往**中庸平均**；而**企业场景的优秀 Agent 一定需要“偏见与品味”**。真正可落地的 Agent 必须让业务专家深度参与，把领域习惯、隐性规则和质量门槛注入系统。与此同时，真实任务的稳定执行还受限于：表达风格不一、关键信息遗漏、对模型/工具边界认识不足等。\n\n为此，我们提出 **AGL（Agent Guidance Language）**：AGL使用自然语言表达，整体框架借鉴了管理学上的SOP（标准作业流程）概念，业务专家很熟悉；AGL同时又是一门Agentic友好的规范，尽可能考虑Agent适配性，极大提升了Agent任务效果稳定性。使用AGL标准撰写的任务说明，我们称之为： **“AGL 指导手册（AGL Manual）”**。\n\n本仓库提供：\n- ✨ **AGL 规范（draft）**：最小可行集（MVP）规范\n- 🧩 **模板**：开箱即用的指导手册模板（与示例）\n- 📚 **文档**：设计哲学、术语表、风格指南\n- 🧪 **校验建议**：如何自检指导手册质量与稳定性\n\n\u003e 本项目由 **[BISHENG](https://github.com/dataelement/bisheng)** 发起，欢迎社区共同打磨标准。\n\n---\n\n## 快速开始\n1. 复制模板：`/templates/agl-manual-template.md`\n2. 填入你的任务，补齐“问题概述、所需资源、步骤说明”三大块。\n3. 将你的手册放入 `/examples/` 并发起 PR。\n\n## 目录\n- `/docs/AGL-Spec-v0.1.md` — 规范\n- `/templates/agl-manual-template.md` — 官方模板（与题主提供模板一致）\n- `/examples/` — 示范手册\n- `CONTRIBUTING.md` — 如何贡献（含 AGL 提案流程 AGLP）\n- `LICENSE` — MIT\n\n\n## License\nMIT License\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataelement%2Fagentguidancelanguage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdataelement%2Fagentguidancelanguage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataelement%2Fagentguidancelanguage/lists"}