just_agents_web


Namejust_agents_web JSON
Version 0.4.3 PyPI version JSON
download
home_pageNone
SummaryJust Agents - Web. It allows runing openai API for the agent in the browser.
upload_time2024-12-07 23:39:06
maintainerAnton Kulaga
docs_urlNone
authorAlex Karmazin
requires_python<4.0,>=3.10
licenseMIT
keywords python llm web agents ai
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # just-agents-web

A web API wrapper for just-agents that provides OpenAI-compatible endpoints. This package allows you to expose just-agents functionality through a REST API that follows OpenAI's API conventions, making it easy to integrate with existing applications that use OpenAI's API format.

## Installation

```bash
pip install just-agents-web
```

## Features

- 🔄 OpenAI-compatible REST API endpoints
- 🤖 Wrap any just-agents agent as an API service
- 🔌 Drop-in replacement for OpenAI API clients
- 🛠️ Built on just-agents-core

## Dependencies

- just-agents-core
- FastAPI
- pydantic

## Quick Start

```python
from just_agents_web import create_app
from just_agents.simple.chat_agent import ChatAgent

agent = ChatAgent(...)
app = create_app(agent)
```

For detailed documentation and examples, visit our [main repository](https://github.com/longevity-genie/just-agents).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "just_agents_web",
    "maintainer": "Anton Kulaga",
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": "antonkulaga@gmail.com",
    "keywords": "python, llm, web, agents, AI",
    "author": "Alex Karmazin",
    "author_email": "karmazinalex@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/11/9c/6745ad981e5d671eab123f63676f3fc30af604ee33a4e6ea74f7328e1591/just_agents_web-0.4.3.tar.gz",
    "platform": null,
    "description": "# just-agents-web\n\nA web API wrapper for just-agents that provides OpenAI-compatible endpoints. This package allows you to expose just-agents functionality through a REST API that follows OpenAI's API conventions, making it easy to integrate with existing applications that use OpenAI's API format.\n\n## Installation\n\n```bash\npip install just-agents-web\n```\n\n## Features\n\n- \ud83d\udd04 OpenAI-compatible REST API endpoints\n- \ud83e\udd16 Wrap any just-agents agent as an API service\n- \ud83d\udd0c Drop-in replacement for OpenAI API clients\n- \ud83d\udee0\ufe0f Built on just-agents-core\n\n## Dependencies\n\n- just-agents-core\n- FastAPI\n- pydantic\n\n## Quick Start\n\n```python\nfrom just_agents_web import create_app\nfrom just_agents.simple.chat_agent import ChatAgent\n\nagent = ChatAgent(...)\napp = create_app(agent)\n```\n\nFor detailed documentation and examples, visit our [main repository](https://github.com/longevity-genie/just-agents).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Just Agents - Web. It allows runing openai API for the agent in the browser.",
    "version": "0.4.3",
    "project_urls": null,
    "split_keywords": [
        "python",
        " llm",
        " web",
        " agents",
        " ai"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2b5154da461d9975546269a5ad8c33ee44ab15721f2bfe00bbacf2337b68ce26",
                "md5": "ad3840f4611947cce7022900cf36c8d8",
                "sha256": "f735cc293d2546135a06d2b67b42b995b8378d22aae84a8787b0d94a40c02887"
            },
            "downloads": -1,
            "filename": "just_agents_web-0.4.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ad3840f4611947cce7022900cf36c8d8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 3531,
            "upload_time": "2024-12-07T23:39:04",
            "upload_time_iso_8601": "2024-12-07T23:39:04.528735Z",
            "url": "https://files.pythonhosted.org/packages/2b/51/54da461d9975546269a5ad8c33ee44ab15721f2bfe00bbacf2337b68ce26/just_agents_web-0.4.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "119c6745ad981e5d671eab123f63676f3fc30af604ee33a4e6ea74f7328e1591",
                "md5": "249e12628a93bb4d97e6d86c55ee6055",
                "sha256": "74039e8ba660913b660f9686d39209c23038c78663ac0c22296e256265923f03"
            },
            "downloads": -1,
            "filename": "just_agents_web-0.4.3.tar.gz",
            "has_sig": false,
            "md5_digest": "249e12628a93bb4d97e6d86c55ee6055",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 3106,
            "upload_time": "2024-12-07T23:39:06",
            "upload_time_iso_8601": "2024-12-07T23:39:06.386777Z",
            "url": "https://files.pythonhosted.org/packages/11/9c/6745ad981e5d671eab123f63676f3fc30af604ee33a4e6ea74f7328e1591/just_agents_web-0.4.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-07 23:39:06",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "just_agents_web"
}
        
Elapsed time: 0.83339s