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>
21 lines
774 B
Markdown
21 lines
774 B
Markdown
# Conversation Management
|
|
|
|
Manages app conversations and their lifecycle within the OpenHands app server.
|
|
|
|
## Overview
|
|
|
|
This module provides services and models for managing conversations that run within sandboxed environments. It handles conversation creation, retrieval, status tracking, and lifecycle management.
|
|
|
|
## Key Components
|
|
|
|
- **AppConversationService**: Abstract service for conversation CRUD operations
|
|
- **LiveStatusAppConversationService**: Real-time conversation status tracking
|
|
- **AppConversationRouter**: FastAPI router for conversation endpoints
|
|
|
|
## Features
|
|
|
|
- Conversation search and filtering by title, dates, and status
|
|
- Real-time conversation status updates
|
|
- Pagination support for large conversation lists
|
|
- Integration with sandbox environments
|