Name | agentics JSON |
Version |
0.1.2
JSON |
| download |
home_page | None |
Summary | A minimal LLM agent library |
upload_time | 2024-12-25 11:37:53 |
maintainer | None |
docs_url | None |
author | Facundo Goiriz |
requires_python | >=3.8 |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Agentics
A minimal LLM agent library.
## Installation
```bash
pip install agentics
```
## Usage
```python
from agentics import LLM
llm = LLM("You are a helpful assistant")
response = llm("Hello!")
print(response)
```
Raw data
{
"_id": null,
"home_page": null,
"name": "agentics",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": "Facundo Goiriz",
"author_email": "facundogoiriz@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/f4/2c/19125c531ea18ac445f175a35e5e0a9aa07f5232edcae87c6042e8ade199/agentics-0.1.2.tar.gz",
"platform": null,
"description": "# Agentics\n\nA minimal LLM agent library.\n\n## Installation\n\n```bash\npip install agentics\n```\n\n## Usage\n\n```python\nfrom agentics import LLM\nllm = LLM(\"You are a helpful assistant\")\nresponse = llm(\"Hello!\")\nprint(response)\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "A minimal LLM agent library",
"version": "0.1.2",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4a10232eb5619a3ec0a9b4ccd9009bf755a85d26177a19a1fa2bfbe54a6355be",
"md5": "d1b1139f4ec45607dd2c82764f038c9c",
"sha256": "012f1abf7921fe46f0817e4e36cd735f727f780e7719681218d5b8c6309618d1"
},
"downloads": -1,
"filename": "agentics-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d1b1139f4ec45607dd2c82764f038c9c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 8447,
"upload_time": "2024-12-25T11:37:51",
"upload_time_iso_8601": "2024-12-25T11:37:51.414851Z",
"url": "https://files.pythonhosted.org/packages/4a/10/232eb5619a3ec0a9b4ccd9009bf755a85d26177a19a1fa2bfbe54a6355be/agentics-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f42c19125c531ea18ac445f175a35e5e0a9aa07f5232edcae87c6042e8ade199",
"md5": "3b4d76a52f2155aa8f5c26e61b485181",
"sha256": "c19f0ff2cef1cb48b84612cdcc08ab8286e017e459f9e06f0086684fb1bd6633"
},
"downloads": -1,
"filename": "agentics-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "3b4d76a52f2155aa8f5c26e61b485181",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 6988,
"upload_time": "2024-12-25T11:37:53",
"upload_time_iso_8601": "2024-12-25T11:37:53.530063Z",
"url": "https://files.pythonhosted.org/packages/f4/2c/19125c531ea18ac445f175a35e5e0a9aa07f5232edcae87c6042e8ade199/agentics-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-25 11:37:53",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "agentics"
}