Skip to content

telexintegrations/code-error-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Error Agent Integration - v1.0

Overview

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.

Features

  • 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.

Prerequisites

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •