Helse CLI Documentation

Comprehensive reference for HelseCLI

HelseCLI Documentation Reference

This folder contains comprehensive documentation for HelseCLI, organized for easy reference and conversion to MDX format for web documentation.

Directory Structure

table/
├── README.md (this file)
├── 01-getting-started/
│   ├── overview.md
│   ├── installation.md
│   ├── quick-start.md
│   └── configuration.md
├── 02-core-concepts/
│   ├── architecture.md
│   ├── modes-overview.md
│   ├── models-and-providers.md
│   └── tools-system.md
├── 03-modes/
│   ├── code-mode.md
│   ├── document-mode.md
│   ├── chat-mode.md
│   └── agent-mode.md
├── 04-features/
│   ├── web-search.md
│   ├── sandbox-execution.md
│   ├── custom-instructions.md
│   ├── steps-auditing.md
│   ├── plan-build-modes.md
│   ├── verification-system.md
│   └── research-tools.md
├── 05-tools-reference/
│   ├── file-operations.md
│   ├── code-tools.md
│   ├── web-tools.md
│   ├── advanced-tools.md
│   ├── research-tools.md
│   ├── sandbox-tools.md
│   └── custom-tools.md
├── 06-guides/
│   ├── writing-academic-papers.md
│   ├── data-science-workflow.md
│   ├── api-development.md
│   ├── code-review.md
│   └── research-workflow.md
├── 07-cookbook/
│   ├── README.md
│   ├── code-examples.md
│   ├── document-examples.md
│   ├── agent-examples.md
│   └── research-examples.md
├── 08-advanced/
│   ├── custom-models.md
│   ├── custom-tools-development.md
│   ├── docker-sandbox.md
│   ├── e2b-cloud.md
│   └── api-server.md
├── 09-reference/
│   ├── cli-commands.md
│   ├── shortcuts.md
│   ├── environment-variables.md
│   └── configuration-files.md
└── 10-troubleshooting/
    ├── common-issues.md
    ├── faq.md
    └── debugging.md

Objectives

This documentation is designed to:

  1. Serve as LLM Reference: Feed these files to LLMs for context about HelseCLI
  2. MDX Conversion: Easy conversion to .mdx files for website documentation
  3. Comprehensive Coverage: Complete reference for all features and capabilities
  4. Organized Structure: Logical progression from basics to advanced topics

Usage Guidelines

For MDX Conversion

Each markdown file is structured with:

  • Clear headings and sections
  • Code examples with syntax highlighting
  • Tables for reference data
  • Callouts and notes
  • Cross-references to other sections

For LLM Context

Feed relevant sections to your LLM based on the task:

  • Building features: Reference architecture and tools
  • Writing docs: Use cookbook examples and guides
  • Troubleshooting: Use FAQ and common issues

Maintenance Protocol

This documentation should be updated when:

  • New features are added
  • Commands or APIs change
  • New tools are integrated
  • User feedback identifies gaps

Contribution Guidelines

When adding new documentation:

  1. Place in appropriate subfolder
  2. Follow existing markdown structure
  3. Include code examples
  4. Add cross-references
  5. Update this README if adding new sections

Version: 2.0.0
Last Updated: 2026-01-18
Maintainer: DEM1989