Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 707 Bytes

File metadata and controls

22 lines (15 loc) · 707 Bytes

API Reference

This section contains the complete API reference for the Hatchling project.

Overview

Hatchling is a Python application that provides a chat interface with LLM integration and MCP (Model Context Protocol) support.

Package Structure

Quick Start

from hatchling import app
# See individual module documentation for usage examples