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¶
- Core Modules - Core functionality including chat, LLM, and logging
- Configuration - Settings and configuration management
- UI Components - User interface and command handling
- MCP Utils - Model Context Protocol utilities
- Main Application - Main application entry point
Quick Start¶
from hatchling import app
# See individual module documentation for usage examples