GraphCanon updated 3d · GitHub synced 3d
Decision brief
MaxKB 是一个专为企业级智能体开发设计的开源平台,使用它可以快速启动和管理复杂的代理系统。
Good fit when
- 适用于企业需要构建复杂代理系统的场景,尤其是在寻求快速部署和简便管理的情况下
- 适合那些希望利用基于 Python 的丰富生态系统来定制和扩展其代理功能的企业
Avoid when
- 不适合个人开发者或小型项目,因为它的设计重心在于服务较大的企业和更复杂的系统需求
- 如果团队不熟悉 Docker 或不想在其开发流程中集成容器化技术,可能需要寻找其他解决方案
Observed Jul 11, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (0d since push)
- As of 3d
- Provenance
- Not a fork · Organization account
- As of 3d
- Security (OSV)
- No lockfile
- As of 1w
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install MaxKB PyPIHow it fits your stack(10)
Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.
Alternative
Integrates
Relationship graph
Optional deeper exploration of typed edges and category neighbours.
Similar tools
Same-category neighbours not already linked as typed edges.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
MaxKB 是一个开源平台,专为企业级智能体的开发而设计。它提供了一个简单易用的方式来快速启动和管理复杂的代理系统。
Capability facts
- Languages
- python
Source: github.language+pyproject.toml · Aug 18, 2026
Categories
Graph entities
Tags
README
Quick start
Execute the script below to start a MaxKB container using Docker:
docker run -d --name=maxkb --restart=always -p 8080:8080 -v ~/.maxkb:/opt/maxkb 1panel/maxkb
Access MaxKB web interface at http://your_server_ip:8080 with default admin credentials:
- username: admin
- password: MaxKB@123..
中国用户如遇到 Docker 镜像 Pull 失败问题,请参照该 离线安装文档 进行安装。
License
Licensed under The GNU General Public License version 3 (GPLv3) (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.gnu.org/licenses/gpl-3.0.html
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
For agents
This page has a .md twin and JSON over the API.