mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Co-authored-by: openhands <openhands@all-hands.dev> Co-authored-by: sp.wack <83104063+amanape@users.noreply.github.com> Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
20 lines
886 B
Markdown
20 lines
886 B
Markdown
# OpenHands App Server
|
|
|
|
FastAPI-based application server that provides REST API endpoints for OpenHands V1 integration.
|
|
|
|
## Overview
|
|
|
|
As of 2025-09-29, much of the code in the OpenHands repository can be regarded as legacy, having been superseded by the code in AgentSDK. This package provides endpoints to interface with the new agent SDK and bridge the gap with the existing OpenHands project.
|
|
|
|
## Architecture
|
|
|
|
The app server is organized into several key modules:
|
|
|
|
- **conversation/**: Manages sandboxed conversations and their lifecycle
|
|
- **event/**: Handles event storage, retrieval, and streaming
|
|
- **event_callback/**: Manages webhooks and event callbacks
|
|
- **sandbox/**: Manages sandbox environments for agent execution
|
|
- **user/**: User management and authentication
|
|
- **services/**: Core services like JWT authentication
|
|
- **utils/**: Utility functions for common operations
|