Skip to content

Dawanfe/langmanus-web

Repository files navigation

LangManus Web UI

License: MIT

Come From Open Source, Back to Open Source

The default Web UI for LangManus.

LangManus is a community-driven AI automation framework that builds upon the incredible work of the open source community. Our goal is to combine language models with specialized tools for tasks like web search, crawling, and Python code execution, while giving back to the community that made this possible.

Demo Video

Table of Contents

Quick Start

Prerequisites

  • LangManus
  • Node.js (v22.14.0+)
  • pnpm (v10.6.2+) as package manager

Configuration

Create a .env file in the project root and configure the following environment variables:

  • NEXT_PUBLIC_API_URL: The URL of the LangManus API.

It's always a good idea to start with the given example file, and edit the .env file with your own values:

cp .env.example .env

Installation

# Clone the repository
git clone https://github.com/langmanus/langmanus-web.git
cd langmanus-web

# Install dependencies
pnpm install

# Run the project in development mode
pnpm dev

Then open your browser and navigate to http://localhost:3000

Have fun!

Contributing

We welcome contributions of all kinds! Whether you're fixing a typo, improving documentation, or adding a new feature, your help is appreciated. Please see our Contributing Guide for details on how to get started.

License

This project is open source and available under the MIT License.

Acknowledgments

Special thanks to all the open source projects and contributors that make LangManus possible. We stand on the shoulders of giants.

About

The web UI for LangManus.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published