Skip to content

Latest commit

 

History

History
74 lines (44 loc) · 3.75 KB

File metadata and controls

74 lines (44 loc) · 3.75 KB

📜 User Agreement

Last updated: 2026-03-13

返回 README | 📚 文档索引


1. Acceptance of Terms

By using, installing, or deploying the AI Court System ("danghuangshang", hereinafter "the Project"), you agree to be bound by this User Agreement. If you do not agree, do not use the Project.

2. Description of the Project

The Project is an open-source, multi-agent AI collaboration system built on the OpenClaw framework. It provides configuration templates, installation scripts, a GUI dashboard, and Docker images for deploying AI agents organized in a traditional Chinese government structure ("三省六部制").

3. License

The Project is licensed under the MIT License. You are free to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Project, subject to the conditions of the MIT License. Derivative works should credit the original project.

4. User Responsibilities

By using the Project, you agree to:

  • Provide your own API keys: The Project does not include or provide AI model API keys. You must obtain and pay for your own API access from third-party providers (e.g., Anthropic, OpenAI, DeepSeek).
  • Secure your credentials: You are solely responsible for safeguarding your API keys, bot tokens, and other credentials. Do not commit them to public repositories.
  • Use a dedicated server: We strongly recommend deploying on a dedicated cloud server, not your personal computer. AI agents have code execution capabilities that carry inherent risks.
  • Review AI outputs: All AI-generated content is provided "as-is". You must review and verify outputs before acting on them, especially for financial, legal, or security-sensitive operations.
  • Comply with applicable laws: You must use the Project in compliance with all applicable local, national, and international laws and regulations.

5. Prohibited Uses

You may not use the Project to:

  • Generate or distribute illegal, harmful, or abusive content
  • Violate the terms of service of any third-party API provider
  • Conduct unauthorized access to systems or networks
  • Engage in activities that infringe on intellectual property rights
  • Impersonate individuals or organizations without authorization

6. Third-Party Services

The Project integrates with third-party services including but not limited to:

  • AI Model Providers (Anthropic, OpenAI, DeepSeek, OpenRouter, etc.)
  • Communication Platforms (Discord, Feishu/Lark)
  • Cloud Providers (Oracle Cloud, AWS, Alibaba Cloud, Tencent Cloud)

Your use of these services is governed by their respective terms of service. The Project is not affiliated with, endorsed by, or sponsored by any of these providers.

7. Disclaimer of Warranties

THE PROJECT 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.

8. Limitation of Liability

In no event shall the Project maintainers be liable for any:

  • Direct, indirect, incidental, special, or consequential damages
  • Loss of data, revenue, or profits
  • Costs incurred from AI-generated outputs or actions
  • Service interruptions or API costs from third-party providers

9. Modifications

We reserve the right to modify this User Agreement at any time. Changes will be reflected in the "Last updated" date. Continued use after changes constitutes acceptance.

10. Contact

For questions about this agreement, please open a GitHub Issue.


返回 README