// agentic ai · live tree visualization

tree-llm

Think in trees. Not in lines.

An agentic chat that shows you every step the AI takes — reasoning nodes, tool calls, skill invocations — as a live expanding tree.

Launch App

Bring your own API key — nothing stored on the server.

// agent tree

Thinks in trees

Every response is a live graph of think nodes, tool calls, collapses, and skill invocations — not a black box.

// multi-provider

Your model, your key

Gemini 3.5, GPT-5.5, o3, local Ollama — switch providers in one click. No server-side keys stored.

// streaming

Real-time visibility

Watch the agent reason token-by-token as the tree builds live. Full depth control and budget limits.

// skills

Sub-agents with their own dedicated tool access and system prompts.

Code Runner

Executes Python, JavaScript, or TypeScript in a secure cloud sandbox and returns output, errors, and generated files.

skill_code_runner
🔬

Web Researcher

Fetches and summarises content from URLs — preserves numbers, names, and dates exactly.

skill_web_researcher
📄

DOCX Creator

Creates formatted Word documents (.docx) — headings, tables, lists, and downloads.

skill_docx_skill

// tools

15 built-in tools available to the agent on every request.

// web

🔍
Web Searchweb_search

Real-time web search across the open internet.

🌐
Fetch URLfetch_url

Read any web page or HTTP resource as text.

📡
HTTP POSThttp_post

Send a POST request with a JSON body to any endpoint.

// code

🐍
Run Pythonrun_python

Execute Python 3 code in a secure cloud sandbox.

🟨
Run JavaScriptrun_javascript

Execute JavaScript (Node.js) in a sandbox.

🟦
Run TypeScriptrun_typescript

Execute TypeScript in a sandbox.

💻
Shell Commandrun_sandbox_command

Run any shell command inside the sandbox.

🔗
Sandbox URLget_sandbox_url

Get the public URL of a running sandbox server.

// files

📖
Read Filesandbox_read_file

Read a file from the sandbox filesystem.

✏️
Write Filesandbox_write_file

Write or create a file in the sandbox.

📁
List Filessandbox_list_files

List files and directories in the sandbox.

🗑
Delete Filesandbox_delete_file

Delete a file from the sandbox.

📂
Make Directorysandbox_make_dir

Create a directory in the sandbox.

Download URLsandbox_download_url

Download a file from a URL into the sandbox.

// utility

🕐
Date & Timeget_current_time

Get the current date and time in any timezone.