intellistream-sage


Nameintellistream-sage JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummarySAGE Framework Meta Package
upload_time2025-08-05 10:23:00
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords sage framework meta package
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SAGE Framework Meta Package

SAGE Framework是一个统一的AI推理和数据流处理框架,提供完整的端到端解决方案。

## 简介

这是SAGE框架的元包(meta package),它集成了以下核心组件:

- **sage-kernel**: 统一内核,包含核心运行时、工具和CLI
- **sage-middleware**: 中间件组件,包含LLM中间件服务
- **sage-userspace**: 用户空间组件,提供高级API和应用框架
- **sage-dev-toolkit**: 开发工具包,提供开发和调试工具

## 安装

```bash
pip install sage
```

## 快速开始

```python
import sage

# 创建本地环境
env = sage.LocalEnvironment()

# 创建数据流
stream = env.from_collection([1, 2, 3, 4, 5])

# 应用转换
result = stream.map(lambda x: x * 2).collect()
print(result)  # [2, 4, 6, 8, 10]
```

## 文档

更多详细信息请参考:
- [官方文档](https://sage-docs.intellistream.cc)
- [GitHub仓库](https://github.com/intellistream/SAGE)

## 许可证

MIT License

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "intellistream-sage",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "sage, framework, meta package",
    "author": null,
    "author_email": "IntelliStream Team <sage@intellistream.cc>",
    "download_url": "https://files.pythonhosted.org/packages/32/e1/f186f81e602a62f7c663102dcbd879007fff9def7bddcb4288f6664044f5/intellistream_sage-1.0.0.tar.gz",
    "platform": null,
    "description": "# SAGE Framework Meta Package\n\nSAGE Framework\u662f\u4e00\u4e2a\u7edf\u4e00\u7684AI\u63a8\u7406\u548c\u6570\u636e\u6d41\u5904\u7406\u6846\u67b6\uff0c\u63d0\u4f9b\u5b8c\u6574\u7684\u7aef\u5230\u7aef\u89e3\u51b3\u65b9\u6848\u3002\n\n## \u7b80\u4ecb\n\n\u8fd9\u662fSAGE\u6846\u67b6\u7684\u5143\u5305(meta package)\uff0c\u5b83\u96c6\u6210\u4e86\u4ee5\u4e0b\u6838\u5fc3\u7ec4\u4ef6\uff1a\n\n- **sage-kernel**: \u7edf\u4e00\u5185\u6838\uff0c\u5305\u542b\u6838\u5fc3\u8fd0\u884c\u65f6\u3001\u5de5\u5177\u548cCLI\n- **sage-middleware**: \u4e2d\u95f4\u4ef6\u7ec4\u4ef6\uff0c\u5305\u542bLLM\u4e2d\u95f4\u4ef6\u670d\u52a1\n- **sage-userspace**: \u7528\u6237\u7a7a\u95f4\u7ec4\u4ef6\uff0c\u63d0\u4f9b\u9ad8\u7ea7API\u548c\u5e94\u7528\u6846\u67b6\n- **sage-dev-toolkit**: \u5f00\u53d1\u5de5\u5177\u5305\uff0c\u63d0\u4f9b\u5f00\u53d1\u548c\u8c03\u8bd5\u5de5\u5177\n\n## \u5b89\u88c5\n\n```bash\npip install sage\n```\n\n## \u5feb\u901f\u5f00\u59cb\n\n```python\nimport sage\n\n# \u521b\u5efa\u672c\u5730\u73af\u5883\nenv = sage.LocalEnvironment()\n\n# \u521b\u5efa\u6570\u636e\u6d41\nstream = env.from_collection([1, 2, 3, 4, 5])\n\n# \u5e94\u7528\u8f6c\u6362\nresult = stream.map(lambda x: x * 2).collect()\nprint(result)  # [2, 4, 6, 8, 10]\n```\n\n## \u6587\u6863\n\n\u66f4\u591a\u8be6\u7ec6\u4fe1\u606f\u8bf7\u53c2\u8003\uff1a\n- [\u5b98\u65b9\u6587\u6863](https://sage-docs.intellistream.cc)\n- [GitHub\u4ed3\u5e93](https://github.com/intellistream/SAGE)\n\n## \u8bb8\u53ef\u8bc1\n\nMIT License\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "SAGE Framework Meta Package",
    "version": "1.0.0",
    "project_urls": {
        "Documentation": "https://sage-docs.intellistream.cc",
        "Homepage": "https://github.com/intellistream/SAGE",
        "Issues": "https://github.com/intellistream/SAGE/issues",
        "Repository": "https://github.com/intellistream/SAGE.git"
    },
    "split_keywords": [
        "sage",
        " framework",
        " meta package"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "46863d15b8cd4cef2660edead4b6a6cd74c9304c7f0b0c4d29e8a4f87e4b2fac",
                "md5": "8537beb5f75f6a2323a2ce2cd71f68f3",
                "sha256": "22f36c98f573a0497c2e6d6e8c130370d21d7bd686709f2ff81ac450e355b159"
            },
            "downloads": -1,
            "filename": "intellistream_sage-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8537beb5f75f6a2323a2ce2cd71f68f3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 2179,
            "upload_time": "2025-08-05T10:22:59",
            "upload_time_iso_8601": "2025-08-05T10:22:59.389722Z",
            "url": "https://files.pythonhosted.org/packages/46/86/3d15b8cd4cef2660edead4b6a6cd74c9304c7f0b0c4d29e8a4f87e4b2fac/intellistream_sage-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "32e1f186f81e602a62f7c663102dcbd879007fff9def7bddcb4288f6664044f5",
                "md5": "7e206ebc8b4b0a958f678439805a3b7a",
                "sha256": "03bf2208aee2e460b30abf1b4f045d8d49485cfb230137d981e409437ba87181"
            },
            "downloads": -1,
            "filename": "intellistream_sage-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7e206ebc8b4b0a958f678439805a3b7a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 2224,
            "upload_time": "2025-08-05T10:23:00",
            "upload_time_iso_8601": "2025-08-05T10:23:00.939294Z",
            "url": "https://files.pythonhosted.org/packages/32/e1/f186f81e602a62f7c663102dcbd879007fff9def7bddcb4288f6664044f5/intellistream_sage-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-05 10:23:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "intellistream",
    "github_project": "SAGE",
    "github_not_found": true,
    "lcname": "intellistream-sage"
}
        
Elapsed time: 0.42344s