aipype


Nameaipype JSON
Version 0.1.0a4 PyPI version JSON
download
home_pageNone
SummaryA modular AI agent framework with declarative pipeline-based task orchestration
upload_time2025-10-26 12:04:05
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseNone
keywords agents ai automation framework llm pipeline
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # aipype

Core AI agent framework with declarative pipeline orchestration.

## Installation

```bash
pip install aipype
```

## Environment Variables

```bash
# LLM Providers
export OPENAI_API_KEY=sk-your-key-here
export GEMINI_API_KEY=your-key-here
export OLLAMA_API_BASE=http://localhost:11434

# Search
export SERPER_API_KEY=your-serper-key-here
```

## Development

### Requirements
- Python ≥3.12


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "aipype",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "agents, ai, automation, framework, llm, pipeline",
    "author": null,
    "author_email": "Pritam Barhate <pritambarhate@mobisoftinfotech.com>",
    "download_url": "https://files.pythonhosted.org/packages/03/12/1c7268805c48e6b12a047d0510e2ca520af4677e245f505f67c4000aeeb3/aipype-0.1.0a4.tar.gz",
    "platform": null,
    "description": "# aipype\n\nCore AI agent framework with declarative pipeline orchestration.\n\n## Installation\n\n```bash\npip install aipype\n```\n\n## Environment Variables\n\n```bash\n# LLM Providers\nexport OPENAI_API_KEY=sk-your-key-here\nexport GEMINI_API_KEY=your-key-here\nexport OLLAMA_API_BASE=http://localhost:11434\n\n# Search\nexport SERPER_API_KEY=your-serper-key-here\n```\n\n## Development\n\n### Requirements\n- Python \u22653.12\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A modular AI agent framework with declarative pipeline-based task orchestration",
    "version": "0.1.0a4",
    "project_urls": {
        "Homepage": "https://github.com/mobisoftinfotech/aipype",
        "Issues": "https://github.com/mobisoftinfotech/aipype/issues",
        "Repository": "https://github.com/mobisoftinfotech/aipype"
    },
    "split_keywords": [
        "agents",
        " ai",
        " automation",
        " framework",
        " llm",
        " pipeline"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "87d2cdcdd3300b1e3a81e790ffa676256bde3b21004a9516c40b4bf50ca2b78e",
                "md5": "26847d1362d67d2c18089d93f2d71c62",
                "sha256": "71fc6275a56c4649284facd8f660890af818839c07c1af1a292b1d542eb6b828"
            },
            "downloads": -1,
            "filename": "aipype-0.1.0a4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "26847d1362d67d2c18089d93f2d71c62",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 98866,
            "upload_time": "2025-10-26T12:04:03",
            "upload_time_iso_8601": "2025-10-26T12:04:03.703358Z",
            "url": "https://files.pythonhosted.org/packages/87/d2/cdcdd3300b1e3a81e790ffa676256bde3b21004a9516c40b4bf50ca2b78e/aipype-0.1.0a4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "03121c7268805c48e6b12a047d0510e2ca520af4677e245f505f67c4000aeeb3",
                "md5": "058a745f98e1b9ee4be7eb115a5aba36",
                "sha256": "a7e609ec9be8994101efb00cefd0d95ce8d4dbe8b77213213789c995664fded3"
            },
            "downloads": -1,
            "filename": "aipype-0.1.0a4.tar.gz",
            "has_sig": false,
            "md5_digest": "058a745f98e1b9ee4be7eb115a5aba36",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 185376,
            "upload_time": "2025-10-26T12:04:05",
            "upload_time_iso_8601": "2025-10-26T12:04:05.706016Z",
            "url": "https://files.pythonhosted.org/packages/03/12/1c7268805c48e6b12a047d0510e2ca520af4677e245f505f67c4000aeeb3/aipype-0.1.0a4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-26 12:04:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mobisoftinfotech",
    "github_project": "aipype",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "aipype"
}
        
Elapsed time: 1.96183s