11 lines
261 B
TypeScript
11 lines
261 B
TypeScript
/**
|
|
* RuvBot HTTP Server - Cloud Run Entry Point
|
|
*
|
|
* Provides REST API endpoints for RuvBot including:
|
|
* - Health checks (required for Cloud Run)
|
|
* - Chat API
|
|
* - Session management
|
|
* - Agent management
|
|
*/
|
|
export {};
|
|
//# sourceMappingURL=server.d.ts.map
|