langgraph-lib


Namelanggraph-lib JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/aiwithvd/langgraph_lib
SummaryA toolkit to serve LangGraph agents using FastAPI.
upload_time2024-10-24 09:43:45
maintainerNone
docs_urlNone
authorVishvdeep Dasadiya
requires_python>=3.7
licenseMIT
keywords langgraph fastapi agent toolkit ai
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LangGraph FastAPI Toolkit

A Python toolkit providing tools and infrastructure to serve LangGraph agents using FastAPI.

## Features

- **Easy Integration:** Quickly create FastAPI apps to serve your LangGraph agents.
- **Client Library:** Interact with the agent service using a provided client.
- **Data Models:** Utilize predefined schemas for messages, inputs, and feedback.
- **Asynchronous Support:** Supports both synchronous and asynchronous operations.

## Installation

```bash
pip install langgraph_lib

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/aiwithvd/langgraph_lib",
    "name": "langgraph-lib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "langgraph fastapi agent toolkit ai",
    "author": "Vishvdeep Dasadiya",
    "author_email": "vishvdeep.dasadiya.vd@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a5/a5/e50d221fc28a186197024233d7117752199f84791e7b07f2dc64a83f524c/langgraph_lib-0.1.0.tar.gz",
    "platform": null,
    "description": "# LangGraph FastAPI Toolkit\n\nA Python toolkit providing tools and infrastructure to serve LangGraph agents using FastAPI.\n\n## Features\n\n- **Easy Integration:** Quickly create FastAPI apps to serve your LangGraph agents.\n- **Client Library:** Interact with the agent service using a provided client.\n- **Data Models:** Utilize predefined schemas for messages, inputs, and feedback.\n- **Asynchronous Support:** Supports both synchronous and asynchronous operations.\n\n## Installation\n\n```bash\npip install langgraph_lib\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A toolkit to serve LangGraph agents using FastAPI.",
    "version": "0.1.0",
    "project_urls": {
        "Bug Reports": "https://github.com/aiwithvd/langgraph_lib/issues",
        "Homepage": "https://github.com/aiwithvd/langgraph_lib",
        "Source": "https://github.com/aiwithvd/langgraph_lib"
    },
    "split_keywords": [
        "langgraph",
        "fastapi",
        "agent",
        "toolkit",
        "ai"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7229d167dbf0b78ba3cf91d21a9fab4597421e37be89e17fb7cffe2c53bb157",
                "md5": "470dd41d2ab63036ba672f36e1ada1da",
                "sha256": "84bedbef1d9bcad44dcf7f76ffd27feccd9762086af3e2da70d2ed9fabd384af"
            },
            "downloads": -1,
            "filename": "langgraph_lib-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "470dd41d2ab63036ba672f36e1ada1da",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 9324,
            "upload_time": "2024-10-24T09:43:44",
            "upload_time_iso_8601": "2024-10-24T09:43:44.339371Z",
            "url": "https://files.pythonhosted.org/packages/f7/22/9d167dbf0b78ba3cf91d21a9fab4597421e37be89e17fb7cffe2c53bb157/langgraph_lib-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a5a5e50d221fc28a186197024233d7117752199f84791e7b07f2dc64a83f524c",
                "md5": "b2e07b5c99f602405106ac51ce268a21",
                "sha256": "b79125d9685dd576732ffdd685f0df6539f8854ac40bf5d11f47315f0275cc85"
            },
            "downloads": -1,
            "filename": "langgraph_lib-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b2e07b5c99f602405106ac51ce268a21",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 8571,
            "upload_time": "2024-10-24T09:43:45",
            "upload_time_iso_8601": "2024-10-24T09:43:45.710831Z",
            "url": "https://files.pythonhosted.org/packages/a5/a5/e50d221fc28a186197024233d7117752199f84791e7b07f2dc64a83f524c/langgraph_lib-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-24 09:43:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aiwithvd",
    "github_project": "langgraph_lib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "langgraph-lib"
}
        
Elapsed time: 0.77266s