ai manus
Basic Information
AI Manus is a general-purpose AI agent system designed to create, run and manage agents that execute tools and operations inside isolated, per-task Docker sandboxes. It provides a web frontend, a backend server and a sandbox service that together let a user or developer create an Agent session, start an Ubuntu-based sandbox that launches a headless Chrome and tool APIs, then forward user messages to a PlanAct Agent for task planning and execution. The system routes events back to the web UI via server-sent events and supports OpenAI-compatible LLM providers with FunctionCall and JSON output. The README and deployment guide focus on running the stack with Docker Compose, using MongoDB/Redis for session history and background tasks, and configuring authentication, search provider and sandbox behavior.