https://github.com/kweaver-ai/kweaver
KWeaver is an open-source ecosystem for building and running decision-intelligent AI applications, powered by ontologies and the DIP platform.
https://github.com/kweaver-ai/kweaver
agentic-ai agents ai decision-intelligence ontology
Last synced: 3 months ago
JSON representation
KWeaver is an open-source ecosystem for building and running decision-intelligent AI applications, powered by ontologies and the DIP platform.
- Host: GitHub
- URL: https://github.com/kweaver-ai/kweaver
- Owner: kweaver-ai
- License: apache-2.0
- Created: 2022-09-05T05:51:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-10T05:13:55.000Z (4 months ago)
- Last Synced: 2026-02-10T06:38:11.341Z (4 months ago)
- Topics: agentic-ai, agents, ai, decision-intelligence, ontology
- Homepage: https://kweaver.ai
- Size: 449 MB
- Stars: 154
- Watchers: 6
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# KWeaver
[δΈζ](README.zh.md) | English
[](LICENSE.txt)
KWeaver is an open-source ecosystem for building, deploying, and running decision intelligence AI applications. This ecosystem adopts ontology as the core methodology for business knowledge networks, with DIP as the core platform, aiming to provide elastic, agile, and reliable enterprise-grade decision intelligence to further unleash everyone's productivity.
The DIP platform includes key subsystems such as ADP, Decision Agent, DIP Studio, and AI Store.
## π Quick Links
- π€ [Contributing](rules/CONTRIBUTING.md) - Guidelines for contributing to the project
- π’ [Deployment](deploy/README.md) - One-click deploy to Kubernetes
- π [Release Guidelines](rules/RELEASE.md) - Version management and release process
- ποΈ [Architecture](rules/ARCHITECTURE.md) - Architecture design specification
- π§Ύ [Changelog](rules/CHANGELOG.md) - All notable changes
- π [License](LICENSE.txt) - Apache License 2.0
- π [Report Bug](https://github.com/kweaver-ai/kweaver/issues) - Report a bug or issue
- π‘ [Request Feature](https://github.com/kweaver-ai/kweaver/issues) - Suggest a new feature
## Platform Architecture
```text
βββββββββββββββββββββββββββββββββββββββββββββββ
β DIP Platform β
β βββββββββββββββββββββββββββββββββββββββββ β
β β AI Store β β
β βββββββββββββββββββββββββββββββββββββββββ€ β
β β DIP Studio β β
β βββββββββββββββββββββββββββββββββββββββββ€ β
β β Decision Agent β β
β βββββββββββββββββββββββββββββββββββββββββ€ β
β β ADP β β
β βββββββββββββββββββββββββββββββββββββββββ β
βββββββββββββββββββββββββββββββββββββββββββββββ
```
### Core Subsystems
| Sub-project | Description | Repository |
| --- | --- | --- |
| **AI Store** | AI application and component marketplace | [kweaver-ai/ai-store](https://github.com/kweaver-ai/ai-store) |
| **Studio** | DIP Studio - Visual development and management interface | [kweaver-ai/studio](https://github.com/kweaver-ai/studio) |
| **Decision Agent** | Intelligent decision agent | [kweaver-ai/decision-agent](https://github.com/kweaver-ai/decision-agent) |
| **ADP** | AI Data Platform - Core development framework, including Ontology Engine, Execution Factory, ContextLoader, and VEGA data virtualization engine | [kweaver-ai/adp](https://github.com/kweaver-ai/adp) |
| **Sandbox** | Sandbox runtime environment | [kweaver-ai/sandbox](https://github.com/kweaver-ai/sandbox) |
## Contributing
We welcome contributions! Please see our [Contributing Guide](rules/CONTRIBUTING.md) for details on how to contribute to this project.
Quick start:
1. Fork the repository
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'Add some amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Create a Pull Request
## License
This project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE.txt) file for details.
## Support & Contact
- **Contributing**: [Contributing Guide](rules/CONTRIBUTING.md)
- **Issues**: [GitHub Issues](https://github.com/kweaver-ai/kweaver/issues)
- **License**: [Apache License 2.0](LICENSE.txt)
---
More components will be open-sourced in the future. Stay tuned!