Tim O'Farrell 6c121bde74
APP-159 Fix Docker container networking for agent server URLs (#11751)
Co-authored-by: openhands <openhands@all-hands.dev>
2025-11-17 06:09:21 -07:00
..
2025-10-14 02:16:44 +00:00
2025-10-14 02:16:44 +00:00
2025-10-14 02:16:44 +00:00

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