This section contains the complete API reference for the Hatchling project.
Hatchling is a Python application that provides a chat interface with LLM integration and MCP (Model Context Protocol) support.
- 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
from hatchling import app
# See individual module documentation for usage examples