Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.82 KB

File metadata and controls

25 lines (19 loc) · 1.82 KB

cli_engineer Documentation

Welcome to the official documentation for cli_engineer, an agentic command-line tool for software engineering automation. This documentation provides a comprehensive guide to understanding, using, and contributing to the project.

Table of Contents

Getting Started

  • Quick Start: Get cli_engineer up and running in minutes.
  • User Guide: Comprehensive guide to installation, configuration, and usage.
  • Command Reference: A quick reference for all available commands and their options.
  • Configuration: Detailed instructions on how to configure cli_engineer.toml to use different LLM providers and customize behavior.

Core Concepts

  • Architecture: An overview of the system's architecture, design principles, and how the components interact.
  • The Agentic Loop: A deep dive into the plan-execute-review cycle that powers the agent.
  • Core Components: Detailed explanation of the main modules like the Planner, Executor, and Reviewer.

Technical Details

  • LLM Providers: Information on the supported Large Language Model providers (OpenAI, Anthropic, Gemini, Ollama) and how they are integrated.
  • UI and Logging: Details on the dashboard UI, simple text mode, and file logging capabilities.

Development & Project Information