You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
agent.start("Search for AI news and calculate 15*4")
305
332
```
306
333
334
+
> ⚠️ **Security Note:** Never use `eval()`, `exec()`, or `subprocess` in tool functions that process LLM-generated or user-supplied input. Always validate and sanitize inputs to prevent code injection attacks.
Copy `.env.example` to `.env` and configure the following variables:
364
+
365
+
| Variable | Required | Description |
366
+
|----------|----------|-------------|
367
+
|`OPENAI_API_KEY`| Yes | OpenAI API key for all LLM calls |
368
+
|`TAVILY_API_KEY`| Yes (Claw) | Tavily key for the built-in web-search tool. Get one free at https://app.tavily.com|
369
+
333
370
Open **http://localhost:8082** — the dashboard comes with 13 built-in pages: Chat, Agents, Memory, Knowledge, Channels, Guardrails, Cron, and more. Add messaging channels directly from the UI.
0 commit comments