The Code Error Agent Integration is a lightweight tool designed to capture errors in your codebase using static analysis tools such as ESLint, the TypeScript compiler, Prettier, or Flake8 (for Python). It categorizes and prioritizes errors and sends detailed error reports directly to a Telex channel.
- Static Analysis Integration: Automatically detects errors using popular tools.
- Error Categorization:
- Syntax Errors
- Type Errors
- Linting Violations
- Prioritization:
- High: Breaking errors
- Medium: Warnings
- Low: Style violations
- Telex Reporting: Pushes error logs to a Telex channel for real-time monitoring.
- Environment:
- Node.js (for JavaScript/TypeScript projects) or Python (for Python projects).
- Static Analysis Tools:
- JavaScript/TypeScript: ESLint, TypeScript compiler, Prettier.
- Python: Flake8.
- Telex Access: Valid credentials and API access to your Telex channel.