-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Summary
Create a comparison document showing how gitagent compares to other approaches for defining AI agents.
Motivation
Developers evaluating gitagent need to understand how it differs from:
- Agent Definition Language (ADL) and similar emerging standards
- Raw YAML/JSON configuration files
- Framework-specific configs (CrewAI YAML, OpenAI assistant JSON, etc.)
- No standard (just code and prompts)
Proposed Content
A comparison page (could be in docs, README section, or website) covering:
| Dimension | gitagent | ADL | Raw YAML | Framework-specific |
|---|---|---|---|---|
| Git-native | Yes | No | Partial | No |
| Multi-framework | Yes | Varies | No | No |
| Compliance | First-class | No | No | No |
| Composability | Yes | Varies | Manual | Varies |
| ... | ... | ... | ... | ... |
Acceptance Criteria
- Fair and accurate comparison
- Include code examples for each approach
- Published on gitagent.sh and/or in repo docs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation