just-agents-web


Namejust-agents-web JSON
Version 0.8.4 PyPI version JSON
download
home_pageNone
SummaryJust Agents - Web. It allows runing openai API for the agent in the browser.
upload_time2025-09-04 23:11:03
maintainerAnton Kulaga
docs_urlNone
authorAlex Karmazin
requires_python<3.15,>=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

The project subpublish run-agent script, so you can run any agent yaml by running:

```bash
run-agent path/to/agent.yaml
```

You can also do it with few lines of python code:
```python
from just_agents.web.run_agent import run_agent_server

run_agent_server(Path("agent_profiles.yaml"))
```

We also provide AgentRestAPI class that you can extend and add your methods to agent endpoint.
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "just-agents-web",
    "maintainer": "Anton Kulaga",
    "docs_url": null,
    "requires_python": "<3.15,>=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/92/07/a37082a3d4c2d7932caaff7db76bbbab7d4187cd35e93a97a7833ff21f8a/just_agents_web-0.8.4.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\nThe project subpublish run-agent script, so you can run any agent yaml by running:\n\n```bash\nrun-agent path/to/agent.yaml\n```\n\nYou can also do it with few lines of python code:\n```python\nfrom just_agents.web.run_agent import run_agent_server\n\nrun_agent_server(Path(\"agent_profiles.yaml\"))\n```\n\nWe also provide AgentRestAPI class that you can extend and add your methods to agent endpoint.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Just Agents - Web. It allows runing openai API for the agent in the browser.",
    "version": "0.8.4",
    "project_urls": null,
    "split_keywords": [
        "python",
        " llm",
        " web",
        " agents",
        " ai"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "954f0c3bb20846cbc17eab8da542958e581b80c07f7bf9939dff70b8e5723513",
                "md5": "59e14dffcbd84734c4790b74cf203ec7",
                "sha256": "913b045958325e1439075fdb8363ac367801357afd0a30d24a160f16c52bdd3f"
            },
            "downloads": -1,
            "filename": "just_agents_web-0.8.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "59e14dffcbd84734c4790b74cf203ec7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.15,>=3.10",
            "size": 26150,
            "upload_time": "2025-09-04T23:11:02",
            "upload_time_iso_8601": "2025-09-04T23:11:02.117711Z",
            "url": "https://files.pythonhosted.org/packages/95/4f/0c3bb20846cbc17eab8da542958e581b80c07f7bf9939dff70b8e5723513/just_agents_web-0.8.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9207a37082a3d4c2d7932caaff7db76bbbab7d4187cd35e93a97a7833ff21f8a",
                "md5": "05e39b62ed9ebc9072b03c6eb86f1799",
                "sha256": "3ace733acea6727173a40dbe0b38519501b2f5ad19998c818c986af487035762"
            },
            "downloads": -1,
            "filename": "just_agents_web-0.8.4.tar.gz",
            "has_sig": false,
            "md5_digest": "05e39b62ed9ebc9072b03c6eb86f1799",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.15,>=3.10",
            "size": 21482,
            "upload_time": "2025-09-04T23:11:03",
            "upload_time_iso_8601": "2025-09-04T23:11:03.683342Z",
            "url": "https://files.pythonhosted.org/packages/92/07/a37082a3d4c2d7932caaff7db76bbbab7d4187cd35e93a97a7833ff21f8a/just_agents_web-0.8.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-04 23:11:03",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "just-agents-web"
}
        
Elapsed time: 8.99364s