New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

wonderland-cli

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wonderland-cli

Wonderland CLI 1.3.0 - An AI system to power up your Ollama bot with brains

latest
npmnpm
Version
1.3.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Wonderland CLI 1.3.0 🧠

Official Website Release Notes for v1.3.0

Wonderland CLI Thumbnail

npm version GitHub License: MIT Node.js Platform Ollama

🚀 Quick Start

npm install -g wonderland-cli
wonderland -setup4u   # New: one-step automatic setup
wonderland ask "What is the capital of France?"

📚 Command Reference

See COMMAND.md for a complete list of all commands, what they do, and usage examples.

📖 Full Manual

See HOWTOUSE.md for a complete user & developer guide, including setup, features, advanced usage, open-source logic, and troubleshooting.

✨ What's New & Exciting in v1.3.0

  • One-Step Setup: wonderland -setup4u runs the full setup automatically
  • Multi-Brain Architecture: Main Agent + multiple Brain Agents
  • Real-Time Brain-to-Brain Visibility: See all agents' thinking live
  • Parallel Research: Assign multiple brains to different tasks at once
  • Dynamic Brain Assignment: Add, edit, retire, and specialize brain agents on demand
  • Brain Specialization: Assign specialties (web, math, code, etc.) to each brain
  • Live Brain Status Dashboard: Real-time dashboard with visual indicators
  • Collaborative Brain Discussion: Brains critique and refine answers together
  • Plugin Brains: Add custom Brain Agents as plugins
  • Interrupt & Reassign: Interrupt any agent and reassign tasks (manual or automatic)
  • Session Replay: Replay any session with real-time agent thinking
  • Resource-Aware Scheduling: Monitors memory, CPU, and agent usage; throttles as needed
  • Content Awareness & User Query Tool: Agents can ask you for clarification in real time
  • Advanced Analytics Dashboard: View usage stats and dashboards
  • Auto-Update Checker: Notifies you of new versions
  • Comprehensive Legal Protection: Expanded legal documents for maximum safety

🌟 Features

Multi-Brain & Real-Time AI

  • Multi-Brain Architecture: Main Agent and multiple Brain Agents
  • Real-Time Brain-to-Brain Visibility: See all agents' thinking live
  • Parallel Research: Assign multiple brains to different tasks at once
  • Dynamic Brain Assignment: Add, edit, retire, and specialize brain agents on demand
  • Brain Specialization: Assign specialties (web, math, code, etc.) to each brain
  • Live Brain Status Dashboard: Real-time dashboard with visual indicators
  • Collaborative Brain Discussion: Brains critique and refine answers together
  • Plugin Brains: Add custom Brain Agents as plugins

Advanced Control & Scheduling

  • Interrupt & Reassign: Interrupt any agent and reassign tasks (manual or automatic)
  • Session Replay: Replay any session with real-time agent thinking
  • Resource-Aware Scheduling: Monitors memory, CPU, and agent usage; throttles as needed
  • Content Awareness & User Query Tool: Agents can ask you for clarification in real time

CLI & Usability

  • Beautiful CLI: Minimal, clean UI with progress bars and spinners
  • Comprehensive Logging: Every session is logged for analytics and replay
  • Session Export: Export logs to markdown, JSON, or PDF
  • Interactive Chat Mode: REPL-style chat with enhanced UI
  • API Server Mode: Run as a local HTTP API server
  • Advanced Analytics: View usage stats and dashboards
  • Plugin System: Add, list, and remove custom tools/brains
  • Model Management: List, pull, and set Ollama models
  • Prompt Templates: Save, use, and manage prompt templates
  • Agent Personalities: Switch between friendly, strict, creative, or custom personalities
  • Auto-Update Checker: Notifies you of new versions
  • Dangerous Reset: Factory reset all settings, logs, and plugins

📋 Commands (Essentials)

CommandDescription
wonderland -setup4uNew: One-step automatic setup
wonderland setupConfigure your agents
wonderland ask <prompt>Ask a question
wonderland dashboardLive brain status dashboard
wonderland replayReplay a session with real-time agent thinking
wonderland resourcesShow system resource usage and scheduling status
wonderland interruptInterrupt and reassign brain agent tasks
wonderland reassignReassign specific interrupted tasks
wonderland auto-reassignAuto-reassign all interrupted tasks
wonderland auto-interruptAutomatically interrupt agents based on conditions
wonderland chatStart interactive chat mode
wonderland serve [--port <port>]Run as local API server
wonderland analyticsShow usage analytics
`wonderland export --format <markdownjson
wonderland --helpShow help

🧠 How It Works

Agents communicate using special tool commands:

  • /usetool=brain?"query" — Call brain agent for research
  • /usetool=websearch?"query" — Brain agent performs a real web search
  • /usetool=recallchatlog?"timeframe" — Check chat history
  • /usetool=askuser?"question" — Ask the user for clarification/context
  • /usetool=finalans?"answer" — End with final answer

💡 Examples

Multi-Brain Research

wonderland ask "Research AI trends and machine learning applications" --multi-brain

Interrupt & Reassign

wonderland interrupt
wonderland auto-reassign
wonderland auto-interrupt --time 180

Session Replay

wonderland replay -l
wonderland replay -f session-1234567890.json -s fast

Resource Monitoring

wonderland resources
wonderland resources -m -i 5

Content Awareness

# Agent asks you for clarification during a session
/usetool=askuser?"Can you clarify your request?"

🌐 API Server Mode

wonderland serve --port 3000
# POST /ask { "prompt": "your question" }

📊 Analytics Dashboard

wonderland analytics

📦 NPM Package

👥 Team

Made with ❤️ by the Chezcake Team

Enter the Wonderland of AI Agents! ✨

Keywords

cli

FAQs

Package last updated on 14 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts