agent-threads


Nameagent-threads JSON
Version 0.1.2 PyPI version JSON
download
home_page
SummaryRich threads for AI agents
upload_time2024-02-25 23:29:19
maintainer
docs_urlNone
authorPatrick Barker
requires_python>=3.10,<4.0
licenseApache 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Agent Threads

Rich threads for AI agents

Agent Threads provides a rich chat abstraction for AI agents with a Python abstraction on the backend and a React abstraction on the frontend. We support [Agentscript](https://github.com/agentsea/agentscript) for beautiful UI expereinces.

Threads are convertible to common chat instruction schemas such as chatml.

## Installation

```
pip install agent-threads
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "agent-threads",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Patrick Barker",
    "author_email": "patrickbarkerco@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/73/45/f92d3fb218ab4d4a21fe3b5c8a5c27ed9a7e3cf48bc958ad79a1773df223/agent_threads-0.1.2.tar.gz",
    "platform": null,
    "description": "# Agent Threads\n\nRich threads for AI agents\n\nAgent Threads provides a rich chat abstraction for AI agents with a Python abstraction on the backend and a React abstraction on the frontend. We support [Agentscript](https://github.com/agentsea/agentscript) for beautiful UI expereinces.\n\nThreads are convertible to common chat instruction schemas such as chatml.\n\n## Installation\n\n```\npip install agent-threads\n```\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Rich threads for AI agents",
    "version": "0.1.2",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ccbb067fc51e1e9faa27fe6cc89756c2e467a2bffac5c76f157a61a002955c06",
                "md5": "7ee2ba45f2ebf69163c0ae79a8c67cb2",
                "sha256": "51bd4eb7af4262675a0dda738747003ade3a669e799847458120aefed2ef5bba"
            },
            "downloads": -1,
            "filename": "agent_threads-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7ee2ba45f2ebf69163c0ae79a8c67cb2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 8380,
            "upload_time": "2024-02-25T23:29:17",
            "upload_time_iso_8601": "2024-02-25T23:29:17.466970Z",
            "url": "https://files.pythonhosted.org/packages/cc/bb/067fc51e1e9faa27fe6cc89756c2e467a2bffac5c76f157a61a002955c06/agent_threads-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7345f92d3fb218ab4d4a21fe3b5c8a5c27ed9a7e3cf48bc958ad79a1773df223",
                "md5": "b319911d36acfd35d18b1040282bddcf",
                "sha256": "903b61c0c54f3085f60c6ae402ba75f4d219d58faf90b64b8319365b642487e1"
            },
            "downloads": -1,
            "filename": "agent_threads-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b319911d36acfd35d18b1040282bddcf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 7312,
            "upload_time": "2024-02-25T23:29:19",
            "upload_time_iso_8601": "2024-02-25T23:29:19.302054Z",
            "url": "https://files.pythonhosted.org/packages/73/45/f92d3fb218ab4d4a21fe3b5c8a5c27ed9a7e3cf48bc958ad79a1773df223/agent_threads-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-25 23:29:19",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "agent-threads"
}
        
Elapsed time: 0.59480s