{"id":35253260,"url":"https://github.com/minuetai/agents","last_synced_at":"2026-06-23T03:31:42.514Z","repository":{"id":303236257,"uuid":"1014779989","full_name":"minuetai/agents","owner":"minuetai","description":"The open infrastructure for AI agent discovery and interoperability.","archived":false,"fork":false,"pushed_at":"2025-11-06T22:03:42.000Z","size":1063,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-05T04:38:33.730Z","etag":null,"topics":["agents","ai","ai-agents","autonomous-agent","autonomous-agents","generative-ai","json-schema","large-language-models","multiagent","schema"],"latest_commit_sha":null,"homepage":"https://minuetai.github.io/agents/","language":"Shell","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/minuetai.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":"GOVERNANCE.md","roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-06T12:01:06.000Z","updated_at":"2025-11-15T04:26:52.000Z","dependencies_parsed_at":"2025-08-12T18:16:38.851Z","dependency_job_id":"aff3d332-d93d-4f77-b12d-45185a87a016","html_url":"https://github.com/minuetai/agents","commit_stats":null,"previous_names":["phelanev/agent-profile-schema","minuetai/agent-profile-schema","cialint/agent-profile-schema","minuetai/agents"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/minuetai/agents","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minuetai%2Fagents","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minuetai%2Fagents/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minuetai%2Fagents/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minuetai%2Fagents/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minuetai","download_url":"https://codeload.github.com/minuetai/agents/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minuetai%2Fagents/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34674702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"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":["agents","ai","ai-agents","autonomous-agent","autonomous-agents","generative-ai","json-schema","large-language-models","multiagent","schema"],"created_at":"2025-12-30T07:12:49.947Z","updated_at":"2026-06-23T03:31:42.509Z","avatar_url":"https://github.com/minuetai.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"minuet-logo.png\" alt=\"Minuet AI\" width=\"180\"\u003e\n\u003c/div\u003e\n\n# Agent Schema\n\n**Agent Schema** — A vendor-neutral standard for describing AI agents and enabling cross-ecosystem interoperability.\n\n[![Schema](https://img.shields.io/badge/schema-v1.0.0-blue)](./schema.json)\n[![Mappings](https://img.shields.io/badge/mappings-v1.0.0-green)](./docs/Field-Mapping-Overview-v1.0.md)\n[![Build](https://github.com/minuetai/agents/actions/workflows/mappings-ci.yml/badge.svg)](https://github.com/minuetai/agents/actions)\n[![License](https://img.shields.io/badge/license-MIT-lightgrey)](./LICENSE)\n[![Contributions](https://img.shields.io/badge/contributions-welcome-brightgreen)](./docs/mappings/CONTRIBUTING.md)\n\n---\n\n## Overview\n\nThe canonical schema for AI agent discovery and interoperability. Enables autonomous agents to publish machine-verifiable definitions with:\n\n* identity \u0026 model lineage\n* skills and benchmark scores\n* cost, latency, and safety grade\n* publisher verification \u0026 compliance attestations\n\nStandardizes agent representation across marketplaces, platforms, and ecosystems — eliminating bespoke adapters and enabling seamless interoperability.\n\n---\n\n## Schema Quick Reference\n\nThe schema is located at [`schema.json`](./schema.json) (JSON Schema Draft-07, validator-ready). See [`examples/`](./examples/) for reference implementations. Each example demonstrates a valid schema instance:\n\n| Example | Use Case |\n|---------|----------|\n| `example_individual_agent.json` | Solo builder / minimal profile |\n| `example_corporate_agent.json` | Corporate agent with publisher \u0026 attestations |\n| `example_enterprise_v1.0.json` | Full enterprise agent (pricing, workplace tasks) |\n| `example_legal_agent.json` | Specialized legal analysis agent |\n| `example_multimodal_agent.json` | Vision and document processing |\n| `example_research_agent.json` | Scientific research agent with evals |\n\nBrowse all examples → [`/examples/`](./examples/)\n\n---\n\n## Validation \u0026 Integration\n\n**Quick validation (local):**\n```bash\n# Install validator (Node.js)\nnpm install -g ajv-cli ajv-formats\n\n# Validate your agent against schema\najv validate -c ajv-formats \\\n  -s https://raw.githubusercontent.com/minuetai/agents/main/schema.json \\\n  -d your-agent.json\n```\n\n**No CLI?** Paste schema and agent JSON into **\u003chttps://jsonschemavalidator.io/\u003e** and click **Validate Schema \u0026 Data**.\n\n**Schema URLs:**\n- **Latest** (canonical, tracks main): `https://raw.githubusercontent.com/minuetai/agents/main/schema.json`\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md) for local validation setup.\n\n---\n\n## Documentation \u0026 Mappings\n\nComprehensive field documentation and ecosystem mappings are available in `/docs/`:\n\n- **[Field Mapping Overview](./docs/Field-Mapping-Overview-v1.0.md)** — How Agent Schema fields map to LangChain, AWS Bedrock, OpenRouter, and other frameworks\n- **[Mapping Guidelines](./docs/CONTRIBUTING_MAPPINGS.md)** — Contributing to ecosystem mappings\n\n---\n\n## Field Highlights\n\n| Field | Notes |\n|-------|-------|\n| `model_lineage.base_model` | Base model identifier, e.g., `\"mistral/Mixtral-8x7B-Instruct\"` |\n| `skills[]` | Free-form capability tags, e.g., `[\"sql-agent\", \"xss-scanner\"]` |\n| `evals[]` | Benchmark results with `name`, numeric `score`, and `date` |\n| `publisher.entity_type` | `individual`, `corporation`, `nonprofit`, or `public-sector` |\n| `attestations[].type` | Compliance indicators: `soc2`, `iso27001`, `pci-dss`, `insurance` |\n\nFull field documentation is in `schema.json`.\n\n---\n\n## 🌐 Publishing \u0026 Discovery (Technical Preview)\n\nDevelopers can already validate and publish Agent Schema–compliant profiles by including a `schema.json` reference in their repositories.\nValidated profiles are automatically indexed by a lightweight crawler and appear in the public technical preview at [minuetai.github.io/agents/](https://minuetai.github.io/agents/).\n\nThis end-to-end pipeline — schema validation, ingestion, and indexed visibility — demonstrates the interoperability groundwork already in place.\nIt is currently operated in a limited, low-visibility mode until broader schema adoption begins.\n\n*Goal:* provide a transparent, standards-based foundation for agent discovery without central control or gatekeeping.\n\n---\n\n## Versioning Policy\n\n- **v1.0** — Enterprise standard (stable)\n- Future versions will maintain backward compatibility where possible\n- Each version is immutable once tagged; pin exact file paths for production CI/CD pipelines\n- Follows Semantic Versioning: Major.Minor.Patch (1.0.0, 1.1.0, 2.0.0)\n\n---\n\n## Governance \u0026 Contribution\n\nThis is an open standard project. Contributions are welcome!\n\n**Contributing:**\n1. Fork → create a feature branch → open a PR\n2. Run `ajv validate` to check your changes\n3. For new schema fields, include a real-world use case\n4. Follow [Conventional Commits](https://www.conventionalcommits.org/) for messages\n\n**Governance:**\n- See [CONTRIBUTING.md](./CONTRIBUTING.md) for contribution guidelines\n- See [GOVERNANCE.md](./GOVERNANCE.md) for decision-making framework\n- See [LEGAL.md](./LEGAL.md) for terms and attribution\n\nThank you for helping build an open, interoperable future for autonomous agents!\n\n---\n\n## Learn More\n\n- **[Explodential.com](https://explodential.com)** — Autonomous agent newsletter \u0026 research\n- **[Validator](https://jsonschemavalidator.io/)** — Online schema validator\n\n---\n\n\u003csub\u003eProduct names such as \"GPT-4o\" are trademarks of their respective owners and appear here for illustrative purposes only.\u003c/sub\u003e\n\n\u003csub\u003e© 2025 Minuet Labs LLC. Cialint™ is a trademark of Minuet Labs LLC. See [LEGAL.md](./LEGAL.md) for full terms.\u003c/sub\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminuetai%2Fagents","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminuetai%2Fagents","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminuetai%2Fagents/lists"}