Open-source general AI agent for complex task automation
Top 56.8% on sourcepulse
Lemon is a full-stack, open-source AI agent designed to automate complex tasks from planning to execution. It targets users needing to automate workflows like market research, document processing, or data analysis, offering autonomous task completion and real-time monitoring.
How It Works
Lemon operates as a general AI agent capable of independent thought and systematic planning. It leverages a virtual environment to flexibly invoke tools, including code execution, web browsing, and web application interaction. This approach allows it to break down complex, dynamic tasks, prioritize steps, and adapt plans in real-time, aiming for efficient, autonomous task completion.
Quick Start & Requirements
docker pull hexdolemonai/lemon-runtime-sandbox:latest
docker run -it --rm --pull=always \
--name lemon-app \
--env DOCKER_HOST_ADDR=host.docker.internal \
--env ACTUAL_HOST_WORKSPACE_PATH=${WORKSPACE_BASE:-$PWD/workspace} \
--publish 5005:5005 \
--add-host host.docker.internal:host-gateway \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume ~/.cache:/.cache \
--volume ${WORKSPACE_BASE:-$PWD/workspace}:/workspace \
--volume ${WORKSPACE_BASE:-$PWD/data}:/app/data \
--interactive \
--tty \
hexdolemonai/lemon:latest make run
Highlighted Details
Maintenance & Community
service@hexdo.com
.Licensing & Compatibility
service@hexdo.com
.Limitations & Caveats
The "Lemon Open Source License" has additional restrictions beyond Apache 2.0, which may impact commercial use or derivative works. Specific details of these restrictions are not elaborated in the README.
2 weeks ago
Inactive