This commit is contained in:
tjb-tech
2025-02-09 23:08:50 +08:00
parent 7a7de37293
commit e642d8dc5b
5 changed files with 47 additions and 4 deletions
+25
View File
@@ -0,0 +1,25 @@
The MIT License (MIT)
=====================
Copyright © 2023
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the “Software”), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
+22 -4
View File
@@ -118,13 +118,34 @@ After the CLI mode is started, you can see the start page of MetaChain:
## 🔍 How to Use MetaChain
### 1. User Mode (SOTA 🏆 Open Deep Research)
MetaChain have a out-of-the-box multi-agent system, which you could choose `user mode` in the start page to use it. This multi-agent system is a general AI assistant, having the same functionality with **OpenAI's Deep Research** and the comparable performance with it in [GAIA](https://gaia-benchmark-leaderboard.hf.space/) benchmark.
<div align="center" style="display: flex; justify-content: space-between; gap: 20px;">
<figure style="flex: 1; margin: 0;">
<img src="./assets/user_mode/select_agent.png" alt="Cover" style="max-width: 100%; height: auto;">
<figcaption><em>Use @ to mention the agent you want to use.</em></figcaption>
</figure>
<figure style="flex: 1; margin: 0;">
<img src="./assets/user_mode/input.png" alt="Second" style="max-width: 100%; height: auto;">
<figcaption><em>Input your request.</em></figcaption>
</figure>
<figure style="flex: 1; margin: 0;">
<img src="./assets/user_mode/output.png" alt="Third" style="max-width: 100%; height: auto;">
<figcaption><em>Agent will give you the response.</em></figcaption>
</figure>
</div>
### 2. Agent Editor
### 3. Workflow Editor
## ☑️ Todo List
## 📖 Documentation
## 🤝 How to Join the Community
OpenHands is a community-driven project, and we welcome contributions from everyone. We do most of our communication
@@ -136,9 +157,6 @@ through Slack, so this is the best place to start, but we also are happy to have
See more about the community in [COMMUNITY.md](./COMMUNITY.md) or find details on contributing in [CONTRIBUTING.md](./CONTRIBUTING.md).
## 📜 License
Distributed under the MIT License. See [`LICENSE`](./LICENSE) for more information.
## 🙏 Acknowledgements
Binary file not shown.

After

Width:  |  Height:  |  Size: 570 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 718 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 KiB