This document is a template for standardizing documentation for individual agent projects. Copy this file into your agent's root directory (e.g., as README.md) and fill in the sections below.
[Brief description of the agent, its purpose, and key technologies.]
- Agent ID:
[Unique system-wide identifier for this agent] - Role:
[The functional category of the agent (e.g., RiskAnalyst, DataSummarizer)] - Capabilities:
[Capability 1][Capability 2]
- Install dependencies:
[package manager] install - Start development server:
[command] - Build for production:
[command]
- [Development server startup instructions]
- [Hot reload/watch mode information]
- [Environment variable setup]
- Run all tests:
[command] - Run unit tests:
[command] - Run integration tests:
[command] - Test coverage:
[command] - [Specific testing patterns or requirements]
- [Language and framework conventions]
- [Linting rules and commands]
- [Formatting requirements]
- [File organization patterns]
- [Build process details]
- [Output directories]
- [Environment-specific builds]
- [Deployment commands]
- Title format: [component] Brief description
- Required checks:
[lint command],[test command] - [Review requirements]
- [Any project-specific context]
- [Common gotchas or troubleshooting tips]
- [Performance considerations]