mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-21 12:55:09 +00:00
Chat: - Add POST /agents/:id/chat proxy endpoint that forwards to OpenClaw's OpenAI-compatible /v1/chat/completions API with SSE streaming - Enable chatCompletions API during agent creation - Add AgentChat component with message bubbles, streaming, auto-scroll - Chat button on running agent cards, inline chat view LLM Provider: - Reuse BrowserOS LLM provider configs via useLlmProviders() - Provider dropdown in create dialog filtered to OpenClaw-compatible types - API key injected into docker-compose.yml as environment variable - Pre-selects user's default provider