Skip to content

Latest commit

 

History

History
78 lines (57 loc) · 3.2 KB

File metadata and controls

78 lines (57 loc) · 3.2 KB

Local Harness Documentation

Welcome to the Local Harness documentation. This guide will help you understand, use, and contribute to the project.

Quick Links

User Guide

New to Local Harness? Start here:

Development

Contributing to Local Harness:

Architecture

Understanding how Local Harness works:

Implementation Notes

Archive

Historical documentation and implementation notes:

Project Structure

localharness/
├── README.md              # Main documentation (start here!)
├── CHANGELOG.md           # Version history
├── build.zig              # Build configuration
├── main.zig               # Entry point
├── app.zig                # Core application
├── ui.zig                 # Terminal UI
├── ollama.zig             # Ollama API client
├── lmstudio.zig           # LM Studio API client
├── llm_provider.zig       # Provider abstraction layer
├── tools.zig              # Tool definitions
├── permission.zig         # Permission system
└── docs/                  # Additional documentation (you are here)
    ├── user-guide/        # User-facing guides
    ├── development/       # Developer guides
    ├── architecture/      # Technical architecture
    └── archive/           # Historical documentation

Getting Help

  • Issues: Report bugs and request features via GitHub Issues
  • Discussions: Use GitHub Discussions for questions