-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCITATION.cff
More file actions
36 lines (31 loc) · 1.02 KB
/
CITATION.cff
File metadata and controls
36 lines (31 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
cff-version: 1.2.0
message: "If you use AgentSpec in your research, product, or project, please cite it as below."
type: software
title: "AgentSpec: Universal Agent Manifest System"
abstract: >
AgentSpec is the universal manifest standard for AI agents.
A single agent.yaml captures everything: model, memory, tools, MCP servers,
guardrails, evaluation, observability, and compliance. The SDK validates
manifests, runs runtime health checks, scores compliance against OWASP LLM
Top 10, and generates framework code (LangGraph, CrewAI, Mastra, AutoGen)
from the same file. Zero control plane — just a file and an SDK.
authors:
- family-names: "Kokaina"
given-names: "Sallah"
version: "0.1.0"
date-released: "2026-02-27"
license: Apache-2.0
repository-code: "https://github.com/agents-oss/agentspec"
url: "https://agents-oss.github.io/agentspec/"
keywords:
- ai-agents
- agent-manifest
- llm
- agent-specification
- owasp-llm-top10
- langchain
- langgraph
- crewai
- mcp
- compliance
- health-checks