🚀 Still worried about the invitation code? One-click deployment of Co-Sight to quickly build your own Manus-like system!
Since the release of Manus, some closed-source platforms have faced problems such as high cost, limited access, and difficulty in privatization deployment, although they have excellent user experience and commercial support. Although open source frameworks have higher flexibility and transparency, they are slightly lacking in terms of functional integrity, style richness, and stability.
Co-Sight Committed to striking the best balance between cost, quality, stability and ease of use. It supports low-cost large models to generate high-quality and beautiful reports comparable to Claude models, and can be flexibly deployed in private environments, helping enterprises and individuals quickly build their own Manus-like systems.
Scene | Example links | Preview of the effect |
---|---|---|
Industry Research | ZTE analysis report | |
Personal life | 2025 May Day Shanghai Travel Guide | |
Hot news | Analysis of the Global Impact of Trump's Tariff Policy | |
... |
We welcome you to contribute more examples in the Lab to enrich our case library!
GitHub Address:https://github.com/Co-Sight-Series/Co-Sight-Lab
-
Download the project:You can choose one of the following methods to download the project to your local computer:
1. Use Git clone Visit https://github.com/ZTE-AICloud/Co-Sight ,Click on the green 'Code' button,
# 1. Select HTTP protocol git clone https://github.com/ZTE-AICloud/Co-Sight.git # 2. Select SSH git clone git@github.com:ZTE-AICloud/Co-Sight.git cd Co-Sight
2. Download the zip file Visit https://github.com/ZTE-AICloud/Co-Sight , Click on the green 'Code' button, select 'Download ZIP', download it and unzip it to enter the project directory.
-
Prepare the environment:python version >= 3.11
-
Install dependencies: Run the following command in the project directory to install dependencies:
pip install -r requirements.txt
- Copy the template
.env_template
and generated.env
(the document has been joined.gitignore
,securely store private information): - edit
.env
configure core parameters:- Large model configuration: Configure the corresponding large model address, model name, API-KEY, etc., and further (optionally) configure the planning, execution, tools, and multi-modal model;
- Search engine configuration (optional): configure the API-KEY of the relevant search engine;
- Google Search how to apply:https://developers.google.com/custom-search/v1/overview?hl=zh-cn#api_key
- Tavily Search how to apply:https://app.tavily.com/home
- Google Search how to apply:https://developers.google.com/custom-search/v1/overview?hl=zh-cn#api_key
- start the service:cosight_server/deep_research/main.py
- open your browser and visit
http://localhost:7788/cosight/
- Enter your first task in the input box and experience the power of the intelligent research engine!
-
download the docker offline image https://github.com/ZTE-AICloud/Co-Sight/releases/download/v0.0.1/co-sight-v001.tar
-
start the docker image
# load an offline image
docker load -i co-sight-v001.tar
# start the docker container
docker run -d -p 7788:7788 co-sight
# copy the configured .env file into the container (the model and search engine will be configured in a Co-Sight interface)
docker cp .env ac39023b3b3fdc3245ec1cc0293afb6b0a5efd4675ee79535ed6663c3e2a2558:/home/Co-Sight
# Restart the image to take effect environment variables
docker restart ac39023b3b3fdc3245ec1cc0293afb6b0a5efd4675ee79535ed6663c3e2a2558
- open your browser and visit
http://localhost:7788/cosight/
- CPU: 4 cores
- Memory: 4GB
- Disk: 1GB
- Dependencies: 400MB
- Project files: 50MB
- Minimum required disk space: 500MB
- Recommended disk space: 1GB
This configuration ensures basic system operation and successful dependency installation for stable performance.
PRs and Issues are very welcome! If you have any ideas or suggestions:
-
file an issue describe your idea and issue
-
Initiate a PR: Improve documentation, add examples, or refine features.
Together, we make the Co Sight Agent even more powerful.