{"id":45862417,"url":"https://github.com/kweaver-ai/kweaver","last_synced_at":"2026-02-27T06:54:57.271Z","repository":{"id":59398081,"uuid":"532761283","full_name":"kweaver-ai/kweaver","owner":"kweaver-ai","description":"KWeaver is an open-source ecosystem for building and running decision-intelligent AI applications, powered by ontologies and the DIP platform.","archived":false,"fork":false,"pushed_at":"2026-02-10T05:13:55.000Z","size":470425,"stargazers_count":154,"open_issues_count":3,"forks_count":14,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-02-10T06:38:11.341Z","etag":null,"topics":["agentic-ai","agents","ai","decision-intelligence","ontology"],"latest_commit_sha":null,"homepage":"https://kweaver.ai","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kweaver-ai.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-09-05T05:51:02.000Z","updated_at":"2026-02-10T06:24:49.000Z","dependencies_parsed_at":"2024-08-05T04:41:36.221Z","dependency_job_id":null,"html_url":"https://github.com/kweaver-ai/kweaver","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/kweaver-ai/kweaver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kweaver-ai%2Fkweaver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kweaver-ai%2Fkweaver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kweaver-ai%2Fkweaver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kweaver-ai%2Fkweaver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kweaver-ai","download_url":"https://codeload.github.com/kweaver-ai/kweaver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kweaver-ai%2Fkweaver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29887084,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T05:38:26.446Z","status":"ssl_error","status_checked_at":"2026-02-27T05:38:25.235Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentic-ai","agents","ai","decision-intelligence","ontology"],"created_at":"2026-02-27T06:54:56.737Z","updated_at":"2026-02-27T06:54:57.255Z","avatar_url":"https://github.com/kweaver-ai.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# KWeaver\n\n[中文](README.zh.md) | English\n\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE.txt)\n\nKWeaver 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.\n\nThe DIP platform includes key subsystems such as ADP, Decision Agent, DIP Studio, and AI Store.\n\n## 📚 Quick Links\n\n- 🤝 [Contributing](rules/CONTRIBUTING.md) - Guidelines for contributing to the project\n- 🚢 [Deployment](deploy/README.md) - One-click deploy to Kubernetes\n- 🚀 [Release Guidelines](rules/RELEASE.md) - Version management and release process\n- 🏗️ [Architecture](rules/ARCHITECTURE.md) - Architecture design specification\n- 🧾 [Changelog](rules/CHANGELOG.md) - All notable changes\n- 📄 [License](LICENSE.txt) - Apache License 2.0\n- 🐛 [Report Bug](https://github.com/kweaver-ai/kweaver/issues) - Report a bug or issue\n- 💡 [Request Feature](https://github.com/kweaver-ai/kweaver/issues) - Suggest a new feature\n\n## Platform Architecture\n\n```text\n┌─────────────────────────────────────────────┐\n│              DIP Platform                   │\n│  ┌───────────────────────────────────────┐  │\n│  │             AI Store                  │  │\n│  ├───────────────────────────────────────┤  │\n│  │            DIP Studio                 │  │\n│  ├───────────────────────────────────────┤  │\n│  │          Decision Agent               │  │\n│  ├───────────────────────────────────────┤  │\n│  │               ADP                     │  │\n│  └───────────────────────────────────────┘  │\n└─────────────────────────────────────────────┘\n```\n\n### Core Subsystems\n\n| Sub-project | Description | Repository |\n| --- | --- | --- |\n| **AI Store** | AI application and component marketplace | [kweaver-ai/ai-store](https://github.com/kweaver-ai/ai-store) |\n| **Studio** | DIP Studio - Visual development and management interface | [kweaver-ai/studio](https://github.com/kweaver-ai/studio) |\n| **Decision Agent** | Intelligent decision agent | [kweaver-ai/decision-agent](https://github.com/kweaver-ai/decision-agent) |\n| **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) |\n| **Sandbox** | Sandbox runtime environment | [kweaver-ai/sandbox](https://github.com/kweaver-ai/sandbox) |\n\n## Contributing\n\nWe welcome contributions! Please see our [Contributing Guide](rules/CONTRIBUTING.md) for details on how to contribute to this project.\n\nQuick start:\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Create a Pull Request\n\n## License\n\nThis project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE.txt) file for details.\n\n## Support \u0026 Contact\n\n- **Contributing**: [Contributing Guide](rules/CONTRIBUTING.md)\n- **Issues**: [GitHub Issues](https://github.com/kweaver-ai/kweaver/issues)\n- **License**: [Apache License 2.0](LICENSE.txt)\n\n---\n\nMore components will be open-sourced in the future. Stay tuned!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkweaver-ai%2Fkweaver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkweaver-ai%2Fkweaver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkweaver-ai%2Fkweaver/lists"}