AutoAgent is an offline AI coding critique tool that analyzes your code using local LLMs (via Ollama), provides structured feedback, and improves through user interaction. It stores all data locally with no external dependencies, ensuring complete privacy while learning to give better suggestions over time.
Stars
0
Forks
2
Watchers
0
Open Issues
0
Overall repository health assessment
^0.3.39^0.3.43^0.2.0^11.9.1^2.2.0^0.5.1^3.12.0^3.10.1^0.3.2014.0.418.2.018.2.0^5.1.1^5.1.79.0.1^3.24.2^3.4.120.10.418.2.4318.2.179.0.710.4.168.55.014.0.4^0.1.2^10.0.1^2.1.0^4.0.18.4.323.3.6^0.23.1^0.23.6^0.23.25.2.2^0.25.39
commits
Implement webpack configuration to exclude problematic modules from client bundle, enhance ticket creation with virtual ticket management, and add new dependencies for improved code modification and file detection. Update various components to support fix proposals and ticket creation workflows, including UI enhancements for user interactions. Refactor code for better error handling and maintainability.
4fd6af2View on GitHubEnhance ticket creation process by implementing specialized handling for different issue types. Added functions to determine issue type and find related files based on analysis, security, performance, and configuration issues. Improved ticket descriptions with tailored suggestions for resolution. This update aims to streamline the ticketing workflow and provide more relevant information for issue resolution.
380535fView on GitHubRemove graph.py and test project files, update package.json and package-lock.json to include new dependencies for Ollama and Chroma, and implement RAG-based file detection in ticket creation workflow. Enhance error handling and validation for affected files in the ticket creation process.
b403c08View on GitHubUpdate .gitignore to include 'data/' and 'test_project/' directories for better management of transient data.
53325ecView on GitHubRefactor project from AutoCritic to AutoAgent. Updated architecture diagram, package configurations, and README. Enhanced feedback and critique functionalities, including improved error handling and directory selection for codebase analysis. Removed unused vector data and sample code files. Updated dependencies and scripts for better performance.
f2e710aView on GitHubEnhance ticket creation workflow in CodebasePage and CodebaseResults components. Added functionality to convert critique findings into tickets, including checks for existing tickets to prevent duplicates. Updated .gitignore to include transient data directory and modified package-lock.json for dependency updates.
5be08aaView on GitHub