Files
BrowserOS/packages
Dani Akash 12f03af32e feat: add chat interface and LLM provider selection for agents
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
2026-04-01 17:42:14 +05:30
..