Metadata-Version: 2.4
Name: agentdef
Version: 0.0.1
Summary: Portable, framework-agnostic AI agent definitions. Name reserved for the AgentDef spec and CLI - first functional release imminent.
Author: AgentDef contributors
License: Apache-2.0
Project-URL: Homepage, https://github.com/agentdef/agentdef
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# AgentDef — Portable AI Agent Definitions

> Define your agent once. Run it on any framework.

AgentDef is an open specification for defining AI agents in a framework-independent, human-readable format.

## The Problem

Every AI framework invents its own way to define agents: Claude uses `CLAUDE.md`, OpenAI uses `AGENTS.md`, Cursor uses `cursor-rules.md`, Copilot uses `copilot-instructions.md`...

The concepts are the same. The files are different.

## The Solution

AgentDef defines a canonical directory structure that captures what an agent IS — its identity, instructions, skills, workflows, memory, and tools — separate from HOW it runs.

Framework adapters translate your agent definition into whatever format your target platform needs.

